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/platform/
Decimal.cpp 366 ? alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient
367 : alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient;
404 ? alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient
405 : alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient;
425 const uint64_t lhsCoefficient = lhs.m_data.coefficient();
428 UInt128 work(UInt128::multiply(lhsCoefficient, rhsCoefficient));
576 uint64_t lhsCoefficient = lhs.m_data.coefficient();
580 const int numberOfLHSDigits = countDigits(lhsCoefficient);
585 lhsCoefficient = scaleUp(lhsCoefficient, lhsShiftAmount)
    [all...]
Decimal.h 164 uint64_t lhsCoefficient;

Completed in 23 milliseconds