enum class FloatStyle
Declared at: llvm/include/llvm/Support/NativeFormatting.h:18
Enumerators
Name | Value | Comment |
---|---|---|
Exponent | 0 | |
ExponentUpper | 1 | |
Fixed | 2 | |
Percent | 3 |
Declared at: llvm/include/llvm/Support/NativeFormatting.h:18
Name | Value | Comment |
---|---|---|
Exponent | 0 | |
ExponentUpper | 1 | |
Fixed | 2 | |
Percent | 3 |