Home
last modified time | relevance | path

Searched refs:FLT_MAX_10_EXP (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp90 #ifndef FLT_MAX_10_EXP
91 #error FLT_MAX_10_EXP not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp90 #ifndef FLT_MAX_10_EXP
91 #error FLT_MAX_10_EXP not defined
/external/clang/lib/Headers/
Dfloat.h55 # undef FLT_MAX_10_EXP
102 #define FLT_MAX_10_EXP __FLT_MAX_10_EXP__ macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent10.pass.cpp50 test<float, FLT_MAX_10_EXP>(); in main()
/external/libcxx/include/
Dcfloat45 FLT_MAX_10_EXP
Dmodule.modulemap71 FLT_MAX, FLT_MAX_10_EXP, FLT_MAX_EXP,
/external/libcxx/include/support/win32/
Dlimits_win32.h30 #define __FLT_MAX_10_EXP__ FLT_MAX_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h59 #define __FLT_MAX_10_EXP__ FLT_MAX_10_EXP
/external/skia/src/pdf/
DSkPDFUtils.cpp331 char reversed[1 + FLT_MAX_10_EXP]; // 39 == 1 + FLT_MAX_10_EXP in FloatToDecimal()