ΒΆinline std::pair<uint32_t, int16_t> getRounded32(
uint32_t Digits,
int16_t Scale,
bool ShouldRound)
inline std::pair<uint32_t, int16_t> getRounded32(
uint32_t Digits,
int16_t Scale,
bool ShouldRound)
Description
Convenience helper for 32-bit rounding.
Declared at: llvm/include/llvm/Support/ScaledNumber.h:64
Parameters
- uint32_t Digits
- int16_t Scale
- bool ShouldRound