Home
last modified time | relevance | path

Searched refs:todigit (Results 1 – 1 of 1) sorted by relevance

/external/stlport/src/
Dnum_put_float.cpp31 #define todigit(x) ((x)+'0') macro
527 *--suffix = (char) todigit(nn % 10); in __format_float_scientific()
528 *--suffix = (char) todigit(nn); in __format_float_scientific()