Home
last modified time | relevance | path

Searched defs:LScale (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h251 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { in compare()
286 int16_t matchScales(DigitsT &LDigits, int16_t &LScale, DigitsT &RDigits, in matchScales()
332 std::pair<DigitsT, int16_t> getSum(DigitsT LDigits, int16_t LScale, in getSum()
355 inline std::pair<uint32_t, int16_t> getSum32(uint32_t LDigits, int16_t LScale, in getSum32()
361 inline std::pair<uint64_t, int16_t> getSum64(uint64_t LDigits, int16_t LScale, in getSum64()
372 std::pair<DigitsT, int16_t> getDifference(DigitsT LDigits, int16_t LScale, in getDifference()
399 int16_t LScale, in getDifference32()
407 int16_t LScale, in getDifference64()