Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp4155 bool FormatScientific; in toString() local
4157 FormatScientific = true; in toString()
4163 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
4170 FormatScientific = false; in toString()
4174 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
4180 if (FormatScientific) { in toString()