Searched defs:LDigits (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 251 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() 398 inline std::pair<uint32_t, int16_t> getDifference32(uint32_t LDigits, in getDifference32() 406 inline std::pair<uint64_t, int16_t> getDifference64(uint64_t LDigits, in getDifference64()
|