Home | History | Annotate | Download | only in fpu

Lines Matching defs:d0

195 	u_int d0, d1, d2, d3;
300 FPU_SUBC(d0, x0, t0); /* d = x - t */
301 if ((int)d0 >= 0) { /* if d >= 0 (i.e., x >= t) then */
302 x0 = d0, x1 = d1; /* x -= t */
311 FPU_SUBC(d0, x0, t0);
312 if ((int)d0 >= 0) {
313 x0 = d0, x1 = d1;
332 FPU_SUBC(d0, x0, t0);
333 if ((int)d0 >= 0) {
334 x0 = d0, x1 = d1, x2 = d2;
344 FPU_SUBC(d0, x0, t0);
345 if ((int)d0 >= 0) {
346 x0 = d0, x1 = d1, x2 = d2;
366 FPU_SUBC(d0, x0, t0);
368 if ((int)d0 >= 0) {
369 x0 = d0, x1 = d1, x2 = d2;
379 FPU_SUBC(d0, x0, t0);
380 if ((int)d0 >= 0) {
381 x0 = d0, x1 = d1, x2 = d2;