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

/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_add.c179 FPU_SUBCS(r3, x->fp_mant[3], y->fp_mant[3]);
180 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
181 FPU_SUBCS(r1, x->fp_mant[1], y->fp_mant[1]);
204 FPU_SUBCS(r2, 0, r2);
205 FPU_SUBCS(r1, 0, r1);
H A Dfpu_arith.h83 #define FPU_SUBCS(r, x, y) \ macro
H A Dfpu_sqrt.c333 FPU_SUBCS(d1, x1, t1);
345 FPU_SUBCS(d1, x1, t1);
366 FPU_SUBCS(d2, x2, t2);
367 FPU_SUBCS(d1, x1, t1);
379 FPU_SUBCS(d2, x2, t2);
380 FPU_SUBCS(d1, x1, t1);
H A Dfpu_div.c209 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
210 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
/freebsd-12-stable/sys/powerpc/fpu/
H A Dfpu_add.c190 FPU_SUBCS(r3, x->fp_mant[3], y->fp_mant[3]);
191 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
192 FPU_SUBCS(r1, x->fp_mant[1], y->fp_mant[1]);
215 FPU_SUBCS(r2, 0, r2);
216 FPU_SUBCS(r1, 0, r1);
H A Dfpu_arith.h104 #define FPU_SUBCS(r, x, y) \ macro
144 #define FPU_SUBCS(r, x, y) \ macro
H A Dfpu_sqrt.c352 FPU_SUBCS(d1, x1, t1);
364 FPU_SUBCS(d1, x1, t1);
385 FPU_SUBCS(d2, x2, t2);
386 FPU_SUBCS(d1, x1, t1);
398 FPU_SUBCS(d2, x2, t2);
399 FPU_SUBCS(d1, x1, t1);
H A Dfpu_div.c232 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
233 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)

Completed in 72 milliseconds