EXPONENT_DIGITS  5595 third_party/libxml/src/xmlschemastypes.c 	    char work[DBL_DIG + EXPONENT_DIGITS + 3];
EXPONENT_DIGITS  5609 third_party/libxml/src/xmlschemastypes.c 	    integer_place = DBL_DIG + EXPONENT_DIGITS + 1;
EXPONENT_DIGITS  2714 third_party/libxml/src/xpath.c 	    char work[DBL_DIG + EXPONENT_DIGITS + 3 + LOWER_DOUBLE_EXP];
EXPONENT_DIGITS  2732 third_party/libxml/src/xpath.c 		integer_place = DBL_DIG + EXPONENT_DIGITS + 1;