Searched defs:stridex (Results 51 - 75 of 85) sorted by relevance

1234

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S96 #define stridex %o0 define
143 ! o0 stridex
144 ! o1 stridex * 2
281 sllx %l4,2,stridex
302 add x0,stridex2,x1! x += 2*stridex
308 lda [stridex+x0]0x82,ival1 ! (Y1_0) ival = *(int*)(x)
332 lda [stridex+x1]0x82,ival3 ! (Y3_0) ival = *(int*)(x)
381 lda [stridex+x0]0x82,%f8 ! (Y1_0) *(float*)&exp = *(float*)(x)
391 add x1,stridex2,x0 ! x += 2*stridex
396 lda [stridex
[all...]
H A D__vrhypot.S80 #define stridex %l2 define
159 ! px += stridex;
177 ! px += stridex;
266 ! px += stridex;
283 sll %i2,3,stridex
316 add %i4,stridex,%i1
387 add %i1,stridex,%i4 ! px += stridex
391 add %i4,stridex,%i1 ! px += stridex
[all...]
H A D__vrhypotf.S188 #define stridex %l3 define
231 ! px += stridex;
300 sll %i2,2,stridex
359 lda [stridex+%o4]0x82,%i5 ! (4_0) ax = *(int*)px;
361 add %o4,stridex,%l0 ! px += stridex
373 lda [stridex+%o4]0x82,%f4 ! (4_0) x0 = *px;
386 lda [%l0+stridex]0x82,%i5 ! (0_0) ax = *(int*)px;
388 add %l0,stridex,%i1 ! px += stridex
[all...]
H A D__vrsqrt.S53 #define stridex %l5 define
97 ! px += stridex;
111 ! px += stridex;
135 ! px += stridex;
200 sll %i2,3,stridex
234 add %i1,stridex,%l6 ! px += stridex
267 add %l6,stridex,%l6 ! px += stridex
301 add %l6,stridex,
[all...]
H A D__vpow.S611 #define stridex %l5 define
1056 sra %i2,0,stridex
1062 cmp stridex,0
1086 sllx stridex,3,stridex
1164 add px,stridex,px ! px += stridex;
1209 add px,stridex,px ! px += stridex;
1300 add px,stridex,p
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c67 __vlibm_vcos_big(int n, double * restrict x, int stridex, double * restrict y, argument
70 for (; n--; x += stridex, y += stridey)
H A D__vcosbigf.c67 __vlibm_vcos_bigf(int n, float * restrict x, int stridex, float * restrict y, argument
70 for (; n--; x += stridex, y += stridey)
H A D__vexpf.c186 x += stridex; \
214 x += stridex; \
237 __vexpf(int n, float * restrict x, int stridex, float * restrict y, argument
H A D__vhypotf.c41 __vhypotf(int n, float * restrict x, int stridex, float * restrict y, argument
81 x += stridex;
90 x += stridex;
128 x += stridex;
137 x += stridex;
175 x += stridex;
192 x += stridex;
H A D__vsinbig.c67 __vlibm_vsin_big(int n, double * restrict x, int stridex, double * restrict y, argument
70 for (; n--; x += stridex, y += stridey)
H A D__vsinbigf.c67 __vlibm_vsin_bigf(int n, float * restrict x, int stridex, float * restrict y, argument
70 for (; n--; x += stridex, y += stridey)
H A D__vatan.c48 __vatan(int n, double * restrict x, int stridex, double * restrict y, int stridey) argument
105 x += stridex;
127 x += stridex; /* point to next arg */
169 x += stridex;
198 x += stridex; /* point to next arg */
238 x += stridex;
265 x += stridex; /* point to next arg */
H A D__vatan2.c69 int stridex, double * restrict z, int stridez)
130 x += stridex;
143 x += stridex;
161 x += stridex;
186 x += stridex;
245 x += stridex;
258 x += stridex;
276 x += stridex;
301 x += stridex;
360 x += stridex;
68 __vatan2(int n, double * restrict y, int stridey, double * restrict x, int stridex, double * restrict z, int stridez) argument
[all...]
H A D__vatanf.c37 __vatanf(int n, float * restrict x, int stridex, float * restrict y, int stridey) argument
94 x += stridex;
119 x += stridex; /* point to next arg */
160 x += stridex;
189 x += stridex; /* point to next arg */
230 x += stridex;
258 x += stridex; /* point to next arg */
301 x += stridex;
335 x += stridex; /* point to next arg */
H A D__vcosf.c93 x += stridex; \
145 __vcosf(int n, float *restrict x, int stridex, float *restrict y, argument
H A D__vexp.c386 x += stridex; \
407 __vexp(int n, double *restrict x, int stridex, double *restrict y, argument
H A D__vhypot.c78 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py,
100 __vhypot(int n, double * restrict px, int stridex, double * restrict py, argument
123 px += stridex;
133 x = *(px - stridex);
139 int lx = LO((px - stridex));
175 x = *(px - stridex);
181 int lx = LO((px - stridex));
216 x = *(px - stridex);
242 __vhypot_n (n_n, spx, stridex, spy, stridey, spz, stridez);
345 __vhypot_n(int n, double * restrict px, int stridex, doubl argument
[all...]
H A D__vlog.c638 x += stridex; \
657 __vlog(int n, double *restrict x, int stridex, double *restrict y, argument
H A D__vlogf.c119 x += stridex; \
144 __vlogf(int n, float * restrict x, int stridex, float * restrict y, argument
H A D__vpowf.c111 static void __vpowf_n(int n, float * restrict px, int stridex, float * restrict py,
412 px += stridex; \
425 __vpowf(int n, float * restrict px, int stridex, float * restrict py, argument
435 if (stridex == 0)
558 px += stridex;
564 __vpowf_n(n_n, spx, stridex, spy, stridey, spz, stridez);
570 __vpowf_n(int n, float * restrict px, int stridex, float * restrict py, argument
590 px += stridex;
592 px += stridex;
594 px += stridex;
[all...]
H A D__vrhypotf.c230 __vrhypotf_n(int n, float * restrict px, int stridex, float * restrict py,
251 __vrhypotf(int n, float * restrict px, int stridex, float * restrict py, argument
271 px += stridex;
275 x0 = *(px - stridex);
288 int tx = *(int*)(px - stridex) & 0x7fffffff;
299 __vrhypotf_n(n_n, spx, stridex, spy, stridey, spz, stridez);
351 __vrhypotf_n(int n, float * restrict px, int stridex, float * restrict py, argument
367 px += stridex;
369 px += stridex;
371 px += stridex;
[all...]
H A D__vrsqrt.c89 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey);
117 __vrsqrt(int n, double * restrict px, int stridex, double * restrict py, int stridey) argument
131 px += stridex;
134 res = *(px - stridex);
144 lx = LO((px - stridex));
145 res = *(px - stridex);
193 __vrsqrt_n(n_n, spx, stridex, spy, stridey);
287 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey) argument
313 px += stridex;
317 px += stridex;
[all...]
H A D__vrsqrtf.c222 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey);
241 __vrsqrtf(int n, float * restrict px, int stridex, float * restrict py, int stridey) argument
256 px += stridex;
259 res = *(px - stridex);
268 res = *(px - stridex);
314 __vrsqrtf_n(n_n, spx, stridex, spy, stridey);
402 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey) argument
422 px += stridex;
425 px += stridex;
428 px += stridex;
[all...]
H A D__vsincosbig.c67 __vlibm_vsincos_big(int n, double * restrict x, int stridex, argument
71 for (; n--; x += stridex, ss += stridess, cc += stridecc)
H A D__vsincosbigf.c67 __vlibm_vsincos_bigf(int n, float * restrict x, int stridex, argument
70 for (; n--; x += stridex, ss += stridess, cc += stridecc)

Completed in 124 milliseconds

1234