Searched refs:write_double (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | NativeFormatting.h | 42 void write_double(raw_ostream &S, double D, FloatStyle Style,
|
| H A D | FormatProviders.h | 320 write_double(Stream, static_cast<double>(V), S, Precision);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 165 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() function in llvm
|
| H A D | raw_ostream.cpp | 216 llvm::write_double(*this, N, FloatStyle::Exponent); in operator <<()
|