Searched refs:FLT_MAX_EXP (Results 1 - 14 of 14) sorted by relevance

/external/libcxx/test/depr/depr.c.headers/
H A Dfloat_h.pass.cpp78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dmax_exponent.pass.cpp50 test<float, FLT_MAX_EXP>();
/external/clang/lib/Headers/
H A Dfloat.h52 # undef FLT_MAX_EXP macro
98 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
/external/libcxx/include/support/win32/
H A Dlimits_win32.h29 #define __FLT_MAX_EXP__ FLT_MAX_EXP
/external/libcxx/include/support/ibm/
H A Dlimits.h58 #define __FLT_MAX_EXP__ FLT_MAX_EXP
/external/bison/lib/
H A Dfloat+.h41 #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7)
H A Disnan.c65 # define MAX_EXP FLT_MAX_EXP
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h360 #ifndef FLT_MAX_EXP
361 #define FLT_MAX_EXP 128 macro
/external/mesa3d/src/mesa/main/
H A Dcompiler.h360 #ifndef FLT_MAX_EXP
361 #define FLT_MAX_EXP 128 macro
/external/stlport/src/
H A Dcomplex_trig.cpp48 # if defined (M_LN2) && defined (FLT_MAX_EXP)
49 static const float float_limit = float(M_LN2 * FLT_MAX_EXP);
/external/stlport/stlport/stl/
H A D_limits.h405 FLT_MAX_EXP, // Maximum exponent
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c892 if (floor_t0 > FLT_MAX_EXP) {
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c892 if (floor_t0 > FLT_MAX_EXP) {

Completed in 1347 milliseconds