HomeSort by relevance Sort by last modified time
    Searched refs:DBL_DIG (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 79 #define DBL_DIG 15
94 #define LDBL_DIG DBL_DIG
  /external/clang/test/Headers/
float.c 95 #ifndef DBL_DIG
96 #error "Mandatory macro DBL_DIG is missing."
97 #elif DBL_DIG < 10
98 #error "Mandatory macro DBL_DIG is invalid."
105 #if ((FLT_DIG > DBL_DIG) || (DBL_DIG > LDBL_DIG))
202 _Static_assert(DBL_DIG == __DBL_DIG__, "");
  /bionic/tests/
float_test.cpp 58 #if !defined(DBL_DIG)
59 #error DBL_DIG
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 46 #ifndef DBL_DIG
47 #error DBL_DIG not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 46 #ifndef DBL_DIG
47 #error DBL_DIG not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 46 #ifndef DBL_DIG
47 #error DBL_DIG not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 46 #ifndef DBL_DIG
47 #error DBL_DIG not defined
  /bionic/tests/headers/posix/
float_h.c 44 MACRO(DBL_DIG);
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
limits.h 91 #define DBL_DIG 15
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
limits.h 86 #define DBL_DIG 15
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
digits10.pass.cpp 55 test<double, DBL_DIG>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
digits10.pass.cpp 55 test<double, DBL_DIG>();
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 54 #undef DBL_DIG
57 #define DBL_DIG __DBL_DIG__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 54 #undef DBL_DIG
57 #define DBL_DIG __DBL_DIG__
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 44 # undef DBL_DIG
87 #define DBL_DIG __DBL_DIG__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 44 # undef DBL_DIG
87 #define DBL_DIG __DBL_DIG__
  /external/clang/lib/Headers/
float.h 46 # undef DBL_DIG
94 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 46 # undef DBL_DIG
94 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
float.h 46 # undef DBL_DIG
94 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
float.h 49 # undef DBL_DIG
97 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
float.h 49 # undef DBL_DIG
97 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
float.h 49 # undef DBL_DIG
97 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
float.h 58 # undef DBL_DIG
106 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
float.h 58 # undef DBL_DIG
106 #define DBL_DIG __DBL_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
float.h 58 # undef DBL_DIG
106 #define DBL_DIG __DBL_DIG__

Completed in 1638 milliseconds

1 2 3 4 5 6