Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale1067 static bool __format_float(char* __fmt, const char* __len, ios_base::fmtflags __flags);
1383 bool __specify_precision = this->__format_float(__fmt + 1, __len, __iob.flags());
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4165 bool __num_put_base::__format_float(char* __fmtp, const char* __len, ios_base::fmtflags __flags) { in __format_float() function in __num_put_base