Home | History | Annotate | Download | only in libxml2

Lines Matching defs:EXPONENT_DIGITS

2699 #define EXPONENT_DIGITS (3 + 2)
2758 char work[DBL_DIG + EXPONENT_DIGITS + 3 + LOWER_DOUBLE_EXP];
2776 integer_place = DBL_DIG + EXPONENT_DIGITS + 1;