Searched refs:after_fraction (Results 1 – 2 of 2) sorted by relevance
5633 char *after_fraction;5648 after_fraction = strchr(work + DBL_DIG, 'e');5650 ptr = after_fraction;5655 while ((*ptr++ = *after_fraction++) != 0);
3141 char *after_fraction; in xmlXPathFormatNumber() local3185 after_fraction = work + size; in xmlXPathFormatNumber()3186 ptr = after_fraction; in xmlXPathFormatNumber()3191 while ((*ptr++ = *after_fraction++) != 0); in xmlXPathFormatNumber()