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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
83 LO(&tx) = LO(x);
129 LO(&t) = 0;
159 LO(&t) = 0;
H A D__vcosbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
130 LO(&t) = 0;
160 LO(&t) = 0;
H A D__vsinbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
83 LO(&tx) = LO(x);
128 LO(&t) = 0;
158 LO(&t) = 0;
H A D__vsinbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
129 LO(&t) = 0;
159 LO(&t) = 0;
H A D__vatan.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
83 intflo = LO(x); /* lower half of x, as integer */
121 LO(&z) = 0; /* ...lower */
147 intflo = LO(x); /* lower half of x, as integer */
192 LO(&z) = 0; /* ...lower */
216 intflo = LO(x); /* lower half of x, as integer */
259 LO(&z) = 0; /* ...lower */
H A D__vatan2.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
88 if (hy > hx || (hy == hx && LO(y) > LO(x)))
125 if ((hx ^ 0x7ff00000) | LO(&x0)) /* nan */
158 if ((hy | LO(&y0)) == 0)
183 LO(&xh) = 0;
203 if (hy > hx || (hy == hx && LO(y) > LO(x)))
240 if ((hx ^ 0x7ff00000) | LO(
[all...]
H A D__vcosf.c47 #define LO(x) *(unsigned *)&x macro
50 #define LO(x) *(1+(unsigned *)&x) macro
129 n##N = LO(z##N) + 1; \
186 n0 = LO(z0) + 1;
187 n1 = LO(z1) + 1;
188 n2 = LO(z2) + 1;
189 n3 = LO(z3) + 1;
H A D__vexp.c55 #define LO(x) *(unsigned *)&x macro
59 #define LO(x) *(1+(unsigned *)&x) macro
365 j##N = LO(y##N); \
459 j0 = LO(y0);
460 j1 = LO(y1);
461 j2 = LO(y2);
462 j3 = LO(y3);
463 j4 = LO(y4);
464 j5 = LO(y5);
H A D__vhypot.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
139 int lx = LO((px - stridex));
140 int ly = LO(py);
181 int lx = LO((px - stridex));
182 int ly = LO(py);
266 int lx = LO(px);
267 int ly = LO(py);
H A D__vlog.c64 #define LO(x) *(unsigned *)&x macro
69 #define LO(x) *(1+(unsigned *)&x) macro
H A D__vrhypotf.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vrsqrt.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
144 lx = LO((px - stridex));
168 LO(&res_c0) = 0;
179 LO(&dsqrt_exp0) = 0;
207 lx = LO(px);
231 LO(&res_c0) = 0;
242 LO(&dsqrt_exp0) = 0;
265 LO(&res) = LO(p
[all...]
H A D__vsincosbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
88 LO(&tx) = LO(x);
133 LO(&t) = 0;
H A D__vsincosbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
130 LO(&t) = 0;
H A D__vsincosf.c47 #define LO(x) *(unsigned *)&x macro
50 #define LO(x) *(1+(unsigned *)&x) macro
141 n##N = LO(z##N); \
209 n0 = LO(z0);
210 n1 = LO(z1);
211 n2 = LO(z2);
212 n3 = LO(z3);
H A D__vsinf.c47 #define LO(x) *(unsigned *)&x macro
50 #define LO(x) *(1+(unsigned *)&x) macro
133 n##N = LO(z##N); \
190 n0 = LO(z0);
191 n1 = LO(z1);
192 n2 = LO(z2);
193 n3 = LO(z3);
H A D__vcos.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
213 LO(&t0) = 0;
214 LO(&t1) = 0;
215 LO(&t2) = 0;
252 LO(&t1) = 0;
253 LO(&t2) = 0;
283 LO(&t0) = 0;
284 LO(&t2) = 0;
312 LO(
[all...]
H A D__vcosbig_ultra3.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
236 LO(&t0) = 0;
237 LO(&t1) = 0;
238 LO(&t2) = 0;
280 LO(&t1) = 0;
281 LO(&t2) = 0;
321 LO(&t0) = 0;
322 LO(&t2) = 0;
361 LO(
[all...]
H A D__vrhypot.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
139 lx = LO(px); \
140 ly = LO(py); \
155 lx = LO(px); \
156 ly = LO(py); \
188 LO(&dd0) = 0; \
195 LO(&res0) = 0; \
311 LO(&dd0) = 0;
312 LO(
[all...]
H A D__vsin.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
187 LO(&t0) = 0;
188 LO(&t1) = 0;
189 LO(&t2) = 0;
224 LO(&t1) = 0;
225 LO(&t2) = 0;
256 LO(&t0) = 0;
257 LO(&t2) = 0;
286 LO(
[all...]
H A D__vsinbig_ultra3.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
236 LO(&t0) = 0;
237 LO(&t1) = 0;
238 LO(&t2) = 0;
280 LO(&t1) = 0;
281 LO(&t2) = 0;
321 LO(&t0) = 0;
322 LO(&t2) = 0;
361 LO(
[all...]
H A D__vsincos.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
245 LO(&t0) = 0;
246 LO(&t1) = 0;
247 LO(&t2) = 0;
308 LO(&t0) = 0;
309 LO(&t1) = 0;
359 LO(&t0) = 0;
360 LO(&t2) = 0;
408 LO(
[all...]
H A D__vpow.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
519 lx = LO(px); \
521 ly = LO(py); \
538 LO(pz) = lx; \
568 LO(pz) = ly; \
601 LO(pz) = lx; \
610 LO(pz) = lx; \
720 unsigned lx = LO(px);
761 LO(
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h57 #define LO(N) ((u_int16_t)((N) & LO_MASK)) macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c200 #define LO "low" macro
2001 ((pcf8574_ks_fant1.fanspeed)? HI:LO), 0);
2008 ((pcf8574_ks_fant2.fanspeed)? HI:LO), 0);

Completed in 107 milliseconds