Searched refs:after_fraction (Results 1 – 2 of 2) sorted by relevance
5584 char *after_fraction;5599 after_fraction = strchr(work + DBL_DIG, 'e'); 5601 ptr = after_fraction;5606 while ((*ptr++ = *after_fraction++) != 0);
2717 char *after_fraction; in xmlXPathFormatNumber() local2755 after_fraction = work + size; in xmlXPathFormatNumber()2756 ptr = after_fraction; in xmlXPathFormatNumber()2761 while ((*ptr++ = *after_fraction++) != 0); in xmlXPathFormatNumber()