Lines Matching +full:7 +full:k
28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0.
39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
43 | Last_Subtract := false (used in Step 7 below). If
56 | Step 7. If Last_Subtract = true, R := R - Y.
58 | Step 8. Return signQ, last 7 bits of Q, and R as required.
62 | R := 0. Return signQ, last 7 bits of Q, and R.
134 | ...with bias $7FFD
148 | ...with bias $7FFD
153 | ...with bias $7FFD
179 | ...with bias $7FFD
193 | ...with bias $7FFD
198 | ...with bias $7FFD
208 moveal #0,%a1 | ...A1 is k; j+k=L, Q=0
219 |..At this point R = 2^(-L)X; Q = 0; k = 0; and k+j = L
248 |..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0.
256 addql #1,%a1 | ...k := k+1
258 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y.
263 |..k = L, j = 0, Carry = 0, R = (D1,D2) = X - QY, R < Y.
278 | ...with bias $7FFD
368 andil #0x0000007F,%d3 | ...7 bits of Q