Searched refs:COMPUTE_UDIV (Results 1 – 4 of 4) sorted by relevance
72 #ifdef COMPUTE_UDIV80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -182 #endif // COMPUTE_UDIV
19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0) macro
21 #define COMPUTE_UDIV(a, b) __udivmodti4((a), (b), (tu_int *)0) macro
23 #define COMPUTE_UDIV(a, b) ((su_int)(a) / (su_int)(b)) macro