Home
last modified time | relevance | path

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

/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/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp54 #ifndef FLT_MIN_EXP
55 #error FLT_MIN_EXP not defined
/external/clang/lib/Headers/
Dfloat.h46 # undef FLT_MIN_EXP
90 #define FLT_MIN_EXP __FLT_MIN_EXP__ 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/
Dcfloat33 FLT_MIN_EXP
Dmodule.modulemap72 FLT_MIN, FLT_MIN_10_EXP, FLT_MIN_EXP,
/external/libcxx/include/support/win32/
Dlimits_win32.h27 #define __FLT_MIN_EXP__ FLT_MIN_EXP
/external/libcxx/include/support/ibm/
Dlimits.h56 #define __FLT_MIN_EXP__ FLT_MIN_EXP
/external/bison/lib/
Dfloat+.h41 #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7)
Disnan.c66 # define MIN_EXP FLT_MIN_EXP
/external/mesa3d/src/mesa/program/
Dprog_execute.c896 else if (floor_t0 < FLT_MIN_EXP) { in _mesa_execute_program()