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

/freebsd-10.3-release/lib/libc/sparc64/fpu/
H A Dfpu_arith.h77 #define FPU_SUBC(r, x, y) \ macro
H A Dfpu_sqrt.c302 FPU_SUBC(d0, x0, t0); /* d = x - t */
313 FPU_SUBC(d0, x0, t0);
334 FPU_SUBC(d0, x0, t0);
346 FPU_SUBC(d0, x0, t0);
368 FPU_SUBC(d0, x0, t0);
381 FPU_SUBC(d0, x0, t0);
H A Dfpu_add.c180 FPU_SUBC(r0, x->fp_mant[0], y->fp_mant[0]);
204 FPU_SUBC(r0, 0, r0);
H A Dfpu_div.c210 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
/freebsd-10.3-release/sys/powerpc/fpu/
H A Dfpu_arith.h94 #define FPU_SUBC(r, x, y) \ macro
138 #define FPU_SUBC(r, x, y) \ macro
H A Dfpu_sqrt.c319 FPU_SUBC(d0, x0, t0); /* d = x - t */
330 FPU_SUBC(d0, x0, t0);
351 FPU_SUBC(d0, x0, t0);
363 FPU_SUBC(d0, x0, t0);
385 FPU_SUBC(d0, x0, t0);
398 FPU_SUBC(d0, x0, t0);
H A Dfpu_add.c191 FPU_SUBC(r0, x->fp_mant[0], y->fp_mant[0]);
215 FPU_SUBC(r0, 0, r0);
H A Dfpu_div.c231 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)

Completed in 59 milliseconds