Home
last modified time | relevance | path

Searched refs:LO (Results 1 – 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrt.c207 lx = LO(px); in __vrsqrt()
265 LO(&res) = LO(px); in __vrsqrt()
267 LO(&res_c0) = 0; in __vrsqrt()
305 LO(&res_c0) = 0; in __vrsqrt_n()
306 LO(&res_c1) = 0; in __vrsqrt_n()
307 LO(&res_c2) = 0; in __vrsqrt_n()
312 LO(&res0) = LO(px); in __vrsqrt_n()
316 LO(&res1) = LO(px); in __vrsqrt_n()
320 LO(&res2) = LO(px); in __vrsqrt_n()
390 LO(&res0) = LO(px); in __vrsqrt_n()
[all …]
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))) in __vatan2()
158 if ((hy | LO(&y0)) == 0) in __vatan2()
183 LO(&xh) = 0; in __vatan2()
203 if (hy > hx || (hy == hx && LO(y) > LO(x))) in __vatan2()
273 if ((hy | LO(&y1)) == 0) in __vatan2()
298 LO(&xh) = 0; in __vatan2()
318 if (hy > hx || (hy == hx && LO(y) > LO(x))) in __vatan2()
388 if ((hy | LO(&y2)) == 0) in __vatan2()
[all …]
H A D__vrhypot.c139 lx = LO(px); \
311 LO(&dd0) = 0; in __vrhypot()
312 LO(&dd1) = 0; in __vrhypot()
313 LO(&dd2) = 0; in __vrhypot()
328 LO(&res0) = 0; in __vrhypot()
329 LO(&res1) = 0; in __vrhypot()
330 LO(&res2) = 0; in __vrhypot()
374 LO(&dd0) = 0; in __vrhypot()
381 LO(&res0) = 0; in __vrhypot()
410 LO(&dd1) = 0; in __vrhypot()
[all …]
H A D__vpow.c761 LO(&ux0) = 0; in __vpow()
763 LO(&ux1) = 0; in __vpow()
839 LO(&s0) = 0; in __vpow()
840 LO(&s1) = 0; in __vpow()
841 LO(&s2) = 0; in __vpow()
980 LO(&s0) = 0; in __vpow()
1168 LO(&ux0) = 0; in __vpowx()
1214 LO(&s0) = 0; in __vpowx()
1215 LO(&s1) = 0; in __vpowx()
1216 LO(&s2) = 0; in __vpowx()
[all …]
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 */ in __vatan()
121 LO(&z) = 0; /* ...lower */ in __vatan()
147 intflo = LO(x); /* lower half of x, as integer */ in __vatan()
192 LO(&z) = 0; /* ...lower */ in __vatan()
216 intflo = LO(x); /* lower half of x, as integer */ in __vatan()
259 LO(&z) = 0; /* ...lower */ in __vatan()
H A D__vsinbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
83 LO(&tx) = LO(x); in __vlibm_vsin_big()
128 LO(&t) = 0; in __vlibm_vsin_big()
158 LO(&t) = 0; in __vlibm_vsin_big()
H A D__vcosbig.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
83 LO(&tx) = LO(x); in __vlibm_vcos_big()
129 LO(&t) = 0; in __vlibm_vcos_big()
159 LO(&t) = 0; in __vlibm_vcos_big()
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); in __vexp()
460 j1 = LO(y1); in __vexp()
461 j2 = LO(y2); in __vexp()
462 j3 = LO(y3); in __vexp()
463 j4 = LO(y4); in __vexp()
464 j5 = LO(y5); in __vexp()
H A D__vcos.c214 LO(&t0) = 0; in __vcos()
215 LO(&t1) = 0; in __vcos()
216 LO(&t2) = 0; in __vcos()
253 LO(&t1) = 0; in __vcos()
254 LO(&t2) = 0; in __vcos()
284 LO(&t0) = 0; in __vcos()
285 LO(&t2) = 0; in __vcos()
313 LO(&t2) = 0; in __vcos()
338 LO(&t0) = 0; in __vcos()
339 LO(&t1) = 0; in __vcos()
[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); in __vlibm_vsincos_big()
133 LO(&t) = 0; in __vlibm_vsincos_big()
H A D__vsin.c188 LO(&t0) = 0; in __vsin()
189 LO(&t1) = 0; in __vsin()
190 LO(&t2) = 0; in __vsin()
225 LO(&t1) = 0; in __vsin()
226 LO(&t2) = 0; in __vsin()
257 LO(&t0) = 0; in __vsin()
258 LO(&t2) = 0; in __vsin()
287 LO(&t2) = 0; in __vsin()
314 LO(&t0) = 0; in __vsin()
315 LO(&t1) = 0; in __vsin()
[all …]
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)); in __vhypot()
140 int ly = LO(py); in __vhypot()
181 int lx = LO((px - stridex)); in __vhypot()
182 int ly = LO(py); in __vhypot()
266 int lx = LO(px); in __vhypot()
267 int ly = LO(py); in __vhypot()
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); in __vsincosf()
210 n1 = LO(z1); in __vsincosf()
211 n2 = LO(z2); in __vsincosf()
212 n3 = LO(z3); in __vsincosf()
H A D__vsinbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
129 LO(&t) = 0; in __vlibm_vsin_bigf()
159 LO(&t) = 0; in __vlibm_vsin_bigf()
H A D__vsinbig_ultra3.c236 LO(&t0) = 0; in __vlibm_vsin_big_ultra3()
237 LO(&t1) = 0; in __vlibm_vsin_big_ultra3()
238 LO(&t2) = 0; in __vlibm_vsin_big_ultra3()
280 LO(&t1) = 0; in __vlibm_vsin_big_ultra3()
281 LO(&t2) = 0; in __vlibm_vsin_big_ultra3()
321 LO(&t0) = 0; in __vlibm_vsin_big_ultra3()
322 LO(&t2) = 0; in __vlibm_vsin_big_ultra3()
361 LO(&t2) = 0; in __vlibm_vsin_big_ultra3()
399 LO(&t0) = 0; in __vlibm_vsin_big_ultra3()
400 LO(&t1) = 0; in __vlibm_vsin_big_ultra3()
[all …]
H A D__vcosbig_ultra3.c236 LO(&t0) = 0; in __vlibm_vcos_big_ultra3()
237 LO(&t1) = 0; in __vlibm_vcos_big_ultra3()
238 LO(&t2) = 0; in __vlibm_vcos_big_ultra3()
280 LO(&t1) = 0; in __vlibm_vcos_big_ultra3()
281 LO(&t2) = 0; in __vlibm_vcos_big_ultra3()
321 LO(&t0) = 0; in __vlibm_vcos_big_ultra3()
322 LO(&t2) = 0; in __vlibm_vcos_big_ultra3()
361 LO(&t2) = 0; in __vlibm_vcos_big_ultra3()
399 LO(&t0) = 0; in __vlibm_vcos_big_ultra3()
400 LO(&t1) = 0; in __vlibm_vcos_big_ultra3()
[all …]
H A D__vcosbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
130 LO(&t) = 0; in __vlibm_vcos_bigf()
160 LO(&t) = 0; in __vlibm_vcos_bigf()
H A D__vsincos.c245 LO(&t0) = 0; in __vsincos()
246 LO(&t1) = 0; in __vsincos()
247 LO(&t2) = 0; in __vsincos()
308 LO(&t0) = 0; in __vsincos()
309 LO(&t1) = 0; in __vsincos()
359 LO(&t0) = 0; in __vsincos()
360 LO(&t2) = 0; in __vsincos()
408 LO(&t0) = 0; in __vsincos()
452 LO(&t1) = 0; in __vsincos()
453 LO(&t2) = 0; in __vsincos()
[all …]
H A D__vsincosbigf.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
130 LO(&t) = 0; in __vlibm_vsincos_bigf()
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; in __vcosf()
187 n1 = LO(z1) + 1; in __vcosf()
188 n2 = LO(z2) + 1; in __vcosf()
189 n3 = LO(z3) + 1; in __vcosf()
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); in __vsinf()
191 n1 = LO(z1); in __vsinf()
192 n2 = LO(z2); in __vsinf()
193 n3 = LO(z3); in __vsinf()
H A D__vrhypotf.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
H A D__vlog.c64 #define LO(x) *(unsigned *)&x macro
69 #define LO(x) *(1+(unsigned *)&x) macro
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.S90 / if (HI(x) < LO(y)) {
100 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem);
134 / y0 = LO(y);
136 / x0 = LO(x);
164 / y0 = LO(dt);
170 / x0 = LO(dt);
390 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem);
418 / y0 = LO(y);
420 / x0 = LO(x);
445 / y0 = LO(dt);
[all …]
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S136 / if (HI(x) < LO(y)) {
146 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem);
180 / y0 = LO(y);
182 / x0 = LO(x);
210 / y0 = LO(dt);
216 / x0 = LO(dt);
436 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem);
464 / y0 = LO(y);
466 / x0 = LO(x);
491 / y0 = LO(dt);
[all …]

12