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.h252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { in compare()
287 int16_t matchScales(DigitsT &LDigits, int16_t &LScale, DigitsT &RDigits, in matchScales()
334 DigitsT RDigits, int16_t RScale) { in getSum()
357 uint32_t RDigits, int16_t RScale) { in getSum32()
363 uint64_t RDigits, int16_t RScale) { in getSum64()
374 DigitsT RDigits, int16_t RScale) { in getDifference()
401 uint32_t RDigits, in getDifference32()
409 uint64_t RDigits, in getDifference64()