Searched refs:xs (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dsp_fdp.c46 nan = buildsp(xs, SP_EMAX + 1 + SP_EBIAS, (u32)
52 return ieee754sp_inf(xs);
54 return ieee754sp_zero(xs);
59 if ((ieee754_csr.rm == IEEE754_RU && !xs) ||
60 (ieee754_csr.rm == IEEE754_RD && xs))
61 return ieee754sp_xcpt(ieee754sp_mind(xs), "fdp", x);
62 return ieee754sp_xcpt(ieee754sp_zero(xs), "fdp", x);
75 SPNORMRET1(xs, xe, rm, "fdp", x);
H A Ddp_modf.c49 *ip = ieee754dp_zero(xs);
55 *ip = ieee754dp_zero(xs);
60 return ieee754dp_zero(xs);
64 *ip = builddp(xs, xe + DP_EBIAS,
73 return ieee754dp_zero(xs);
79 return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Dsp_modf.c49 *ip = ieee754sp_zero(xs);
55 *ip = ieee754sp_zero(xs);
60 return ieee754sp_zero(xs);
64 *ip = buildsp(xs, xe + SP_EBIAS,
73 return ieee754sp_zero(xs);
79 return buildsp(xs, xe + SP_EBIAS, xm & ~SP_HIDDEN_BIT);
H A Ddp_fint.c34 int xs; local
45 xs = (x < 0);
46 if (xs) {
61 return builddp(xs, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Ddp_fsp.c45 return ieee754dp_nanxcpt(builddp(xs,
52 return ieee754dp_inf(xs);
54 return ieee754dp_zero(xs);
72 return builddp(xs, xe + DP_EBIAS,
H A Dsp_fint.c34 int xs; local
45 xs = (x < 0);
46 if (xs) {
70 SPNORMRET1(xs, xe, xm, "fint", x);
H A Ddp_flong.c34 int xs; local
45 xs = (x < 0);
46 if (xs) {
69 DPNORMRET1(xs, xe, xm, "dp_flong", x);
H A Dsp_flong.c34 int xs; local
45 xs = (x < 0);
46 if (xs) {
69 SPNORMRET1(xs, xe, xm, "sp_flong", x);
H A Dsp_add.c76 if (xs == ys)
95 if (xs == ys)
144 if (xs == ys) {
146 * leaving result in xm,xs,xe
150 xs = xs;
159 xs = xs;
163 xs = ys;
176 SPNORMRET2(xs, x
[all...]
H A Ddp_frexp.c52 return builddp(xs, -1 + DP_EBIAS, xm & ~DP_HIDDEN_BIT);
H A Ddp_tint.c90 if ((round || sticky) && !xs)
94 if ((round || sticky) && xs)
99 if ((xm >> 31) != 0 && (xs == 0 || xm != 0x80000000)) {
107 if (xs)
H A Ddp_tlong.c53 if (xe == 63 && xs && xm == DP_HIDDEN_BIT)
94 if ((round || sticky) && !xs)
98 if ((round || sticky) && xs)
110 if (xs)
H A Dsp_frexp.c52 return buildsp(xs, -1 + SP_EBIAS, xm & ~SP_HIDDEN_BIT);
H A Dsp_tint.c54 if (xe == 31 && xs && xm == SP_HIDDEN_BIT)
95 if ((round || sticky) && !xs)
99 if ((round || sticky) && xs)
111 if (xs)
H A Dsp_tlong.c53 if (xe == 63 && xs && xm == SP_HIDDEN_BIT)
90 if ((round || sticky) && !xs)
94 if ((round || sticky) && xs)
106 if (xs)
H A Ddp_add.c77 if (xs == ys)
96 if (xs == ys)
149 if (xs == ys) {
151 * leaving result in xm,xs,xe
155 xs = xs;
165 xs = xs;
169 xs = ys;
182 DPNORMRET2(xs, x
[all...]
H A Ddp_sub.c76 if (xs != ys)
95 if (xs != ys)
155 if (xs == ys) {
160 xs = xs;
170 xs = xs;
174 xs = ys;
190 DPNORMRET2(xs, xe, xm, "sub", x, y);
H A Dsp_sub.c76 if (xs != ys)
95 if (xs != ys)
150 if (xs == ys) {
155 xs = xs;
164 xs = xs;
168 xs = ys;
183 SPNORMRET2(xs, xe, xm, "sub", x, y);
H A Ddp_scalb.c51 DPNORMRET2(xs, xe + n, xm << 3, "scalb", x, n);
H A Dsp_scalb.c51 SPNORMRET2(xs, xe + n, xm << 3, "scalb", x, n);
H A Ddp_div.c82 return ieee754dp_zero(xs ^ ys);
87 return ieee754dp_inf(xs ^ ys);
99 return ieee754dp_xcpt(ieee754dp_inf(xs ^ ys), "div", x, y);
103 return ieee754dp_zero(xs == ys ? 0 : 1);
155 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dxfs.c46 struct xfs_super_block *xs; local
50 xs = (struct xfs_super_block *) volume_id_get_buffer(id, off, 0x200);
51 if (xs == NULL)
54 if (memcmp(xs->magic, "XFSB", 4) != 0)
57 volume_id_set_label_raw(id, xs->fname, 12);
58 volume_id_set_label_string(id, xs->fname, 12);
59 volume_id_set_uuid(id, xs->uuid, 0, UUID_DCE);
H A Dsysv.c95 struct xenix_super *xs; local
115 xs = (struct xenix_super *)
117 if (xs == NULL)
120 if (xs->s_magic == cpu_to_le32(XENIX_MAGIC) || xs->s_magic == cpu_to_be32(XENIX_MAGIC)) {
121 volume_id_set_label_raw(id, xs->s_fname, 6);
122 volume_id_set_label_string(id, xs->s_fname, 6);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmemset.c5 void *xs = s; local
9 return xs;
46 return xs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtiocl.h14 unsigned short xs; /* X start */ member in struct:tiocl_selection

Completed in 67 milliseconds

123