Searched defs:DBL_MAX_10_EXP (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/include/
H A Dfloat.h56 # undef DBL_MAX_10_EXP macro
103 #define DBL_MAX_10_EXP __DBL_MAX_10_EXP__ macro
/external/clang/lib/Headers/
H A Dfloat.h56 # undef DBL_MAX_10_EXP macro
103 #define DBL_MAX_10_EXP __DBL_MAX_10_EXP__ macro
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc101 * define some or all of DBL_DIG, DBL_MAX_10_EXP, DBL_MAX_EXP,
257 #define DBL_MAX_10_EXP 308 macro
264 #define DBL_MAX_10_EXP 75 macro
272 #define DBL_MAX_10_EXP 38 macro
339 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
2753 if (e1 > DBL_MAX_10_EXP) {

Completed in 113 milliseconds