Searched defs:HI (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
76 hx = HI(x);
82 HI(&tx) = 0x41600000 | (hx & 0xfffff);
110 hx = HI(&ty[0]);
128 HI(&t) = j;
158 HI(&t) = j;
H A D__vcosbigf.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
77 hx = HI(&tx);
83 HI(&tx) = 0x41600000 | (hx & 0xfffff);
111 hx = HI(&ty[0]);
129 HI(&t) = j;
159 HI(&t) = j;
H A D__vsinbig.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
76 hx = HI(x);
82 HI(&tx) = 0x41600000 | (hx & 0xfffff);
109 hx = HI(&ty[0]);
127 HI(&t) = j;
157 HI(&t) = j;
H A D__vsinbigf.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
77 hx = HI(&tx);
83 HI(&tx) = 0x41600000 | (hx & 0xfffff);
110 hx = HI(&ty[0]);
128 HI(&t) = j;
158 HI(&t) = j;
H A D__vatan.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
82 intf = HI(x); /* upper half of x, as integer */
120 HI(&z) = intz; /* store as a double (z) */
146 intf = HI(x); /* upper half of x, as integer */
191 HI(&z) = intz; /* store as a double (z) */
215 intf = HI(x); /* upper half of x, as integer */
258 HI(&z) = intz; /* store as a double (z) */
H A D__vatan2.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
79 hy = HI(y);
84 hx = HI(x);
171 hy = HI(&y0);
172 hx = HI(&x0);
194 hy = HI(y);
199 hx = HI(x);
286 hy = HI(&y1);
287 hx = HI(
[all...]
H A D__vcosf.c46 #define HI(x) *(1+(int *)&x) macro
49 #define HI(x) *(int *)&x macro
110 hx = HI(y##N); \
112 HI(z##N) = (hx & 0xfffff) | 0x41600000; \
H A D__vexp.c54 #define HI(x) *(1+(int *)&x) macro
58 #define HI(x) *(int *)&x macro
374 HI(y##N) += (k##N + 0x3ef) << 20; \
377 HI(y##N) += k##N << 20; \
383 hx = HI(x[0]); \
516 HI(y0) += (k0 + 0x3ef) << 20;
519 HI(y0) += k0 << 20;
522 HI(y1) += (k1 + 0x3ef) << 20;
525 HI(y1) += k1 << 20;
528 HI(y
[all...]
H A D__vhypot.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
90 hx0 = HI(px); \
91 hy0 = HI(py); \
119 hx0 = HI(px);
120 hy0 = HI(py);
212 hx1 = HI(px);
239 hy0 = HI(py);
249 hx0 = HI(px);
250 hy0 = HI(p
[all...]
H A D__vlog.c63 #define HI(x) *(1+(int *)&x) macro
68 #define HI(x) *(int *)&x macro
636 i##N = HI(*x); \
H A D__vrhypotf.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
329 ibase0 = HI(&hyp0);
331 HI(&dbase0) = (0x60000000 - ((ibase0 & 0x7fe00000) >> 1));
334 HI(&hyp0) = hyp0h;
335 HI(&h_hi0) = hyp0h & 0x7fffc000;
384 ibase0 = HI(&hyp0);
385 ibase1 = HI(&hyp1);
386 ibase2 = HI(&hyp2);
388 HI(
[all...]
H A D__vrsqrt.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
100 hx = HI(px); \
128 hx = HI(px);
160 hx0 = HI(&res);
166 HI(&res) = resh0;
167 HI(&res_c0) = res_ch0;
178 HI(&dsqrt_exp0) = sqrt_exp0;
190 hx = HI(px);
197 hx = HI(p
[all...]
H A D__vsincosbig.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
77 hx = HI(x);
87 HI(&tx) = 0x41600000 | (hx & 0xfffff);
113 hx = HI(&ty[0]);
132 HI(&t) = j;
H A D__vsincosbigf.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
77 hx = HI(&tx);
83 HI(&tx) = 0x41600000 | (hx & 0xfffff);
110 hx = HI(&ty[0]);
129 HI(&t) = j;
H A D__vsincosf.c46 #define HI(x) *(1+(int *)&x) macro
49 #define HI(x) *(int *)&x macro
111 hx = HI(y##N); \
113 HI(z##N) = (hx & 0xfffff) | 0x41600000; \
H A D__vsinf.c46 #define HI(x) *(1+(int *)&x) macro
49 #define HI(x) *(int *)&x macro
110 hx = HI(y##N); \
112 HI(z##N) = (hx & 0xfffff) | 0x41600000; \
H A D__vcos.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
117 xsb0 = HI(x); /* get most significant word */
144 xsb1 = HI(x);
171 xsb2 = HI(x);
210 HI(&t0) = j0;
211 HI(&t1) = j1;
212 HI(&t2) = j2;
250 HI(&t1) = j1;
251 HI(
[all...]
H A D__vcosbig_ultra3.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
110 hx = HI(x);
133 hx = HI(x);
156 hx = HI(x);
218 xsb0 = HI(&x0);
220 xsb1 = HI(&x1);
222 xsb2 = HI(&x2);
233 HI(&t0) = j0;
234 HI(
[all...]
H A D__vrhypot.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
132 hx##I = HI(px); \
133 hy##I = HI(py); \
181 iarr0 = HI(&dres0); \
187 HI(&dd0) = itbl0; \
194 HI(&res0) = HI(&dres0) & 0xffffff00; \
204 HI(&scl##I) = 0x7ff00000 - j0;
292 iarr0 = HI(
[all...]
H A D__vsin.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
96 xsb0 = HI(x);
123 xsb1 = HI(x);
150 xsb2 = HI(x);
184 HI(&t0) = j0;
185 HI(&t1) = j1;
186 HI(&t2) = j2;
222 HI(&t1) = j1;
223 HI(
[all...]
H A D__vsinbig_ultra3.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
110 hx = HI(x);
133 hx = HI(x);
156 hx = HI(x);
218 xsb0 = HI(&x0);
220 xsb1 = HI(&x1);
222 xsb2 = HI(&x2);
233 HI(&t0) = j0;
234 HI(
[all...]
H A D__vsincos.c34 #define HI(x) *(1+(int*)x) macro
37 #define HI(x) *(int*)x macro
117 xsb0 = HI(x); /* get most significant word */
154 xsb1 = HI(x);
191 xsb2 = HI(x);
242 HI(&t0) = j0;
243 HI(&t1) = j1;
244 HI(&t2) = j2;
306 HI(&t0) = j0;
307 HI(
[all...]
H A D__vpow.c33 #define HI(x) *(1+(int*)x) macro
36 #define HI(x) *(int*)x macro
518 hx = HI(px); \
520 hy = HI(py); \
537 HI(pz) = hx; \
567 HI(pz) = hy; \
600 HI(pz) = hx; \
609 HI(pz) = hx; \
674 hx##I = HI(&ull_ax##I); \
719 unsigned hx = HI(p
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h56 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16)) macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c201 #define HI "high" macro
2001 ((pcf8574_ks_fant1.fanspeed)? HI:LO), 0);
2008 ((pcf8574_ks_fant2.fanspeed)? HI:LO), 0);

Completed in 135 milliseconds