Home
last modified time | relevance | path

Searched refs:muldiv64_rounding (Results 1 – 1 of 1) sorted by relevance

/qemu/include/qemu/
H A Dhost-utils.h91 static inline uint64_t muldiv64_rounding(uint64_t a, uint32_t b, uint32_t c, in muldiv64_rounding() function
120 return muldiv64_rounding(a, b, c, false); in muldiv64()
125 return muldiv64_rounding(a, b, c, true); in muldiv64_round_up()