Searched refs:FPU_SUBCS (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_add.c176 FPU_SUBCS(r3, x->fp_mant[3], y->fp_mant[3]);
177 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
178 FPU_SUBCS(r1, x->fp_mant[1], y->fp_mant[1]);
201 FPU_SUBCS(r2, 0, r2);
202 FPU_SUBCS(r1, 0, r1);
H A Dfpu_arith.h81 #define FPU_SUBCS(r, x, y) \ macro
H A Dfpu_sqrt.c329 FPU_SUBCS(d1, x1, t1);
341 FPU_SUBCS(d1, x1, t1);
362 FPU_SUBCS(d2, x2, t2);
363 FPU_SUBCS(d1, x1, t1);
375 FPU_SUBCS(d2, x2, t2);
376 FPU_SUBCS(d1, x1, t1);
H A Dfpu_div.c206 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
207 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)

Completed in 39 milliseconds