Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3508 bool FormatScientific; in toString() local
3510 FormatScientific = true; in toString()
3516 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
3523 FormatScientific = false; in toString()
3527 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
3533 if (FormatScientific) { in toString()
/external/llvm/lib/Support/
DAPFloat.cpp3694 bool FormatScientific; in toString() local
3696 FormatScientific = true; in toString()
3702 FormatScientific = ((unsigned) exp > FormatMaxPadding || in toString()
3709 FormatScientific = false; in toString()
3713 FormatScientific = ((unsigned) -MSD) > FormatMaxPadding; in toString()
3719 if (FormatScientific) { in toString()