Searched refs:syr2 (Results 1 - 6 of 6) sorted by relevance

/external/eigen/bench/btl/actions/
H A Daction_syr2.hh91 BTL_ASM_COMMENT("#begin syr2");
92 Interface::syr2(A,B,X,_size);
93 BTL_ASM_COMMENT("end syr2");
100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size);
/external/eigen/bench/btl/data/
H A Dgo_mean49 source mk_mean_script.sh syr2 $1 11 50 300 1000 $mode $prefix
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:blas_interface
26 BLAS_FUNC(syr2)(&lower,&N,&fone,B,&intone,X,&intone,A,&N);
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh153 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N) function in class:STL_interface
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh158 static EIGEN_DONT_INLINE void syr2(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ function in class:eigen3_interface
/external/eigen/blas/
H A Dlevel2_real_impl.h132 int EIGEN_BLAS_FUNC(syr2)(char *uplo, int *n, RealScalar *palpha, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, int *ldc) function

Completed in 94 milliseconds