Searched refs:DPNORMRET2 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddp_scalb.c51 DPNORMRET2(xs, xe + n, xm << 3, "scalb", x, n);
H A Dieee754dp.h74 #define DPNORMRET2(s,e,m,name,a0,a1) \ macro
83 #define DPNORMRET1(s,e,m,name,a0) DPNORMRET2(s,e,m,name,a0,a0)
H A Ddp_div.c155 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
H A Ddp_add.c182 DPNORMRET2(xs, xe, xm, "add", x, y);
H A Ddp_mul.c175 DPNORMRET2(rs, re, rm, "mul", x, y);
H A Ddp_sub.c190 DPNORMRET2(xs, xe, xm, "sub", x, y);

Completed in 66 milliseconds