Home
last modified time | relevance | path

Searched refs:FLT_MIN_EXP (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Headers/
Dfloat.c110 #ifndef FLT_MIN_EXP
112 #elif FLT_MIN_EXP > -1
205 _Static_assert(FLT_MIN_EXP == __FLT_MIN_EXP__, "");
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp54 #ifndef FLT_MIN_EXP
55 #error FLT_MIN_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp54 #ifndef FLT_MIN_EXP
55 #error FLT_MIN_EXP not defined
/external/clang/lib/Headers/
Dfloat.h48 # undef FLT_MIN_EXP
97 #define FLT_MIN_EXP __FLT_MIN_EXP__ macro
Dopencl-c.h185 #define FLT_MIN_EXP -125 macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent.pass.cpp50 test<float, FLT_MIN_EXP>(); in main()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h31 #define __FLT_MIN_EXP__ FLT_MIN_EXP
/external/libcxx/include/
Dcfloat33 FLT_MIN_EXP
/external/libcxx/include/support/ibm/
Dlimits.h56 #define __FLT_MIN_EXP__ FLT_MIN_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py79 FLT_MIN_EXP = (-125) variable
/external/mesa3d/src/mesa/program/
Dprog_execute.c593 else if (floor_t0 < FLT_MIN_EXP) { in _mesa_execute_program()