Home
last modified time | relevance | path

Searched refs:FLT_RADIX (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dradix.pass.cpp50 test<float, FLT_RADIX>(); in main()
51 test<double, FLT_RADIX>(); in main()
52 test<long double, FLT_RADIX>(); in main()
/external/bison/lib/
Dfloat+.h26 #if FLT_RADIX == 2
30 #elif FLT_RADIX == 4
34 #elif FLT_RADIX == 16
/external/clang/test/Headers/
Dfloat.c18 #ifndef FLT_RADIX
20 #elif FLT_RADIX < 2
185 _Static_assert(FLT_RADIX == __FLT_RADIX__, "");
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp22 #ifndef FLT_RADIX
23 #error FLT_RADIX not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp22 #ifndef FLT_RADIX
23 #error FLT_RADIX not defined
/external/clang/lib/Headers/
Dfloat.h38 # undef FLT_RADIX
83 #define FLT_RADIX __FLT_RADIX__ macro
Dopencl-c.h186 #define FLT_RADIX 2 macro
/external/harfbuzz_ng/util/
Doptions.hh486 #ifndef FLT_RADIX
487 #define FLT_RADIX 2 macro
492 return x * (pow ((long double) FLT_RADIX, exp)); in scalbn()
497 return x * (pow ((float) FLT_RADIX, exp)); in scalbnf()
/external/libcxx/include/
Dcfloat21 FLT_RADIX
/external/deqp/framework/delibs/debase/
DdeRandom.c90 DE_STATIC_ASSERT(FLT_RADIX == 2); in deRandom_getDouble()
/external/libcxx/include/support/win32/
Dlimits_win32.h26 #define __FLT_RADIX__ FLT_RADIX
/external/libcxx/include/support/ibm/
Dlimits.h55 #define __FLT_RADIX__ FLT_RADIX
/external/libxml2/
Dtrionan.c106 #if (FLT_RADIX == 2) && (DBL_MAX_EXP == 1024) && (DBL_MANT_DIG == 53)