Searched refs:FPU_ADDS (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/lib/libc/sparc64/fpu/
H A Dfpu_arith.h73 #define FPU_ADDS(r, x, y) \ macro
H A Dfpu_div.c217 FPU_ADDS(r3, r3, r3); FPU_ADDCS(r2, r2, r2); \
H A Dfpu_mul.c153 FPU_ADDS(a3, a3, x3); \
H A Dfpu_add.c144 FPU_ADDS(r->fp_mant[3], x->fp_mant[3], y->fp_mant[3]);
H A Dfpu_sqrt.c226 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
H A Dfpu_implode.c139 FPU_ADDS(m3, m3, 1);
/freebsd-10.3-release/sys/powerpc/fpu/
H A Dfpu_arith.h82 #define FPU_ADDS(r, x, y) \ macro
134 #define FPU_ADDS(r, x, y) \ macro
H A Dfpu_mul.c166 FPU_ADDS(a3, a3, x3); \
H A Dfpu_add.c155 FPU_ADDS(r->fp_mant[3], x->fp_mant[3], y->fp_mant[3]);
H A Dfpu_div.c238 FPU_ADDS(r3, r3, r3); FPU_ADDCS(r2, r2, r2); \
H A Dfpu_sqrt.c243 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
H A Dfpu_implode.c140 FPU_ADDS(m3, m3, 1);

Completed in 127 milliseconds