Searched refs:FLT_MIN_10_EXP (Results 1 - 9 of 9) sorted by relevance

/external/libcxx/test/depr/depr.c.headers/
H A Dfloat_h.pass.cpp66 #ifndef FLT_MIN_10_EXP
67 #error FLT_MIN_10_EXP not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp66 #ifndef FLT_MIN_10_EXP
67 #error FLT_MIN_10_EXP not defined
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dmin_exponent10.pass.cpp50 test<float, FLT_MIN_10_EXP>();
/external/clang/lib/Headers/
H A Dfloat.h49 # undef FLT_MIN_10_EXP macro
94 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ macro
/external/libcxx/include/support/win32/
H A Dlimits_win32.h28 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/libcxx/include/support/ibm/
H A Dlimits.h57 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_fog.c74 if (tmp < FLT_MIN_10_EXP) \
75 tmp = FLT_MIN_10_EXP; \
/external/mesa3d/src/mesa/swrast/
H A Ds_fog.c74 if (tmp < FLT_MIN_10_EXP) \
75 tmp = FLT_MIN_10_EXP; \
/external/stlport/stlport/stl/
H A D_limits.h406 FLT_MIN_10_EXP, // Minimum base 10 exponent

Completed in 798 milliseconds