/external/eigen/blas/ |
level2_real_impl.h | 13 int EIGEN_BLAS_FUNC(symv) (const char *uplo, const int *n, const RealScalar *palpha, const RealScalar *pa, const int *lda, function 38 return xerbla_(SCALAR_SUFFIX_UP"SYMV ",&info,6);
|
/external/eigen/bench/btl/libs/BLAS/ |
blas_interface_impl.hh | 21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:blas_interface 22 BLAS_FUNC(symv)(&lower, &N,&fone,A,&N,B,&intone,&fzero,X,&intone);
|
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 136 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N) function in class:STL_interface
|
/external/eigen/bench/btl/libs/eigen3/ |
eigen3_interface.hh | 108 static inline void symv(const gene_matrix & A, const gene_vector & B, gene_vector & X, int /*N*/){ function in class:eigen3_interface
|
/external/fec/ |
viterbi39_av.c | 117 vector unsigned short symv,sym0v,sym1v,sym2v; local 125 symv = (vector unsigned short)vec_mergeh((vector unsigned char)(0),s); /* Unsigned byte->word unpack */ 126 sym0v = vec_splat(symv,0); 127 sym1v = vec_splat(symv,1); 128 sym2v = vec_splat(symv,2);
|
viterbi615_av.c | 117 vector unsigned short symv,sym0v,sym1v,sym2v,sym3v,sym4v,sym5v; local 125 symv = (vector unsigned short)vec_mergeh((vector unsigned char)(0),s); /* Unsigned byte->word unpack */ 126 sym0v = vec_splat(symv,0); 127 sym1v = vec_splat(symv,1); 128 sym2v = vec_splat(symv,2); 129 sym3v = vec_splat(symv,3); 130 sym4v = vec_splat(symv,4); 131 sym5v = vec_splat(symv,5);
|