Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp3493 bool FormatScientific; in toString() local
3495 FormatScientific = true; in toString()
3501 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
3508 FormatScientific = false; in toString()
3512 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
3518 if (FormatScientific) { in toString()