Home
last modified time | relevance | path

Searched refs:FPU_SUBS (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/sparc/fpu/
H A Dfpu_sqrt.c275 FPU_SUBS(d1, x1, t1);
286 FPU_SUBS(d1, x1, t1);
306 FPU_SUBS(d2, x2, t2);
318 FPU_SUBS(d2, x2, t2);
339 FPU_SUBS(d3, x3, t3);
352 FPU_SUBS(d3, x3, t3);
H A Dfpu_arith.h62 #define FPU_SUBS(r, x, y) \ macro
H A Dfpu_compare.c126 FPU_SUBS(r3, a->fp_mant[0], b->fp_mant[0]); in fpu_compare()
H A Dfpu_div.c180 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
H A Dfpu_add.c172 FPU_SUBS(r3, 0, r3);