Home
last modified time | relevance | path

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

/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/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/clang/lib/Headers/
Dfloat.h49 # undef FLT_MIN_10_EXP
94 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ 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/
Dcfloat37 FLT_MIN_10_EXP
Dmodule.modulemap72 FLT_MIN, FLT_MIN_10_EXP, FLT_MIN_EXP,
/external/libcxx/include/support/win32/
Dlimits_win32.h28 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h57 #define __FLT_MIN_10_EXP__ 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/skia/src/pdf/
DSkPDFUtils.h65 static const size_t kMaximumFloatDecimalLength = 3 + 9 - FLT_MIN_10_EXP;