HomeSort by relevance Sort by last modified time
    Searched refs:lhsCoefficient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Decimal.cpp 367 ? alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient
368 : alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient;
405 ? alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient
406 : alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient;
426 const uint64_t lhsCoefficient = lhs.m_data.coefficient();
429 UInt128 work(UInt128::multiply(lhsCoefficient, rhsCoefficient));
577 uint64_t lhsCoefficient = lhs.m_data.coefficient();
581 const int numberOfLHSDigits = countDigits(lhsCoefficient);
586 lhsCoefficient = scaleUp(lhsCoefficient, lhsShiftAmount)
    [all...]
Decimal.h 163 uint64_t lhsCoefficient;

Completed in 63 milliseconds