Home
last modified time | relevance | path

Searched refs:FLT_RADIX (Results 1 – 11 of 11) 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/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
78 #define FLT_RADIX __FLT_RADIX__ macro
/external/libcxx/include/
Dcfloat21 FLT_RADIX
Dmodule.modulemap69 export_macros FLT_EVAL_METHOD, FLT_RADIX, FLT_ROUNDS,
/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)