HomeSort by relevance Sort by last modified time
    Searched refs:copy_vector (Results 1 - 21 of 21) sorted by null

  /external/eigen/bench/btl/actions/
action_rot.hh 75 Interface::copy_vector(A_ref,A,_size);
76 Interface::copy_vector(B_ref,B,_size);
action_axpby.hh 83 Interface::copy_vector(X_ref,X,_size);
84 Interface::copy_vector(Y_ref,Y,_size);
action_axpy.hh 94 Interface::copy_vector(X_ref,X,_size);
95 Interface::copy_vector(Y_ref,Y,_size);
action_atv_product.hh 84 Interface::copy_vector(B_ref,B,_size);
85 Interface::copy_vector(X_ref,X,_size);
action_ger.hh 83 Interface::copy_vector(B_ref,B,_size);
84 Interface::copy_vector(X_ref,X,_size);
action_matrix_vector_product.hh 100 Interface::copy_vector(B_ref,B,_size);
101 Interface::copy_vector(X_ref,X,_size);
action_symv.hh 90 Interface::copy_vector(B_ref,B,_size);
91 Interface::copy_vector(X_ref,X,_size);
action_syr2.hh 86 Interface::copy_vector(B_ref,B,_size);
87 Interface::copy_vector(X_ref,X,_size);
  /external/stlport/test/unit/
copy_test.cpp 20 CPPUNIT_TEST(copy_vector);
29 void copy_vector();
84 void CopyTest::copy_vector() function in class:CopyTest
  /ndk/tests/device/test-gnustl-full/unit/
copy_test.cpp 20 CPPUNIT_TEST(copy_vector);
29 void copy_vector();
84 void CopyTest::copy_vector() function in class:CopyTest
  /ndk/tests/device/test-stlport/unit/
copy_test.cpp 20 CPPUNIT_TEST(copy_vector);
29 void copy_vector();
84 void CopyTest::copy_vector() function in class:CopyTest
  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 58 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:c_interface_base
  /external/eigen/bench/btl/libs/blitz/
tiny_blitz_interface.hh 85 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:tiny_blitz_interface
blitz_interface.hh 140 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:blitz_interface
  /external/eigen/bench/btl/libs/tvmet/
tvmet_interface.hh 81 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:tvmet_interface
  /external/eigen/bench/btl/libs/STL/
STL_interface.hh 68 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:STL_interface
193 copy_vector(B,X,N);
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 117 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:gmm_interface
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 138 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:mtl4_interface
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:ublas_interface
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 132 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:eigen2_interface
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 189 static EIGEN_DONT_INLINE void copy_vector(const gene_vector & source, gene_vector & cible, int N){ function in class:eigen3_interface

Completed in 174 milliseconds