OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:todigit
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
num_put_float.cpp
31
#define
todigit
(x) ((x)+'0')
macro
528
*--suffix = (char)
todigit
(nn % 10);
529
*--suffix = (char)
todigit
(nn);
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp
31
#define
todigit
(x) ((x)+'0')
macro
528
*--suffix = (char)
todigit
(nn % 10);
529
*--suffix = (char)
todigit
(nn);
[
all
...]
Completed in 923 milliseconds