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

/external/llvm/include/llvm/Support/
H A DScaledNumber.h224 auto Lg = getLgImpl(Digits, Scale); local
225 return Lg.first - (Lg.second > 0);
234 auto Lg = getLgImpl(Digits, Scale); local
235 return Lg.first + (Lg.second < 0);

Completed in 109 milliseconds