Searched refs:sx (Results 1 - 14 of 14) sorted by path

/bionic/libc/kernel/uapi/linux/
H A Dfb.h349 __u32 sx; member in struct:fb_copyarea
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c117 ULong *bx, *bxe, q, *sx, *sxe; local
134 sx = S->x;
135 sxe = sx + --n;
148 ys = *sx++ * (ULLong)q + carry;
155 si = *sx++;
165 ys = *sx++ * q + carry;
173 while(sx <= sxe);
186 sx = S->x;
189 ys = *sx++ + carry;
196 si = *sx
[all...]
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c359 int sx, sy; local
365 sx = signbit(x);
410 if (sx == 0)
415 if (sx == 0)
H A Dcatrigf.c204 int sx, sy; local
210 sx = signbit(x);
244 if (sx == 0)
249 if (sx == 0)
H A De_fmod.c31 int32_t n,hx,hy,hz,ix,iy,sx,i; local
36 sx = hx&0x80000000; /* sign of x */
37 hx ^=sx; /* |x| */
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
101 return Zero[(u_int32_t)sx>>31];
110 return Zero[(u_int32_t)sx>>31];
117 INSERT_WORDS(x,hx|sx,lx);
124 lx = (hx<<(32-n))|(lx>>n); hx = sx;
126 lx = hx>>(n-32); hx = sx;
128 INSERT_WORDS(x,hx|sx,l
[all...]
H A De_fmodf.c33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
37 sx = hx&0x80000000; /* sign of x */
38 hx ^=sx; /* |x| */
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
80 return Zero[(u_int32_t)sx>>31];
89 return Zero[(u_int32_t)sx>>31];
96 SET_FLOAT_WORD(x,hx|sx);
100 SET_FLOAT_WORD(x,hx|sx);
H A De_fmodl.c71 int ix,iy,n,sx; local
75 sx = ux.bits.sign;
91 return Zero[sx]; /* |x|=|y| return x*0*/
125 return Zero[sx];
134 return Zero[sx];
H A De_remainder.c38 u_int32_t sx,lx,lp; local
43 sx = hx&0x80000000;
73 SET_HIGH_WORD(x,hx^sx);
H A De_remainderf.c29 u_int32_t sx; local
34 sx = hx&0x80000000;
63 SET_FLOAT_WORD(x,hx^sx);
H A Ds_remquo.c34 int32_t n,hx,hy,hz,ix,iy,sx,i; local
40 sx = hx&0x80000000; /* sign of x */
41 hx ^=sx; /* |x| */
55 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
119 return Zero[(u_int32_t)sx>>31];
151 SET_HIGH_WORD(x,hx^sx);
H A Ds_remquof.c32 int32_t n,hx,hy,hz,ix,iy,sx,i; local
38 sx = hx&0x80000000; /* sign of x */
39 hx ^=sx; /* |x| */
50 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
93 return Zero[(u_int32_t)sx>>31];
118 SET_FLOAT_WORD(x,hx^sx);
H A Ds_remquol.c74 int ix,iy,n,q,sx,sxy; local
78 sx = ux.bits.sign;
79 sxy = sx ^ uy.bits.sign;
100 return Zero[sx]; /* |x|=|y| return x*0*/
143 return Zero[sx];
172 ux.bits.sign ^= sx;
H A Ds_rint.c40 int32_t i0,j0,sx; local
44 sx = (i0>>31)&1;
53 STRICT_ASSIGN(double,w,TWO52[sx]+x);
54 t = w-TWO52[sx];
56 SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31));
66 * w = TWO52[sx]+x, adjust the 0.25 bit to a lower
86 STRICT_ASSIGN(double,w,TWO52[sx]+x);
87 return w-TWO52[sx];
H A Ds_rintf.c34 int32_t i0,j0,sx; local
37 sx = (i0>>31)&1;
42 STRICT_ASSIGN(float,w,TWO23[sx]+x);
43 t = w-TWO23[sx];
45 SET_FLOAT_WORD(t,(i0&0x7fffffff)|(sx<<31));
48 STRICT_ASSIGN(float,w,TWO23[sx]+x);
49 return w-TWO23[sx];

Completed in 183 milliseconds