Searched refs:write_double (Results 1 – 5 of 5) sorted by relevance
| /src/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 | 322 write_double(Stream, static_cast<double>(V), S, Precision);
|
| /src/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 <<()
|
| H A D | Z3Solver.cpp | 944 write_double(OS << K << ": ", V, FloatStyle::Fixed); in print()
|