Home
last modified time | relevance | path

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

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