Searched refs:mul24 (Results 1 – 1 of 1) sorted by relevance
168 static inline int32_t mul24(int32_t a, int32_t b) in mul24() function188 return SkFloat::SetShift(mul24(value_a, value_b), exp_a + exp_b - 2*EXP_BIAS + 24); in Mul()