/external/eigen/bench/btl/actions/ |
action_axpy.hh | 99 BTL_ASM_COMMENT("mybegin axpy"); 100 Interface::axpy(_coef,X,Y,_size); 101 BTL_ASM_COMMENT("myend axpy"); 110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size);
|
/external/eigen/bench/btl/data/ |
go_mean | 34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix
|
smooth_all.sh | 6 AXPY_FILE=`find ${ORIG_DIR} -name "*.dat" | grep axpy`
|
/external/eigen/bench/btl/libs/BLAS/ |
blas_interface_impl.hh | 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ function in class:blas_interface 58 BLAS_FUNC(axpy)(&N,&coef,X,&intone,Y,&intone); 63 BLAS_FUNC(axpy)(&N,&a,X,&intone,Y,&intone);
|
/external/eigen/bench/btl/libs/blitz/ |
tiny_blitz_interface.hh | 99 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:tiny_blitz_interface
|
blitz_interface.hh | 123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N) function in class:blitz_interface
|
/external/eigen/bench/btl/libs/tvmet/ |
tvmet_interface.hh | 97 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:tvmet_interface
|
/external/eigen/bench/btl/libs/gmm/ |
gmm_interface.hh | 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:gmm_interface
|
/external/eigen/bench/btl/libs/mtl4/ |
mtl4_interface.hh | 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:mtl4_interface
|
/external/eigen/bench/btl/libs/ublas/ |
ublas_interface.hh | 117 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:ublas_interface
|
/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixVector_MKL.h | 129 MKLPREFIX##axpy(&n, &alpha_,(const MKLTYPE*)x, &incx, (MKLTYPE*)_res, &incy); \ 214 MKLPREFIX##axpy(&n, &alpha_,(const MKLTYPE*)x, &incx, (MKLTYPE*)_res, &incy); \
|
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 182 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:STL_interface
|
/external/eigen/bench/btl/libs/eigen2/ |
eigen2_interface.hh | 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:eigen2_interface
|
/external/eigen/blas/ |
level1_impl.h | 12 int EIGEN_BLAS_FUNC(axpy)(int *n, RealScalar *palpha, RealScalar *px, int *incx, RealScalar *py, int *incy) function
|
/external/eigen/bench/btl/libs/eigen3/ |
eigen3_interface.hh | 177 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ function in class:eigen3_interface
|