Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3888 bool FormatScientific; in toString() local
3890 FormatScientific = true; in toString()
3896 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
3903 FormatScientific = false; in toString()
3907 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
3913 if (FormatScientific) { in toString()