Searched defs:getRounded (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 54 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, function in namespace:llvm::ScaledNumbers 68 return getRounded(Digits, Scale, ShouldRound); 74 return getRounded(Digits, Scale, ShouldRound); 91 return getRounded<DigitsT>(Digits >> Shift, Scale + Shift, 717 static ScaledNumber getRounded(ScaledNumber P, bool Round) { function in class:llvm::ScaledNumber 722 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
|
Completed in 135 milliseconds