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

/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_arith.h83 #define FPU_SUBC(r, x, y) \ macro
H A Dfpu_sqrt.c298 FPU_SUBC(d0, x0, t0); /* d = x - t */
309 FPU_SUBC(d0, x0, t0);
330 FPU_SUBC(d0, x0, t0);
342 FPU_SUBC(d0, x0, t0);
364 FPU_SUBC(d0, x0, t0);
377 FPU_SUBC(d0, x0, t0);
H A Dfpu_add.c179 FPU_SUBC(r0, x->fp_mant[0], y->fp_mant[0]);
203 FPU_SUBC(r0, 0, r0);
H A Dfpu_div.c204 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_arith.h88 #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.c209 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)

Completed in 190 milliseconds