Searched defs:getLgFloor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DScaledNumber.h223 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { function in namespace:llvm::ScaledNumbers
261 // Check for the scale. Use getLgFloor to be sure that the scale difference
263 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale);
391 const auto RLgFloor = getLgFloor(SavedRDigits, SavedRScale);
559 int32_t lgFloor() const { return ScaledNumbers::getLgFloor(Digits, Scale); }

Completed in 176 milliseconds