Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dnum.h699 static bool __format_float(char* __fmt, const char* __len, ios_base::fmtflags __flags);
993 bool __specify_precision = this->__format_float(__fmt + 1, __len, __iob.flags());
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
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.cpp4081 bool __num_put_base::__format_float(char* __fmtp, const char* __len, ios_base::fmtflags __flags) { in __format_float() function in __num_put_base