Searched defs:sx (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dllrintl.c57 unsigned int hx, sx, frac, fsr; local
62 sx = xx.i[0] & 0x80000000;
68 tt.i = sx | 0x7f000000;
78 if (sx)
87 return (sx ? -1LL : 1LL);
123 !sx))) {
124 tt.i = sx | 0x7f000000;
135 if (sx) {
H A Dremquo.c61 int n, hx, hy, hz, ix, iy, sx, sq, i, m; local
68 sx = hx & 0x80000000; /* sign of x */
70 hx ^= sx; /* |x| */
84 return (Zero[(unsigned) sx >> 31]);
158 return (Zero[(unsigned) sx >> 31]);
179 return (Zero[(unsigned) sx >> 31]);
188 __HI(x) = hx | sx;
197 hx = sx;
200 hx = sx;
202 __HI(x) = hx | sx;
213 int hx, hy, sx, sq; local
[all...]
H A Dremquof.c215 int hx, hy, sx, sq; local
220 sx = hx & is; /* sign of x */
222 hx ^= sx; /* |x| */
266 return (sx == 0 ? x : -x);
H A Dremquol.c60 int n, ix, iy, k, sx, sq, m; local
74 sx = hx & is;
76 x0 = hx ^ sx;
259 __H0(a) = sx | (x0 - iu) | ((iy + 16383) << 16);
284 __H0(a) = x0 | sx;
295 int hx, hy, sx, sq; local
300 sx = hx & is; /* sign of x */
302 hx ^= sx; /* |x| */
345 return (sx == 0 ? x : -x);
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c119 mp_int sx, sy; local
133 MP_DIGITS(&sx) = 0;
135 MP_CHECKOK(mp_init(&sx, FLAG(k1)));
138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
142 MP_CHECKOK(group->meth->field_enc(&sx, &sx, group->meth));
148 MP_CHECKOK(group->point_add(&sx, &sy, rx, ry, rx, ry, group));
156 mp_clear(&sx);
H A Dec2_aff.c196 mp_int k, k3, qx, qy, sx, sy; local
203 MP_DIGITS(&sx) = 0;
209 MP_CHECKOK(mp_init(&sx));
230 MP_CHECKOK(mp_copy(&qx, &sx));
234 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
238 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
247 MP_CHECKOK(mp_copy(&qx, &sx));
254 MP_CHECKOK(group->point_dbl(&sx,
[all...]
H A Decp_aff.c209 mp_int k, k3, qx, qy, sx, sy; local
216 MP_DIGITS(&sx) = 0;
222 MP_CHECKOK(mp_init(&sx));
243 MP_CHECKOK(mp_copy(&qx, &sx));
247 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
251 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
260 MP_CHECKOK(mp_copy(&qx, &sx));
267 MP_CHECKOK(group->point_dbl(&sx,
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c84 int x, sx, xend; local
124 sx = x == 0 ? 1 : x;
125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx);
147 sx = x == 0 ? 1 : x;
149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx);
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan2.c411 int i, k, hx, hy, sx, sy; local
421 sx = hx & 0x80000000;
431 if (sx) {
442 if (sx) {
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c58 int n, ix, iy, k, sx; local
72 sx = hx & 0x80000000;
73 x0 = hx ^ sx;
241 __H0(a) = sx | (x0 - iu) | ((iy + 16383) << 16);
268 __H0(a) = x0 | sx;
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c67 * sx, sy - its size - in current coordinates
74 double sx, double sy, double ax, double ay, double rot)
174 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot);
72 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2.c74 int i, k, hx, hy, sx, sy; local
85 sx = hx & 0x80000000;
95 if (sx)
111 if (sx)
200 sx = hx & 0x80000000;
210 if (sx)
226 if (sx)
315 sx = hx & 0x80000000;
325 if (sx)
341 if (sx)
[all...]
H A D__vpowf.c431 unsigned ux, sx, uy, ay, ax0; local
461 sx = ux >> 31;
481 if (sx) /* X = -Inf */
527 if (sx & yisint0)
H A D__vatan2f.c59 int i, k0 = 0, k1, k2, hx, sx, sy; local
77 sx = hx & 0x80000000;
92 if (sx)
112 if (sx)
191 sx = hx & 0x80000000;
206 if (sx)
226 if (sx)
303 sx = hx & 0x80000000;
318 if (sx)
338 if (sx)
[all...]
H A D__vpow.c522 sx = hx >> 31; \
543 *pz = (sx) ? DZERO / DZERO : DONE; \
574 if (sx) /* X = -Inf */ \
622 if ((sx || (hx | lx)) == 0) /* X <= 0 */ \
649 if (sx & yisint##I) \
696 unsigned hx, lx, sx, hy, ly, sy; local

Completed in 77 milliseconds

12