/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 35 typedef std::vector<real> stl_vector; typedef in STL_interface 36 typedef std::vector<stl_vector > stl_matrix; 40 typedef stl_vector gene_vector; 55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl() 203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff() 234 static inline void display_vector(const stl_vector & A) in display_vector()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | c_interface_base.h | 14 typedef std::vector<real> stl_vector; typedef 15 typedef std::vector<stl_vector > stl_matrix; 36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/libs/blitz/ |
D | tiny_blitz_interface.hh | 41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface 42 typedef std::vector<stl_vector > stl_matrix; 59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
D | blitz_interface.hh | 40 typedef std::vector<real> stl_vector; typedef in blitz_interface 41 typedef std::vector<stl_vector > stl_matrix; 63 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 70 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 38 typedef std::vector<real> stl_vector; typedef in tvmet_interface 39 typedef std::vector<stl_vector > stl_matrix; 56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 33 typedef std::vector<real> stl_vector; typedef in gmm_interface 34 typedef std::vector<stl_vector > stl_matrix; 37 typedef stl_vector gene_vector; 62 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 66 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | stl_converters_unittest.cc | 25 std::vector<CopyableType> stl_vector = UnwrapToSTLType(std::move(mojo_array)); in TEST_F() local 26 ASSERT_EQ(1u, stl_vector.size()); in TEST_F() 27 ASSERT_FALSE(stl_vector[0].copied()); in TEST_F() 28 Array<CopyableType> mojo_array2 = WrapSTLType(std::move(stl_vector)); in TEST_F()
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 25 typedef std::vector<real> stl_vector; typedef in tensor_interface 26 typedef std::vector<stl_vector> stl_matrix; 51 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 59 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/libs/blaze/ |
D | blaze_interface.hh | 34 typedef std::vector<real> stl_vector; typedef in blaze_interface 35 typedef std::vector<stl_vector > stl_matrix; 60 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 67 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 35 typedef std::vector<real> stl_vector; typedef in mtl4_interface 36 typedef std::vector<stl_vector > stl_matrix; 61 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 68 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/actions/ |
D | action_axpby.hh | 111 typename Interface::stl_vector X_stl; 112 typename Interface::stl_vector Y_stl; 113 typename Interface::stl_vector resu_stl;
|
D | action_axpy.hh | 124 typename Interface::stl_vector X_stl; 125 typename Interface::stl_vector Y_stl; 126 typename Interface::stl_vector resu_stl;
|
D | action_trisolve.hh | 125 typename Interface::stl_vector X_stl; 126 typename Interface::stl_vector B_stl; 127 typename Interface::stl_vector resu_stl;
|
D | action_lu_solve.hh | 52 typename Interface::stl_vector B_stl; in calculate() 53 typename Interface::stl_vector X_stl; in calculate() 105 typename Interface::stl_vector B_new_stl(size); in calculate()
|
D | action_matrix_vector_product.hh | 132 typename Interface::stl_vector B_stl; 133 typename Interface::stl_vector X_stl; 134 typename Interface::stl_vector resu_stl;
|
D | action_ger.hh | 112 typename Interface::stl_vector B_stl; 113 typename Interface::stl_vector X_stl; 114 typename Interface::stl_vector resu_stl;
|
D | action_atv_product.hh | 113 typename Interface::stl_vector B_stl; 114 typename Interface::stl_vector X_stl; 115 typename Interface::stl_vector resu_stl;
|
D | action_symv.hh | 121 typename Interface::stl_vector B_stl; 122 typename Interface::stl_vector X_stl; 123 typename Interface::stl_vector resu_stl;
|
D | action_syr2.hh | 115 typename Interface::stl_vector B_stl; 116 typename Interface::stl_vector X_stl; 117 typename Interface::stl_vector resu_stl;
|
D | action_rot.hh | 103 typename Interface::stl_vector A_stl; 104 typename Interface::stl_vector B_stl;
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 37 typedef std::vector<real> stl_vector; typedef in ublas_interface 38 typedef std::vector<stl_vector> stl_matrix; 56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 62 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 40 typedef std::vector<real> stl_vector; typedef in eigen2_interface 41 typedef std::vector<stl_vector> stl_matrix; 71 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 79 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/eigen/bench/btl/ |
D | README | 94 *** stl_vector : must correspond to std::vector<real_type> 95 *** stl_matrix : must correspond to std::vector<stl_vector> 105 …*** vector_to_stl(gene_vector & B, stl_vector & B_stl) copy the content of an stl_vector B_stl in… 109 …*** vector_to_stl(gene_vector & A, stl_vector & A_stl) copy the content of an gene_vector A into a…
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 37 typedef std::vector<real> stl_vector; typedef in eigen3_interface 38 typedef std::vector<stl_vector> stl_matrix; 62 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 70 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 404 diff -ur a/bits/stl_vector.h b/bits/stl_vector.h 405 --- a/bits/stl_vector.h 2011-03-15 14:49:05.000000000 -0700 406 +++ b/bits/stl_vector.h 2011-03-29 10:33:39.000000000 -0700
|