Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp3691 bool FormatScientific; in toString() local
3693 FormatScientific = true; in toString()
3699 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
3706 FormatScientific = false; in toString()
3710 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
3716 if (FormatScientific) { in toString()