Home | History | Annotate | Download | only in fpu

Lines Matching defs:t2

344 #define t2 tt
349 t2 = bit;
350 FPU_SUBS(d2, x2, t2);
361 t2 = y2 | bit;
362 FPU_SUBS(d2, x2, t2);
373 #undef t2
375 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
376 #define t2 y2
384 FPU_SUBCS(d2, x2, t2);
397 FPU_SUBCS(d2, x2, t2);