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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddp_modf.c49 *ip = ieee754dp_zero(xs);
55 *ip = ieee754dp_zero(xs);
60 return ieee754dp_zero(xs);
73 return ieee754dp_zero(xs);
H A Dieee754m.c34 if (ieee754dp_lt(ieee754dp_modf(x, &i), ieee754dp_zero(0)))
44 if (ieee754dp_gt(ieee754dp_modf(x, &i), ieee754dp_zero(0)))
H A Ddp_fint.c39 return ieee754dp_zero(0);
H A Ddp_fsp.c54 return ieee754dp_zero(xs);
H A Ddp_flong.c39 return ieee754dp_zero(0);
H A Dieee754dp.c149 return ieee754dp_zero(sn);
151 return ieee754dp_zero(sn);
156 return ieee754dp_zero(1);
159 return ieee754dp_zero(0);
H A Ddp_sub.c98 return ieee754dp_zero(ieee754_csr.rm ==
178 return ieee754dp_zero(1); /* round negative inf. => sign = -1 */
180 return ieee754dp_zero(0); /* other round modes => sign = 1 */
H A Ddp_div.c82 return ieee754dp_zero(xs ^ ys);
103 return ieee754dp_zero(xs == ys ? 0 : 1);
H A Ddp_add.c99 return ieee754dp_zero(ieee754_csr.rm ==
172 return ieee754dp_zero(ieee754_csr.rm ==
H A Ddp_mul.c91 return ieee754dp_zero(xs ^ ys);
H A Dieee754int.h147 v = ieee754dp_zero(vs);\
H A Dieee754.h411 #define ieee754dp_zero(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PZERO+(sn)]) macro

Completed in 45 milliseconds