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()169 fraction.setRawValue(rawValue() % kFixedPointDenominator); in fraction()419 returnVal.setRawValue(static_cast<int>(result)); in boundedMultiply()502 returnVal.setRawValue(clampTo<int>(rawVal));579 returnVal.setRawValue(saturatedAddition(a.rawValue(), b.rawValue()));616 returnVal.setRawValue(saturatedSubtraction(a.rawValue(), b.rawValue()));648 returnVal.setRawValue(-a.rawValue());657 returnVal.setRawValue(a.rawValue() % b.rawValue()); in intMod()[all …]