Home
last modified time | relevance | path

Searched refs:FPU_SUBC (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/sparc/fpu/
H A Dfpu_sqrt.c276 FPU_SUBC(d0, x0, t0); /* d = x - t */
287 FPU_SUBC(d0, x0, t0);
308 FPU_SUBC(d0, x0, t0);
320 FPU_SUBC(d0, x0, t0);
342 FPU_SUBC(d0, x0, t0);
355 FPU_SUBC(d0, x0, t0);
H A Dfpu_add.c151 FPU_SUBC(r0, x->fp_mant[0], y->fp_mant[0]);
175 FPU_SUBC(r0, 0, r0);
H A Dfpu_arith.h60 #define FPU_SUBC(r, x, y) \ macro
H A Dfpu_compare.c129 FPU_SUBC(r0, a->fp_mant[3], b->fp_mant[3]); in fpu_compare()
H A Dfpu_div.c181 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)