Home | History | Annotate | Download | only in fixedpoint

Lines Matching refs:RoundingDivideByPOT

335 inline IntegerType RoundingDivideByPOT(IntegerType x, int exponent) {
389 return RoundingDivideByPOT<IntegerType>(x, -Exponent);
670 RoundingDivideByPOT<std::int32_t>(int32_value, 32 - ScalarTypeBits));