Home | History | Annotate | Download | only in fpe

Lines Matching defs:d0

195 	uint32_t d0, d1, d2;
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;