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

1 2 3 4 5

  /bionic/tests/
float_test.cpp 55 #if !defined(FLT_DIG)
56 #error FLT_DIG
  /external/clang/test/Headers/
float.c 90 #ifndef FLT_DIG
91 #error "Mandatory macro FLT_DIG is missing."
92 #elif FLT_DIG < 6
93 #error "Mandatory macro FLT_DIG is invalid."
105 #if ((FLT_DIG > DBL_DIG) || (DBL_DIG > LDBL_DIG))
201 _Static_assert(FLT_DIG == __FLT_DIG__, "");
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 42 #ifndef FLT_DIG
43 #error FLT_DIG not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 42 #ifndef FLT_DIG
43 #error FLT_DIG not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 42 #ifndef FLT_DIG
43 #error FLT_DIG not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 42 #ifndef FLT_DIG
43 #error FLT_DIG not defined
  /bionic/tests/headers/posix/
float_h.c 43 MACRO(FLT_DIG);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 68 #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
digits10.pass.cpp 54 test<float, FLT_DIG>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
digits10.pass.cpp 54 test<float, FLT_DIG>();
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 53 #undef FLT_DIG
56 #define FLT_DIG __FLT_DIG__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 53 #undef FLT_DIG
56 #define FLT_DIG __FLT_DIG__
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 43 # undef FLT_DIG
86 #define FLT_DIG __FLT_DIG__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 43 # undef FLT_DIG
86 #define FLT_DIG __FLT_DIG__
  /external/clang/lib/Headers/
float.h 45 # undef FLT_DIG
93 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 45 # undef FLT_DIG
93 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
float.h 45 # undef FLT_DIG
93 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
float.h 48 # undef FLT_DIG
96 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
float.h 48 # undef FLT_DIG
96 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
float.h 48 # undef FLT_DIG
96 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
float.h 57 # undef FLT_DIG
105 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
float.h 57 # undef FLT_DIG
105 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
float.h 57 # undef FLT_DIG
105 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
float.h 57 # undef FLT_DIG
105 #define FLT_DIG __FLT_DIG__
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
float.h 45 # undef FLT_DIG
93 #define FLT_DIG __FLT_DIG__

Completed in 594 milliseconds

1 2 3 4 5