Home
last modified time | relevance | path

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

/external/libcxx/include/
Dlocale1057 static bool __format_float(char* __fmt, const char* __len,
1506 bool __specify_precision = this->__format_float(__fmt+1, __len, __iob.flags());
1557 bool __specify_precision = this->__format_float(__fmt+1, __len, __iob.flags());
/external/libcxx/src/
Dlocale.cpp4433 __num_put_base::__format_float(char* __fmtp, const char* __len, in __format_float() function in __num_put_base