Searched refs:whole (Results 1 – 3 of 3) sorted by relevance
367 int whole = (int) value; in _ftoa() local368 double tmp = (value - whole) * pow10[prec]; in _ftoa()377 ++whole; in _ftoa()386 diff = value - (double) whole; in _ftoa()387 if (!((diff < 0.5) || (diff > 0.5)) && (whole & 1)) { in _ftoa()390 ++whole; in _ftoa()414 buf[len++] = (char) (48 + (whole % 10)); in _ftoa()415 if (!(whole /= 10)) { in _ftoa()
43 represent, as a whole, an original work of authorship. For the purposes126 for any such Derivative Works as a whole, provided Your use,
121 # and the result, after processing the whole list, is used as the annotated
Completed in 7 milliseconds