Home
last modified time | relevance | path

Searched refs:stridey (Results 26 – 50 of 93) sorted by relevance

1234

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsqrtf_ultra3.S80 ! py += stridey;
114 ! py += stridey;
131 sll %i4,2,stridey
416 add %i3,stridey,%o3 ! py += stridey
451 add %o3,stridey,%g5 ! py += stridey
496 add %g5,stridey,%g5 ! py += stridey
536 add %g5,stridey,%g1 ! py += stridey
585 add %g1,stridey,%i3 ! py += stridey
606 add %i3,stridey,%o3 ! py += stridey
623 add %o3,stridey,%g5 ! py += stridey
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A Dvlog_.c36 __vlog_(int *n, double *x, int *stridex, double *y, int *stridey) in __vlog_() argument
38 __vlog(*n, x, *stridex, y, *stridey); in __vlog_()
H A Dvlogf_.c36 __vlogf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vlogf_() argument
38 __vlogf(*n, x, *stridex, y, *stridey); in __vlogf_()
H A Dvrsqrt_.c36 __vrsqrt_(int *n, double *x, int *stridex, double *y, int *stridey) in __vrsqrt_() argument
38 __vrsqrt(*n, x, *stridex, y, *stridey); in __vrsqrt_()
H A Dvrsqrtf_.c36 __vrsqrtf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vrsqrtf_() argument
38 __vrsqrtf(*n, x, *stridex, y, *stridey); in __vrsqrtf_()
H A Dvsin_.c36 __vsin_(int *n, double *x, int *stridex, double *y, int *stridey) in __vsin_() argument
38 __vsin(*n, x, *stridex, y, *stridey); in __vsin_()
H A Dvsinf_.c36 __vsinf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vsinf_() argument
38 __vsinf(*n, x, *stridex, y, *stridey); in __vsinf_()
H A Dvsqrt_.c36 __vsqrt_(int *n, double *x, int *stridex, double *y, int *stridey) in __vsqrt_() argument
38 __vsqrt(*n, x, *stridex, y, *stridey); in __vsqrt_()
H A Dvsqrtf_.c36 __vsqrtf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vsqrtf_() argument
38 __vsqrtf(*n, x, *stridex, y, *stridey); in __vsqrtf_()
H A Dvz_abs_.c36 __vz_abs_(int *n, double *x, int *stridex, double *y, int *stridey) in __vz_abs_() argument
38 __vz_abs(*n, x, *stridex, y, *stridey); in __vz_abs_()
H A Dvz_log_.c36 __vz_log_(int *n, double *x, int *stridex, double *y, int *stridey) in __vz_log_() argument
38 __vz_log(*n, x, *stridex, y, *stridey); in __vz_log_()
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_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 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_()
H A Dvcosf_.c36 __vcosf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vcosf_() argument
38 __vcosf(*n, x, *stridex, y, *stridey); in __vcosf_()
H A Dvexp_.c36 __vexp_(int *n, double *x, int *stridex, double *y, int *stridey) in __vexp_() argument
38 __vexp(*n, x, *stridex, y, *stridey); in __vexp_()
H A Dvexpf_.c36 __vexpf_(int *n, float *x, int *stridex, float *y, int *stridey) in __vexpf_() argument
38 __vexpf(*n, x, *stridex, y, *stridey); in __vexpf_()
H A D__vc_abs.c40 int stridey) in __vc_abs() argument
43 __vhypotf(n, x, stridex, x + 1, stridex, y, stridey); in __vc_abs()
H A D__vsqrtf.c41 __vsqrtf(int n, float * restrict x, int stridex, float * restrict y, int stridey) in __vsqrtf() argument
47 y += stridey; in __vsqrtf()
H A D__vz_abs.c40 int stridey) in __vz_abs() argument
43 __vhypot(n, x, stridex, x + 1, stridex, y, stridey); in __vz_abs()
H A Dvz_exp_.c36 __vz_exp_(int *n, double *x, int *stridex, double *y, int *stridey, in __vz_exp_() argument
39 __vz_exp(*n, x, *stridex, y, *stridey, tmp); in __vz_exp_()
H A D__vsqrt.c41 __vsqrt(int n, double * restrict x, int stridex, double * restrict y, int stridey) in __vsqrt() argument
47 y += stridey; in __vsqrt()
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_()

1234