Searched refs:after_fraction (Results 1 – 2 of 2) sorted by relevance
5761 char *after_fraction;5776 after_fraction = strchr(work + DBL_DIG, 'e');5778 ptr = after_fraction;5783 while ((*ptr++ = *after_fraction++) != 0);
3189 char *after_fraction; in xmlXPathFormatNumber() local3233 after_fraction = work + size; in xmlXPathFormatNumber()3234 ptr = after_fraction; in xmlXPathFormatNumber()3239 while ((*ptr++ = *after_fraction++) != 0); in xmlXPathFormatNumber()