Home
last modified time | relevance | path

Searched defs:axpy (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DCPUBlas.cpp638 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 DCPUBlas.h153 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 Dlevel1_impl.h12 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 Dtiny_blitz_interface.hh99 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 Dblitz_interface.hh123 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 Dtvmet_interface.hh97 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 Dtensor_interface.hh88 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 Dblaze_interface.hh108 …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 Dmtl4_interface.hh111 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 Dgmm_interface.hh105 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 Dublas_interface.hh117 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/
Dblas.hpp135 V1 & axpy (V1 &v1, const T &t, const V2 &v2) in axpy() function
/aosp_15_r20/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh120 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 Dblas_interface_impl.hh57 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 DSTL_interface.hh182 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 Deigen3_interface.hh179 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){ in axpy() function in eigen3_interface