Home | History | Annotate | Download | only in libxml2

Lines Matching refs:EXPONENT_DIGITS

2655 #define EXPONENT_DIGITS (3 + 2)
2714 char work[DBL_DIG + EXPONENT_DIGITS + 3 + LOWER_DOUBLE_EXP];
2732 integer_place = DBL_DIG + EXPONENT_DIGITS + 1;