Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp178 else if (Style == FloatStyle::ExponentUpper) in write_double()
187 if (Style == FloatStyle::Exponent || Style == FloatStyle::ExponentUpper) { in write_double()
196 if (Style == FloatStyle::ExponentUpper) in write_double()
207 if (Style == FloatStyle::ExponentUpper) in write_double()
256 case FloatStyle::ExponentUpper: in getDefaultPrecision()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
H A DFormatProviders.h309 S = FloatStyle::ExponentUpper;