/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | CPUBlas.cpp | 638 void axpy(int64_t n, double a, const double *x, int64_t incx, double *y, int64_t incy) { in axpy() function 663 void axpy(int64_t n, float a, const float *x, int64_t incx, float *y, int64_t incy) { in axpy() function 688 void axpy(int64_t n, c10::complex<double> a, const c10::complex<double> *x, int64_t incx, c10::comp… in axpy() function 713 void axpy(int64_t n, c10::complex<float> a, const c10::complex<float> *x, int64_t incx, c10::comple… in axpy() function
|
H A D | CPUBlas.h | 153 void axpy(int64_t n, scalar_t a, const scalar_t *x, int64_t incx, scalar_t *y, int64_t incy){ in axpy() function
|
/aosp_15_r20/external/eigen/blas/ |
H A D | level1_impl.h | 12 int EIGEN_BLAS_FUNC(axpy)(const int *n, const RealScalar *palpha, const RealScalar *px, const int *… in EIGEN_BLAS_FUNC() argument
|
/aosp_15_r20/external/eigen/bench/btl/libs/blitz/ |
H A D | tiny_blitz_interface.hh | 99 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in tiny_blitz_interface
|
H A D | blitz_interface.hh | 123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N) in axpy() function in blitz_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/tvmet/ |
H A D | tvmet_interface.hh | 97 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in tvmet_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/tensors/ |
H A D | tensor_interface.hh | 88 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){ in axpy() function in tensor_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/blaze/ |
H A D | blaze_interface.hh | 108 …static EIGEN_DONT_INLINE void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in blaze_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/mtl4/ |
H A D | mtl4_interface.hh | 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in mtl4_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/gmm/ |
H A D | gmm_interface.hh | 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in gmm_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/ublas/ |
H A D | ublas_interface.hh | 117 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in ublas_interface
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | blas.hpp | 135 V1 & axpy (V1 &v1, const T &t, const V2 &v2) in axpy() function
|
/aosp_15_r20/external/eigen/bench/btl/libs/eigen2/ |
H A D | eigen2_interface.hh | 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in eigen2_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/BLAS/ |
H A D | blas_interface_impl.hh | 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in blas_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/STL/ |
H A D | STL_interface.hh | 182 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() function in STL_interface
|
/aosp_15_r20/external/eigen/bench/btl/libs/eigen3/ |
H A D | eigen3_interface.hh | 179 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){ in axpy() function in eigen3_interface
|