Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h255 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { in compare()
290 int16_t matchScales(DigitsT &LDigits, int16_t &LScale, DigitsT &RDigits, in matchScales()
337 DigitsT RDigits, int16_t RScale) { in getSum()
360 uint32_t RDigits, int16_t RScale) { in getSum32()
366 uint64_t RDigits, int16_t RScale) { in getSum64()
377 DigitsT RDigits, int16_t RScale) { in getDifference()
404 uint32_t RDigits, in getDifference32()
412 uint64_t RDigits, in getDifference64()