Lines Matching refs:digit
47 #define B (1 << HALF_BITS) /* digit base */
49 /* Combine two `digits' to make a single two-digit number. */
54 typedef unsigned short digit;
56 typedef ulong_t digit;
65 shl(digit *p, int len, int sh)
86 digit *u, *v, *q;
87 digit v1, v2;
90 digit uspace[5], vspace[5], qspace[5];
140 digit q1, q2, q3, q4;
168 * there is a complete four-digit quotient at &qspace[1] when
197 digit uj0, uj1, uj2;
253 q[j] = (digit)qhat;