Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libmvec/common/
H A D__vrsqrt.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
144 lx = LO((px - stridex)); in __vrsqrt()
168 LO(&res_c0) = 0; in __vrsqrt()
179 LO(&dsqrt_exp0) = 0; in __vrsqrt()
207 lx = LO(px); in __vrsqrt()
231 LO(&res_c0) = 0; in __vrsqrt()
242 LO(&dsqrt_exp0) = 0; in __vrsqrt()
265 LO(&res) = LO(px); in __vrsqrt()
267 LO(&res_c0) = 0; in __vrsqrt()
[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()
125 if ((hx ^ 0x7ff00000) | LO(&x0)) /* nan */ 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()
240 if ((hx ^ 0x7ff00000) | LO(&x1)) /* nan */ in __vatan2()
273 if ((hy | LO(&y1)) == 0) in __vatan2()
298 LO(&xh) = 0; in __vatan2()
[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; in __vrhypot()
312 LO(&dd1) = 0; in __vrhypot()
[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); in __vpow()
761 LO(&ux0) = 0; in __vpow()
[all …]
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__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__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__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__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.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
213 LO(&t0) = 0; in __vcos()
214 LO(&t1) = 0; in __vcos()
215 LO(&t2) = 0; in __vcos()
252 LO(&t1) = 0; in __vcos()
253 LO(&t2) = 0; in __vcos()
283 LO(&t0) = 0; in __vcos()
284 LO(&t2) = 0; in __vcos()
312 LO(&t2) = 0; in __vcos()
[all …]
H A D__vsin.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
187 LO(&t0) = 0; in __vsin()
188 LO(&t1) = 0; in __vsin()
189 LO(&t2) = 0; in __vsin()
224 LO(&t1) = 0; in __vsin()
225 LO(&t2) = 0; in __vsin()
256 LO(&t0) = 0; in __vsin()
257 LO(&t2) = 0; in __vsin()
286 LO(&t2) = 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__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__vsinbig_ultra3.c34 #define LO(x) *(unsigned*)x macro
37 #define LO(x) *(1+(unsigned*)x) macro
236 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()
[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; 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()
[all …]
H A D__vsincos.c35 #define LO(x) *(unsigned*)x macro
38 #define LO(x) *(1+(unsigned*)x) macro
245 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()
[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
/titanic_41/usr/src/lib/libc/i386/gen/
H A D_div64.s51 / #define LO(X) ((uint32_t)(X) & 0xffffffff)
90 / if (HI(x) < LO(y)) {
96 / A_DIV32(HI(x), 0, LO(y), q1, div_hi);
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);
380 / if (HI(x) < LO(y)) {
386 / A_DIV32(HI(x), 0, LO(y), q1, div_hi);
[all …]
/titanic_41/usr/src/common/util/i386/
H A Dmuldiv.s80 mull 16(%ebp) / Multiply A.Lo by B.LO (dx:ax = bd.)
136 / if (HI(x) < LO(y)) {
142 / A_DIV32(HI(x), 0, LO(y), q1, div_hi);
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);
426 / if (HI(x) < LO(y)) {
432 / A_DIV32(HI(x), 0, LO(y), q1, div_hi);
[all …]

12