Searched refs:muldiv64_rounding (Results 1 – 1 of 1) sorted by relevance
91 static inline uint64_t muldiv64_rounding(uint64_t a, uint32_t b, uint32_t c, in muldiv64_rounding() function120 return muldiv64_rounding(a, b, c, false); in muldiv64()125 return muldiv64_rounding(a, b, c, true); in muldiv64_round_up()