Home
last modified time | relevance | path

Searched refs:stridex (Results 26 – 50 of 100) sorted by path

1234

/illumos-gate/usr/src/lib/libmvec/common/
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) in __vrsqrtf() argument
256 px += stridex; in __vrsqrtf()
259 res = *(px - stridex); in __vrsqrtf()
268 res = *(px - stridex); in __vrsqrtf()
314 __vrsqrtf_n(n_n, spx, stridex, spy, stridey); in __vrsqrtf()
402 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf_n() argument
422 px += stridex; in __vrsqrtf_n()
425 px += stridex; in __vrsqrtf_n()
428 px += stridex; in __vrsqrtf_n()
[all …]
H A D__vsin.c88 sxsave = stridex; in __vsin()
108 x += stridex; in __vsin()
117 x += stridex; in __vsin()
135 x += stridex; in __vsin()
144 x += stridex; in __vsin()
162 x += stridex; in __vsin()
410 x += stridex; in __vsin()
525 x += stridex; in __vsin()
550 x += stridex; in __vsin()
589 x += stridex; in __vsin()
[all …]
H A D__vsinbig.c67 __vlibm_vsin_big(int n, double * restrict x, int stridex, double * restrict y, in __vlibm_vsin_big() argument
70 for (; n--; x += stridex, y += stridey) in __vlibm_vsin_big()
H A D__vsinbig_ultra3.c74 __vlibm_vsin_big_ultra3(int n, double * restrict x, int stridex, double * restrict y, in __vlibm_vsin_big_ultra3() argument
85 sxsave = stridex; in __vlibm_vsin_big_ultra3()
117 x += stridex; in __vlibm_vsin_big_ultra3()
126 x += stridex; in __vlibm_vsin_big_ultra3()
140 x += stridex; in __vlibm_vsin_big_ultra3()
149 x += stridex; in __vlibm_vsin_big_ultra3()
163 x += stridex; in __vlibm_vsin_big_ultra3()
542 x += stridex; in __vlibm_vsin_big_ultra3()
H A D__vsinbigf.c67 __vlibm_vsin_bigf(int n, float * restrict x, int stridex, float * restrict y, in __vlibm_vsin_bigf() argument
70 for (; n--; x += stridex, y += stridey) in __vlibm_vsin_bigf()
H A D__vsincos.c122 x += stridex; in __vsincos()
135 x += stridex; in __vsincos()
146 x += stridex; in __vsincos()
159 x += stridex; in __vsincos()
172 x += stridex; in __vsincos()
183 x += stridex; in __vsincos()
196 x += stridex; in __vsincos()
209 x += stridex; in __vsincos()
611 x += stridex; in __vsincos()
768 x += stridex; in __vsincos()
[all …]
H A D__vsincosbig.c67 __vlibm_vsincos_big(int n, double * restrict x, int stridex, in __vlibm_vsincos_big() argument
71 for (; n--; x += stridex, ss += stridess, cc += stridecc) in __vlibm_vsincos_big()
H A D__vsincosbigf.c67 __vlibm_vsincos_bigf(int n, float * restrict x, int stridex, in __vlibm_vsincos_bigf() argument
70 for (; n--; x += stridex, ss += stridess, cc += stridecc) in __vlibm_vsincos_bigf()
H A D__vsincosf.c93 x += stridex; \
164 __vsincosf(int n, float *restrict x, int stridex, in __vsincosf() argument
H A D__vsinf.c93 x += stridex; \
149 __vsinf(int n, float *restrict x, int stridex, float *restrict y, in __vsinf() argument
H A D__vsqrt.c41 __vsqrt(int n, double * restrict x, int stridex, double * restrict y, int stridey) in __vsqrt() argument
46 x += stridex; in __vsqrt()
H A D__vsqrtf.c41 __vsqrtf(int n, float * restrict x, int stridex, float * restrict y, int stridey) in __vsqrtf() argument
46 x += stridex; in __vsqrtf()
H A D__vz_abs.c39 __vz_abs(int n, double * restrict x, int stridex, double * restrict y, in __vz_abs() argument
42 stridex <<= 1; in __vz_abs()
43 __vhypot(n, x, stridex, x + 1, stridex, y, stridey); in __vz_abs()
H A D__vz_exp.c40 __vz_exp(int n, double * restrict x, int stridex, double * restrict y, in __vz_exp() argument
45 stridex <<= 1; in __vz_exp()
47 __vexp(n, x, stridex, tmp, 1); in __vz_exp()
48 __vsincos(n, x + 1, stridex, y + 1, stridey, y, stridey); in __vz_exp()
H A D__vz_log.c41 __vz_log(int n, double * restrict x, int stridex, double * restrict y, in __vz_log() argument
44 stridex <<= 1; in __vz_log()
46 __vhypot(n, x, stridex, x + 1, stridex, y + 1, stridey); in __vz_log()
48 __vatan2(n, x + 1, stridex, x, stridex, y + 1, stridey); in __vz_log()
H A D__vz_pow.c40 __vz_pow(int n, double * restrict x, int stridex, double * restrict y, in __vz_pow() argument
46 __vz_log(n, x, stridex, tmp, 1); in __vz_pow()
H A Dvatan2_.c36 __vatan2_(int *n, double *y, int *stridey, double *x, int *stridex, in __vatan2_() argument
39 __vatan2(*n, y, *stridey, x, *stridex, z, *stridez); in __vatan2_()
H A Dvatan2f_.c36 __vatan2f_(int *n, float *y, int *stridey, float *x, int *stridex, in __vatan2f_() argument
39 __vatan2f(*n, y, *stridey, x, *stridex, z, *stridez); in __vatan2f_()
H A Dvatan_.c36 __vatan_(int *n, double *x, int *stridex, double *y, int *stridey) in __vatan_() argument
38 __vatan(*n, x, *stridex, y, *stridey); in __vatan_()
H A Dvatanf_.c36 __vatanf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vatanf_() argument
38 __vatanf(*n, x, *stridex, y, *stridey); in __vatanf_()
H A Dvc_abs_.c36 __vc_abs_(int *n, float *x, int *stridex, float *y, int *stridey) in __vc_abs_() argument
38 __vc_abs(*n, x, *stridex, y, *stridey); in __vc_abs_()
H A Dvc_exp_.c36 __vc_exp_(int *n, float *x, int *stridex, float *y, int *stridey, in __vc_exp_() argument
39 __vc_exp(*n, x, *stridex, y, *stridey, tmp); in __vc_exp_()
H A Dvc_log_.c36 __vc_log_(int *n, float *x, int *stridex, float *y, int *stridey) in __vc_log_() argument
38 __vc_log(*n, x, *stridex, y, *stridey); in __vc_log_()
H A Dvc_pow_.c37 __vc_pow_(int *n, float *x, int *stridex, float *y, int *stridey, in __vc_pow_() argument
40 __vc_pow(*n, x, *stridex, y, *stridey, z, *stridez, tmp); in __vc_pow_()
H A Dvcos_.c36 __vcos_(int *n, double *x, int *stridex, double *y, int *stridey) in __vcos_() argument
38 __vcos(*n, x, *stridex, y, *stridey); in __vcos_()

1234