HomeSort by relevance Sort by last modified time
    Searched refs:rhsCoefficient (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;
426 const uint64_t rhsCoefficient = rhs.m_data.coefficient();
428 UInt128 work(UInt128::multiply(lhsCoefficient, rhsCoefficient));
577 uint64_t rhsCoefficient = rhs.m_data.coefficient();
588 rhsCoefficient = scaleDown(rhsCoefficient, overflow);
594 const int numberOfRHSDigits = countDigits(rhsCoefficient);
    [all...]
Decimal.h 165 uint64_t rhsCoefficient;

Completed in 167 milliseconds