Home
last modified time | relevance | path

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

/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/clang/lib/Headers/
Dfloat.h52 # undef FLT_MAX_EXP
98 #define FLT_MAX_EXP __FLT_MAX_EXP__ 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/mesa3d/src/mesa/main/
Dcompiler.h360 #ifndef FLT_MAX_EXP
361 #define FLT_MAX_EXP 128 macro
/external/libcxx/include/
Dcfloat41 FLT_MAX_EXP
Dmodule.modulemap71 FLT_MAX, FLT_MAX_10_EXP, 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/mesa3d/src/mesa/program/
Dprog_execute.c892 if (floor_t0 > FLT_MAX_EXP) { in _mesa_execute_program()