Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
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()
333 std::pair<DigitsT, int16_t> getSum(DigitsT LDigits, int16_t LScale, in getSum()
356 inline std::pair<uint32_t, int16_t> getSum32(uint32_t LDigits, int16_t LScale, in getSum32()
362 inline std::pair<uint64_t, int16_t> getSum64(uint64_t LDigits, int16_t LScale, in getSum64()
373 std::pair<DigitsT, int16_t> getDifference(DigitsT LDigits, int16_t LScale, in getDifference()
400 int16_t LScale, in getDifference32()
408 int16_t LScale, in getDifference64()