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 365 ? alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient
366 : alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient;
403 ? alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient
404 : alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient;
425 const uint64_t rhsCoefficient = rhs.m_data.coefficient();
427 UInt128 work(UInt128::multiply(lhsCoefficient, rhsCoefficient));
576 uint64_t rhsCoefficient = rhs.m_data.coefficient();
587 rhsCoefficient = scaleDown(rhsCoefficient, overflow);
593 const int numberOfRHSDigits = countDigits(rhsCoefficient);
    [all...]
Decimal.h 165 uint64_t rhsCoefficient;

Completed in 90 milliseconds