Lines Matching refs:point
4 | The entry point sMOD computes the floating point MOD of the
5 | input values X and Y. The entry point sREM computes the floating
6 | point (IEEE) REM of the input values X and Y.
18 | FREM(X,Y) or FMOD(X,Y), depending on entry point.
42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set
60 | Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus,
219 |..At this point R = 2^(-L)X; Q = 0; k = 0; and k+j = L
226 |..At this point carry = 0, R = (D1,D2), Y = (D4,D5)
232 |..At this point, R = Y
248 |..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0.
258 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y.