HomeSort by relevance Sort by last modified time
    Searched full:mul24 (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkFloat.cpp 168 static inline int32_t mul24(int32_t a, int32_t b) function
188 return SkFloat::SetShift(mul24(value_a, value_b), exp_a + exp_b - 2*EXP_BIAS + 24);

Completed in 16 milliseconds