Searched refs:B (Results 1 – 1 of 1) sorted by relevance
39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument62 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div() argument66 do_div(tmp, B.full); in dfixed_div()