Lines Matching refs:quotient
56 u64 quotient;
152 static inline bool test_div64_verify(u64 quotient, u32 remainder, int i, int j)
154 return (quotient == test_div64_results[i][j].quotient &&
165 u64 quotient; \
168 quotient = dividend; \
169 remainder = do_div(quotient, divisor); \
170 if (!test_div64_verify(quotient, remainder, i, j)) { \
172 dividend, divisor, quotient, remainder); \
174 test_div64_results[i][j].quotient, \