Searched refs:setRawValue (Results 1 – 1 of 1) sorted by relevance
121 inline void setRawValue(int value) { m_value = value; } in setRawValue() function122 void setRawValue(long long value) in setRawValue() function131 returnValue.setRawValue(::abs(m_value)); in abs()165 fraction.setRawValue(rawValue() % kFixedPointDenominator); in fraction()408 returnVal.setRawValue(static_cast<int>(result)); in boundedMultiply()491 returnVal.setRawValue(clampTo<int>(rawVal));568 returnVal.setRawValue(saturatedAddition(a.rawValue(), b.rawValue()));605 returnVal.setRawValue(saturatedSubtraction(a.rawValue(), b.rawValue()));637 returnVal.setRawValue(-a.rawValue());646 returnVal.setRawValue(a.rawValue() % b.rawValue()); in intMod()[all …]