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

1 2 3 4 5

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
radix.pass.cpp 50 test<float, FLT_RADIX>();
51 test<double, FLT_RADIX>();
52 test<long double, FLT_RADIX>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
radix.pass.cpp 50 test<float, FLT_RADIX>();
51 test<double, FLT_RADIX>();
52 test<long double, FLT_RADIX>();
  /bionic/tests/
float_test.cpp 22 #if !defined(FLT_RADIX)
23 #error FLT_RADIX
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 22 #ifndef FLT_RADIX
23 #error FLT_RADIX not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 22 #ifndef FLT_RADIX
23 #error FLT_RADIX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 22 #ifndef FLT_RADIX
23 #error FLT_RADIX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 22 #ifndef FLT_RADIX
23 #error FLT_RADIX not defined
  /bionic/tests/headers/posix/
float_h.c 38 MACRO(FLT_RADIX);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 64 #define FLT_RADIX 2 /* b */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 35 #undef FLT_RADIX
36 #define FLT_RADIX __FLT_RADIX__
38 /* Number of base-FLT_RADIX digits in the significand, p. */
60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
80 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 35 #undef FLT_RADIX
36 #define FLT_RADIX __FLT_RADIX__
38 /* Number of base-FLT_RADIX digits in the significand, p. */
60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
80 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h 38 # undef FLT_RADIX
78 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h 38 # undef FLT_RADIX
78 #define FLT_RADIX __FLT_RADIX__
  /external/clang/test/Headers/
float.c 18 #ifndef FLT_RADIX
19 #error "Mandatory macro FLT_RADIX is missing."
20 #elif FLT_RADIX < 2
21 #error "Mandatory macro FLT_RADIX is invalid."
185 _Static_assert(FLT_RADIX == __FLT_RADIX__, "");
  /external/clang/lib/Headers/
float.h 38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
float.h 38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
float.h 41 # undef FLT_RADIX
86 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
float.h 41 # undef FLT_RADIX
86 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
float.h 41 # undef FLT_RADIX
86 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
float.h 50 # undef FLT_RADIX
95 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
float.h 50 # undef FLT_RADIX
95 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
float.h 50 # undef FLT_RADIX
95 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
float.h 50 # undef FLT_RADIX
95 #define FLT_RADIX __FLT_RADIX__
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
float.h 38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__

Completed in 1248 milliseconds

1 2 3 4 5