Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/fpu/
H A Dfpu_sqrt.c315 FPU_SUBC(d0, x0, t0); /* d = x - t */ in fpu_sqrt()
326 FPU_SUBC(d0, x0, t0); in fpu_sqrt()
347 FPU_SUBC(d0, x0, t0); in fpu_sqrt()
359 FPU_SUBC(d0, x0, t0); in fpu_sqrt()
381 FPU_SUBC(d0, x0, t0); in fpu_sqrt()
394 FPU_SUBC(d0, x0, t0); in fpu_sqrt()
H A Dfpu_arith.h92 #define FPU_SUBC(r, x, y) \ macro
136 #define FPU_SUBC(r, x, y) \ macro
H A Dfpu_add.c187 FPU_SUBC(r0, x->fp_mant[0], y->fp_mant[0]); in fpu_add()
211 FPU_SUBC(r0, 0, r0); in fpu_add()
H A Dfpu_div.c227 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0) in fpu_div()