Searched refs:DBL_MAX_10_EXP (Results 1 – 11 of 11) sorted by relevance
56 # undef DBL_MAX_10_EXP103 #define DBL_MAX_10_EXP __DBL_MAX_10_EXP__ macro
438 DBL_MAX_10_EXP, // Maximum base 10 exponent
257 #define DBL_MAX_10_EXP 308 macro264 #define DBL_MAX_10_EXP 75 macro272 #define DBL_MAX_10_EXP 38 macro2753 if (e1 > DBL_MAX_10_EXP) {
263 #define DBL_MAX_10_EXP 308 macro270 #define DBL_MAX_10_EXP 75 macro278 #define DBL_MAX_10_EXP 38 macro2759 if (e1 > DBL_MAX_10_EXP) {
94 static const int32_t gMaxIntegerDigits = DBL_MAX_10_EXP + DBL_DIG + 1;
112 # define MAXEDIGITS int(_Dig<DBL_MAX_10_EXP>::dig)
97 static const int32_t gMaxIntegerDigits = DBL_MAX_10_EXP + DBL_DIG + 1;
279 #if DBL_MAX_10_EXP > 300 in TestExponential()300 #elif DBL_MAX_10_EXP > 70 in TestExponential()
286 #if DBL_MAX_10_EXP > 300 in TestExponential()307 #elif DBL_MAX_10_EXP > 70 in TestExponential()
285 # define MAX_DOUBLE_DIGITS DBL_MAX_10_EXP