Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h214 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() function
554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } in lg()