Home
last modified time | relevance | path

Searched refs:stridex (Results 1 – 25 of 100) sorted by path

1234

/illumos-gate/usr/src/lib/libmvec/amd64/src/
H A D__vsqrtf.S40 / %edx = stridex
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c48 __vatan(int n, double * restrict x, int stridex, double * restrict y, int stridey) in __vatan() argument
105 x += stridex; in __vatan()
127 x += stridex; /* point to next arg */ in __vatan()
169 x += stridex; in __vatan()
198 x += stridex; /* point to next arg */ in __vatan()
238 x += stridex; in __vatan()
265 x += stridex; /* point to next arg */ in __vatan()
H A D__vatan2.c130 x += stridex; in __vatan2()
143 x += stridex; in __vatan2()
161 x += stridex; in __vatan2()
186 x += stridex; in __vatan2()
245 x += stridex; in __vatan2()
258 x += stridex; in __vatan2()
276 x += stridex; in __vatan2()
301 x += stridex; in __vatan2()
360 x += stridex; in __vatan2()
373 x += stridex; in __vatan2()
[all …]
H A D__vatan2f.c52 int stridex, float * restrict z, int stridez) in __vatan2f() argument
135 x += stridex; in __vatan2f()
147 x += stridex; in __vatan2f()
176 x += stridex; in __vatan2f()
248 x += stridex; in __vatan2f()
260 x += stridex; in __vatan2f()
289 x += stridex; in __vatan2f()
360 x += stridex; in __vatan2f()
372 x += stridex; in __vatan2f()
449 x += stridex; in __vatan2f()
H A D__vatanf.c37 __vatanf(int n, float * restrict x, int stridex, float * restrict y, int stridey) in __vatanf() argument
94 x += stridex; in __vatanf()
119 x += stridex; /* point to next arg */ in __vatanf()
160 x += stridex; in __vatanf()
189 x += stridex; /* point to next arg */ in __vatanf()
230 x += stridex; in __vatanf()
258 x += stridex; /* point to next arg */ in __vatanf()
301 x += stridex; in __vatanf()
335 x += stridex; /* point to next arg */ in __vatanf()
H A D__vc_abs.c39 __vc_abs(int n, float * restrict x, int stridex, float * restrict y, in __vc_abs() argument
42 stridex <<= 1; in __vc_abs()
43 __vhypotf(n, x, stridex, x + 1, stridex, y, stridey); in __vc_abs()
H A D__vc_exp.c40 __vc_exp(int n, float * restrict x, int stridex, float * restrict y, in __vc_exp() argument
45 stridex <<= 1; in __vc_exp()
47 __vexpf(n, x, stridex, tmp, 1); in __vc_exp()
48 __vsincosf(n, x + 1, stridex, y + 1, stridey, y, stridey); in __vc_exp()
H A D__vc_log.c41 __vc_log(int n, float * restrict x, int stridex, float * restrict y, in __vc_log() argument
44 stridex <<= 1; in __vc_log()
46 __vhypotf(n, x, stridex, x + 1, stridex, y + 1, stridey); in __vc_log()
48 __vatan2f(n, x + 1, stridex, x, stridex, y + 1, stridey); in __vc_log()
H A D__vc_pow.c40 __vc_pow(int n, float * restrict x, int stridex, float * restrict y, in __vc_pow() argument
46 __vc_log(n, x, stridex, tmp, 1); in __vc_pow()
H A D__vcos.c108 sxsave = stridex; in __vcos()
129 x += stridex; in __vcos()
138 x += stridex; in __vcos()
156 x += stridex; in __vcos()
165 x += stridex; in __vcos()
183 x += stridex; in __vcos()
426 x += stridex; in __vcos()
555 x += stridex; in __vcos()
564 x += stridex; in __vcos()
592 x += stridex; in __vcos()
[all …]
H A D__vcosbig.c67 __vlibm_vcos_big(int n, double * restrict x, int stridex, double * restrict y, in __vlibm_vcos_big() argument
70 for (; n--; x += stridex, y += stridey) in __vlibm_vcos_big()
H A D__vcosbig_ultra3.c74 __vlibm_vcos_big_ultra3(int n, double * restrict x, int stridex, double * restrict y, in __vlibm_vcos_big_ultra3() argument
85 sxsave = stridex; in __vlibm_vcos_big_ultra3()
117 x += stridex; in __vlibm_vcos_big_ultra3()
126 x += stridex; in __vlibm_vcos_big_ultra3()
140 x += stridex; in __vlibm_vcos_big_ultra3()
149 x += stridex; in __vlibm_vcos_big_ultra3()
163 x += stridex; in __vlibm_vcos_big_ultra3()
542 x += stridex; in __vlibm_vcos_big_ultra3()
H A D__vcosbigf.c67 __vlibm_vcos_bigf(int n, float * restrict x, int stridex, float * restrict y, in __vlibm_vcos_bigf() argument
70 for (; n--; x += stridex, y += stridey) in __vlibm_vcos_bigf()
H A D__vcosf.c93 x += stridex; \
145 __vcosf(int n, float *restrict x, int stridex, float *restrict y, in __vcosf() argument
H A D__vexp.c386 x += stridex; \
407 __vexp(int n, double *restrict x, int stridex, double *restrict y, in __vexp() argument
H A D__vexpf.c186 x += stridex; \
214 x += stridex; \
237 __vexpf(int n, float * restrict x, int stridex, float * restrict y, in __vexpf() 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, in __vhypot() argument
123 px += stridex; in __vhypot()
133 x = *(px - stridex); in __vhypot()
139 int lx = LO((px - stridex)); in __vhypot()
175 x = *(px - stridex); in __vhypot()
181 int lx = LO((px - stridex)); in __vhypot()
216 x = *(px - stridex); in __vhypot()
242 __vhypot_n (n_n, spx, stridex, spy, stridey, spz, stridez); in __vhypot()
345 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py, in __vhypot_n() argument
[all …]
H A D__vhypotf.c49 __vhypotf(int n, float *restrict x, int stridex, float *restrict y, in __vhypotf() argument
86 x += stridex; in __vhypotf()
95 x += stridex; in __vhypotf()
131 x += stridex; in __vhypotf()
140 x += stridex; in __vhypotf()
176 x += stridex; in __vhypotf()
193 x += stridex; in __vhypotf()
H A D__vlog.c638 x += stridex; \
657 __vlog(int n, double *restrict x, int stridex, double *restrict y, in __vlog() argument
H A D__vlogf.c119 x += stridex; \
144 __vlogf(int n, float * restrict x, int stridex, float * restrict y, in __vlogf() argument
H A D__vpow.c504 px += stridex; \
678 __vpow(int n, double * restrict px, int stridex, double * restrict py, in __vpow() argument
717 if (stridex == 0) in __vpow()
737 px += stridex; in __vpow()
746 px += stridex; in __vpow()
948 px += stridex; in __vpow()
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, in __vpowf() argument
435 if (stridex == 0) in __vpowf()
558 px += stridex; in __vpowf()
564 __vpowf_n(n_n, spx, stridex, spy, stridey, spz, stridez); in __vpowf()
570 __vpowf_n(int n, float * restrict px, int stridex, float * restrict py, in __vpowf_n() argument
590 px += stridex; in __vpowf_n()
592 px += stridex; in __vpowf_n()
594 px += stridex; in __vpowf_n()
[all …]
H A D__vrhypot.c118 px += stridex; \
207 __vrhypot(int n, double * restrict px, int stridex, double * restrict py, in __vrhypot() argument
243 px += stridex; in __vrhypot()
252 px += stridex; in __vrhypot()
346 px += stridex; in __vrhypot()
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, in __vrhypotf() argument
271 px += stridex; in __vrhypotf()
275 x0 = *(px - stridex); in __vrhypotf()
288 int tx = *(int*)(px - stridex) & 0x7fffffff; in __vrhypotf()
299 __vrhypotf_n(n_n, spx, stridex, spy, stridey, spz, stridez); in __vrhypotf()
351 __vrhypotf_n(int n, float * restrict px, int stridex, float * restrict py, in __vrhypotf_n() argument
367 px += stridex; in __vrhypotf_n()
369 px += stridex; in __vrhypotf_n()
371 px += stridex; in __vrhypotf_n()
[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) in __vrsqrt() argument
131 px += stridex; in __vrsqrt()
134 res = *(px - stridex); in __vrsqrt()
144 lx = LO((px - stridex)); in __vrsqrt()
145 res = *(px - stridex); in __vrsqrt()
193 __vrsqrt_n(n_n, spx, stridex, spy, stridey); in __vrsqrt()
313 px += stridex; in __vrsqrt_n()
317 px += stridex; in __vrsqrt_n()
321 px += stridex; in __vrsqrt_n()
[all …]

1234