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

/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu_add.c177 FPU_SUBCS(r3, x->fp_mant[3], y->fp_mant[3]);
178 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
179 FPU_SUBCS(r1, x->fp_mant[1], y->fp_mant[1]);
202 FPU_SUBCS(r2, 0, r2);
203 FPU_SUBCS(r1, 0, r1);
H A Dfpu_arith.h81 #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-10.0-release/sys/powerpc/fpu/
H A Dfpu_add.c188 FPU_SUBCS(r3, x->fp_mant[3], y->fp_mant[3]);
189 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]);
190 FPU_SUBCS(r1, x->fp_mant[1], y->fp_mant[1]);
213 FPU_SUBCS(r2, 0, r2);
214 FPU_SUBCS(r1, 0, r1);
H A Dfpu_arith.h102 #define FPU_SUBCS(r, x, y) \ macro
142 #define FPU_SUBCS(r, x, y) \ macro
H A Dfpu_sqrt.c350 FPU_SUBCS(d1, x1, t1);
362 FPU_SUBCS(d1, x1, t1);
383 FPU_SUBCS(d2, x2, t2);
384 FPU_SUBCS(d1, x1, t1);
396 FPU_SUBCS(d2, x2, t2);
397 FPU_SUBCS(d1, x1, t1);
H A Dfpu_div.c230 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
231 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)

Completed in 75 milliseconds