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

/freebsd-10.2-release/lib/libc/sparc64/fpu/
H A Dfpu_arith.h79 #define FPU_SUBS(r, x, y) \ macro
H A Dfpu_sqrt.c301 FPU_SUBS(d1, x1, t1);
312 FPU_SUBS(d1, x1, t1);
332 FPU_SUBS(d2, x2, t2);
344 FPU_SUBS(d2, x2, t2);
365 FPU_SUBS(d3, x3, t3);
378 FPU_SUBS(d3, x3, t3);
H A Dfpu_div.c209 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
H A Dfpu_add.c201 FPU_SUBS(r3, 0, r3);
/freebsd-10.2-release/sys/powerpc/fpu/
H A Dfpu_arith.h96 #define FPU_SUBS(r, x, y) \ macro
140 #define FPU_SUBS(r, x, y) \ macro
H A Dfpu_sqrt.c318 FPU_SUBS(d1, x1, t1);
329 FPU_SUBS(d1, x1, t1);
349 FPU_SUBS(d2, x2, t2);
361 FPU_SUBS(d2, x2, t2);
382 FPU_SUBS(d3, x3, t3);
395 FPU_SUBS(d3, x3, t3);
H A Dfpu_add.c212 FPU_SUBS(r3, 0, r3);
H A Dfpu_div.c230 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \

Completed in 125 milliseconds