Searched refs:sx (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-simple_segv.c32 int sx[OUR_SIZE]; local
34 upper (sx, OUR_SIZE + 2);
35 return sx[1];
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dnearbyintq.c37 int64_t i0,j0,sx; local
41 sx = (((uint64_t)i0)>>63);
46 w = TWO112[sx] + math_opt_barrier (x);
47 t = w-TWO112[sx];
51 SET_FLT128_MSW64(t,(i0&0x7fffffffffffffffLL)|(sx<<63));
59 w = TWO112[sx] + math_opt_barrier (x);
60 t = w-TWO112[sx];
H A Drintq.c42 int64_t i0,j0,sx; local
46 sx = (((uint64_t)i0)>>63);
50 w = TWO112[sx]+x;
51 t = w-TWO112[sx];
53 SET_FLT128_MSW64(t,(i0&0x7fffffffffffffffLL)|(sx<<63));
60 w = TWO112[sx]+x;
61 return w-TWO112[sx];
H A Dtruncq.c29 uint64_t i0, i1, sx; local
32 sx = i0 & 0x8000000000000000ULL;
38 SET_FLT128_WORDS64 (x, sx, 0);
H A Dlrintq.c38 int sx; local
42 sx = i0 >> 63;
63 w = two112[sx] + x;
64 t = w - two112[sx];
90 w = two112[sx] + x;
91 t = w - two112[sx];
122 return sx == 0 ? LONG_MAX : LONG_MIN;
129 return sx ? -result : result;
H A Dllrintq.c38 int sx; local
42 sx = i0 >> 63;
60 w = two112[sx] + x;
61 t = w - two112[sx];
93 return sx == 0 ? LLONG_MAX : LLONG_MIN;
100 return sx ? -result : result;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dnearbyintq.c37 int64_t i0,j0,sx; local
41 sx = (((uint64_t)i0)>>63);
46 w = TWO112[sx] + math_opt_barrier (x);
47 t = w-TWO112[sx];
51 SET_FLT128_MSW64(t,(i0&0x7fffffffffffffffLL)|(sx<<63));
59 w = TWO112[sx] + math_opt_barrier (x);
60 t = w-TWO112[sx];
H A Drintq.c42 int64_t i0,j0,sx; local
46 sx = (((uint64_t)i0)>>63);
50 w = TWO112[sx]+x;
51 t = w-TWO112[sx];
53 SET_FLT128_MSW64(t,(i0&0x7fffffffffffffffLL)|(sx<<63));
60 w = TWO112[sx]+x;
61 return w-TWO112[sx];
H A Dtruncq.c29 uint64_t i0, i1, sx; local
32 sx = i0 & 0x8000000000000000ULL;
38 SET_FLT128_WORDS64 (x, sx, 0);
H A Dlrintq.c38 int sx; local
42 sx = i0 >> 63;
63 w = two112[sx] + x;
64 t = w - two112[sx];
90 w = two112[sx] + x;
91 t = w - two112[sx];
122 return sx == 0 ? LONG_MAX : LONG_MIN;
129 return sx ? -result : result;
H A Dllrintq.c38 int sx; local
42 sx = i0 >> 63;
60 w = two112[sx] + x;
61 t = w - two112[sx];
93 return sx == 0 ? LLONG_MAX : LLONG_MIN;
100 return sx ? -result : result;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_f.c33 mp_size_t sx, sy; local
37 sx = ABSIZ(x); /* number of limbs of the mantissa of x */
39 if (sx == 0) /* x is zero */
53 count_leading_zeros(cnt, mx[sx - 1]);
55 if (sy <= sx) /* we may have to round even when sy = sx */
57 mpfr_prec_t xprec = (mpfr_prec_t) sx * GMP_NUMB_BITS;
60 tmp = MPFR_TMP_LIMBS_ALLOC (sx);
62 mpn_lshift (tmp, mx, sx, cnt);
66 MPN_COPY (tmp, mx, sx);
[all...]
H A Dget_f.c35 mp_size_t sx, sy; local
64 sx = PREC (x);
65 SIZ (x) = sx;
67 for (i = 0; i < sx; i++)
80 sx = PREC(x); /* number of limbs of the mantissa of x */
83 precx = (mpfr_prec_t) sx * GMP_NUMB_BITS;
97 MPFR_ASSERTN (sx >= sy);
98 ds = sx - sy;
120 /* Recall that precx = (mpfr_prec_t) sx * GMP_NUMB_BITS, thus removing
124 MPFR_ASSERTN (sx
[all...]
/netbsd-current/games/hack/
H A Dhack.mkshop.c93 int sh, sx, sy, i = -1; local
157 sx = doors[sh].x;
159 if (sx == sroom->lx - 1)
160 sx++;
161 else if (sx == sroom->hx + 1)
162 sx--;
187 if (!(shk = makemon(PM_SHK, sx, sy)))
195 ESHK->shk.x = sx;
203 for (sx = sroom->lx; sx <
227 int sh, sx, sy, i; local
303 int sx, sy, i, eelct = 0; local
328 nexttodoor(int sx, int sy) argument
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) argument
31 if (sx < WINDOW_MINIMUM)
32 sx = WINDOW_MINIMUM;
33 if (sx > WINDOW_MAXIMUM)
34 sx = WINDOW_MAXIMUM;
46 layout_resize(w, sx, sy);
49 if (sx < w->layout_root->sx)
50 sx = w->layout_root->sx;
114 clients_calculate_size(int type, int current, struct client *c, struct session *s, struct window *w, int (*skip_client)(struct client *, int, int, struct session *, struct window *), u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel) argument
285 default_window_size(struct client *c, struct session *s, struct window *w, u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel, int type) argument
362 u_int sx, sy, xpixel = 0, ypixel = 0; local
[all...]
H A Dcmd-resize-window.c56 u_int adjust, sx, sy; local
69 sx = w->sx;
73 sx = args_strtonum(args, 'x', WINDOW_MINIMUM, WINDOW_MAXIMUM,
92 if (sx >= adjust)
93 sx -= adjust;
95 sx += adjust;
103 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
106 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
111 w->manual_sx = sx;
[all...]
H A Dlayout-set.c123 u_int n, sx, sy; local
136 sx = (n * (PANE_MINIMUM + 1)) - 1;
137 if (sx < w->sx)
138 sx = w->sx;
144 sx = w->sx;
146 layout_set_size(lc, sx, sy, 0, 0);
153 lcnew->sx
189 u_int n, mainh, otherh, sx, sy; local
287 u_int n, mainw, otherw, sx, sy; local
385 u_int n, width, height, used, sx, sy; local
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dlr.pl48 $self->{sx} = 0.0;
61 $self->{sx} += $_x;
72 return 1 unless ($self->{n} * $self->{sx2} - $self->{sx}**2);
73 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy})
74 / ($self->{n} * $self->{sx2} - $self->{sx}**2);
81 return ($self->{sy} - B() * $self->{sx}) / $self->{n};
102 my $s = ($self->{n} * $self->{sx2} - $self->{sx}**2)
107 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy}) / sqrt($s);
114 return ($self->{sxy} - $self->{sx} * $self->{sy} / $self->{n})
140 sx
[all...]
/netbsd-current/lib/libm/src/
H A Ds_rintf.c33 int32_t i0,jj0,sx; local
41 sx = (i0>>31)&1;
50 w = TWO23[sx]+x;
51 t = w-TWO23[sx];
53 SET_FLOAT_WORD(t,(i0&0x7fffffff)|(sx<<31));
66 w = TWO23[sx]+x;
67 return w-TWO23[sx];
H A Ds_rint.c40 int32_t i0,jj0,sx; local
44 sx = (i0>>31)&1;
53 w = TWO52[sx]+x;
54 t = w-TWO52[sx];
56 SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31));
77 w = TWO52[sx]+x;
78 return w-TWO52[sx];
H A De_fmodf.c35 int32_t n,hx,hy,hz,ix,iy,sx,i; local
39 sx = hx&0x80000000; /* sign of x */
40 hx ^=sx; /* |x| */
49 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
82 return Zero[(u_int32_t)sx>>31];
91 return Zero[(u_int32_t)sx>>31];
98 SET_FLOAT_WORD(x,hx|sx);
102 SET_FLOAT_WORD(x,hx|sx);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-mpx-simple_segv.c60 int sx[OUR_SIZE]; local
62 upper (sx, OUR_SIZE + 2);
63 return sx[1];
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dmarch-fail-sx.d4 #error_output: march-fail-sx.l
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_sxnet.c22 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
57 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
69 if (!ASN1_INTEGER_get_int64(&v, sx->version)
78 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
79 id = sk_SXNETID_value(sx->ids, i);
102 SXNET *sx = NULL;
106 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
109 return sx;
154 SXNET *sx = NULL;
168 if ((sx
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_sxnet.c22 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
57 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
69 if (!ASN1_INTEGER_get_int64(&v, sx->version)
78 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
79 id = sk_SXNETID_value(sx->ids, i);
102 SXNET *sx = NULL;
106 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
109 return sx;
154 SXNET *sx = NULL;
168 if ((sx
[all...]

Completed in 320 milliseconds

1234567891011>>