Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dlocale1121 static bool __format_float(char* __fmt, const char* __len,
1574 bool __specify_precision = this->__format_float(__fmt+1, __len, __iob.flags());
1625 bool __specify_precision = this->__format_float(__fmt+1, __len, __iob.flags());
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4625 __num_put_base::__format_float(char* __fmtp, const char* __len, in __format_float() function in __num_put_base