Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dfloat.c144 #ifndef FLT_MAX_EXP
146 #elif FLT_MAX_EXP < 1
159 #if ((FLT_MAX_EXP > DBL_MAX_EXP) || (DBL_MAX_EXP > LDBL_MAX_EXP))
213 _Static_assert(FLT_MAX_EXP == __FLT_MAX_EXP__, "");
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp78 #ifndef FLT_MAX_EXP
79 #error FLT_MAX_EXP not defined
/external/mesa3d/include/
Dc99_math.h139 #ifndef FLT_MAX_EXP
140 #define FLT_MAX_EXP 128 macro
/external/clang/lib/Headers/
Dfloat.h54 # undef FLT_MAX_EXP
105 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
Dopencl-c.h183 #define FLT_MAX_EXP +128 macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent.pass.cpp50 test<float, FLT_MAX_EXP>(); in main()
/external/libcxx/include/
Dcfloat41 FLT_MAX_EXP
/external/libcxx/include/support/win32/
Dlimits_win32.h29 #define __FLT_MAX_EXP__ FLT_MAX_EXP
/external/libcxx/include/support/ibm/
Dlimits.h58 #define __FLT_MAX_EXP__ FLT_MAX_EXP
/external/bison/lib/
Dfloat+.h41 #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7)
Disnan.c65 # define MAX_EXP FLT_MAX_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py81 FLT_MAX_EXP = 128 variable
/external/mesa3d/src/mesa/program/
Dprog_execute.c589 if (floor_t0 > FLT_MAX_EXP) { in _mesa_execute_program()