Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp180 else if (Style == FloatStyle::ExponentUpper) in write_double()
189 if (Style == FloatStyle::Exponent || Style == FloatStyle::ExponentUpper) { in write_double()
198 if (Style == FloatStyle::ExponentUpper) in write_double()
209 if (Style == FloatStyle::ExponentUpper) in write_double()
258 case FloatStyle::ExponentUpper: in getDefaultPrecision()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
H A DFormatProviders.h312 S = FloatStyle::ExponentUpper;