Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp3666 bool FormatScientific; in toString() local
3668 FormatScientific = true; in toString()
3674 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
3681 FormatScientific = false; in toString()
3685 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
3691 if (FormatScientific) { in toString()