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

/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_org/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 */
2772 if (e1 > DBL_MAX_10_EXP) {

Completed in 2100 milliseconds