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 365 ? alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient
366 : alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient;
403 ? alignedOperands.lhsCoefficient - alignedOperands.rhsCoefficient
404 : alignedOperands.lhsCoefficient + alignedOperands.rhsCoefficient;
424 const uint64_t lhsCoefficient = lhs.m_data.coefficient();
427 UInt128 work(UInt128::multiply(lhsCoefficient, rhsCoefficient));
575 uint64_t lhsCoefficient = lhs.m_data.coefficient();
579 const int numberOfLHSDigits = countDigits(lhsCoefficient);
584 lhsCoefficient = scaleUp(lhsCoefficient, lhsShiftAmount)
    [all...]
Decimal.h 164 uint64_t lhsCoefficient;

Completed in 38 milliseconds