Searched defs:PREMULTIPLY (Results 1 – 3 of 3) sorted by relevance
217 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro220 #define PREMULTIPLY(x, m) (((x) * (m) + (1U << 23)) >> 24) macro
23 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
150 #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) macro
Completed in 6 milliseconds