Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dfloat.c127 #ifndef FLT_MIN_10_EXP
129 #elif FLT_MIN_10_EXP > -37
209 _Static_assert(FLT_MIN_10_EXP == __FLT_MIN_10_EXP__, "");
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp66 #ifndef FLT_MIN_10_EXP
67 #error FLT_MIN_10_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp66 #ifndef FLT_MIN_10_EXP
67 #error FLT_MIN_10_EXP not defined
/external/clang/lib/Headers/
Dfloat.h51 # undef FLT_MIN_10_EXP
101 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ macro
Dopencl-c.h184 #define FLT_MIN_10_EXP -37 macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp50 test<float, FLT_MIN_10_EXP>(); in main()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h32 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/libcxx/include/
Dcfloat37 FLT_MIN_10_EXP
/external/mesa3d/src/mesa/swrast/
Ds_fog.c74 if (tmp < FLT_MIN_10_EXP) \
75 tmp = FLT_MIN_10_EXP; \
/external/libcxx/include/support/ibm/
Dlimits.h57 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/skqp/src/utils/
DSkFloatToDecimal.cpp67 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/external/skia/src/utils/
DSkFloatToDecimal.cpp67 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/external/python/cpython2/Lib/plat-beos5/
DIN.py80 FLT_MIN_10_EXP = (-37) variable