Home
last modified time | relevance | path

Searched refs:write_double (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h42 void write_double(raw_ostream &S, double D, FloatStyle Style,
H A DFormatProviders.h320 write_double(Stream, static_cast<double>(V), S, Precision);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp165 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() function in llvm
H A Draw_ostream.cpp216 llvm::write_double(*this, N, FloatStyle::Exponent); in operator <<()