Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 1151) sorted by relevance

12345678910>>...47

/external/eigen/bench/btl/actions/
Daction_matrix_matrix_product_bis.hh32 template<class Interface>
39 return "matrix_matrix_"+Interface::name(); in name()
50 typename Interface::stl_matrix A_stl; in calculate()
51 typename Interface::stl_matrix B_stl; in calculate()
52 typename Interface::stl_matrix X_stl; in calculate()
60 typename Interface::gene_matrix A_ref; in calculate()
61 typename Interface::gene_matrix B_ref; in calculate()
62 typename Interface::gene_matrix X_ref; in calculate()
64 typename Interface::gene_matrix A; in calculate()
65 typename Interface::gene_matrix B; in calculate()
[all …]
Daction_ger.hh26 template<class Interface>
37 typename Interface::stl_matrix tmp; in Action_ger()
44 Interface::matrix_from_stl(A_ref,A_stl); in Action_ger()
45 Interface::matrix_from_stl(A,A_stl); in Action_ger()
46 Interface::vector_from_stl(B_ref,B_stl); in Action_ger()
47 Interface::vector_from_stl(B,B_stl); in Action_ger()
48 Interface::vector_from_stl(X_ref,X_stl); in Action_ger()
49 Interface::vector_from_stl(X,X_stl); in Action_ger()
62 Interface::free_matrix(A,_size); in ~Action_ger()
63 Interface::free_vector(B); in ~Action_ger()
[all …]
Daction_syr2.hh31 template<class Interface>
41 typename Interface::stl_matrix tmp; in Action_syr2()
48 Interface::matrix_from_stl(A_ref,A_stl); in Action_syr2()
49 Interface::matrix_from_stl(A,A_stl); in Action_syr2()
50 Interface::vector_from_stl(B_ref,B_stl); in Action_syr2()
51 Interface::vector_from_stl(B,B_stl); in Action_syr2()
52 Interface::vector_from_stl(X_ref,X_stl); in Action_syr2()
53 Interface::vector_from_stl(X,X_stl); in Action_syr2()
65 Interface::free_matrix(A,_size); in ~Action_syr2()
66 Interface::free_vector(B); in ~Action_syr2()
[all …]
Daction_symv.hh31 template<class Interface>
49 Interface::matrix_from_stl(A_ref,A_stl); in Action_symv()
50 Interface::matrix_from_stl(A,A_stl); in Action_symv()
51 Interface::vector_from_stl(B_ref,B_stl); in Action_symv()
52 Interface::vector_from_stl(B,B_stl); in Action_symv()
53 Interface::vector_from_stl(X_ref,X_stl); in Action_symv()
54 Interface::vector_from_stl(X,X_stl); in Action_symv()
68 Interface::free_matrix(A,_size); in ~Action_symv()
69 Interface::free_vector(B); in ~Action_symv()
70 Interface::free_vector(X); in ~Action_symv()
[all …]
Daction_atv_product.hh31 template<class Interface>
49 Interface::matrix_from_stl(A_ref,A_stl); in Action_atv_product()
50 Interface::vector_from_stl(B_ref,B_stl); in Action_atv_product()
51 Interface::vector_from_stl(X_ref,X_stl); in Action_atv_product()
53 Interface::matrix_from_stl(A,A_stl); in Action_atv_product()
54 Interface::vector_from_stl(B,B_stl); in Action_atv_product()
55 Interface::vector_from_stl(X,X_stl); in Action_atv_product()
69 Interface::free_matrix(A,_size); in ~Action_atv_product()
70 Interface::free_vector(B); in ~Action_atv_product()
71 Interface::free_vector(X); in ~Action_atv_product()
[all …]
Daction_matrix_matrix_product.hh31 template<class Interface>
51 Interface::matrix_from_stl(A_ref,A_stl); in Action_matrix_matrix_product()
52 Interface::matrix_from_stl(B_ref,B_stl); in Action_matrix_matrix_product()
53 Interface::matrix_from_stl(X_ref,X_stl); in Action_matrix_matrix_product()
55 Interface::matrix_from_stl(A,A_stl); in Action_matrix_matrix_product()
56 Interface::matrix_from_stl(B,B_stl); in Action_matrix_matrix_product()
57 Interface::matrix_from_stl(X,X_stl); in Action_matrix_matrix_product()
77 Interface::free_matrix(A,_size); in ~Action_matrix_matrix_product()
78 Interface::free_matrix(B,_size); in ~Action_matrix_matrix_product()
79 Interface::free_matrix(X,_size); in ~Action_matrix_matrix_product()
[all …]
Daction_matrix_vector_product.hh31 template<class Interface>
51 Interface::matrix_from_stl(A_ref,A_stl); in Action_matrix_vector_product()
52 Interface::matrix_from_stl(A,A_stl); in Action_matrix_vector_product()
53 Interface::vector_from_stl(B_ref,B_stl); in Action_matrix_vector_product()
54 Interface::vector_from_stl(B,B_stl); in Action_matrix_vector_product()
55 Interface::vector_from_stl(X_ref,X_stl); in Action_matrix_vector_product()
56 Interface::vector_from_stl(X,X_stl); in Action_matrix_vector_product()
76 Interface::free_matrix(A,_size); in ~Action_matrix_vector_product()
77 Interface::free_vector(B); in ~Action_matrix_vector_product()
78 Interface::free_vector(X); in ~Action_matrix_vector_product()
[all …]
Daction_lu_solve.hh31 template<class Interface>
39 return "lu_solve_"+Interface::name(); in name()
51 typename Interface::stl_matrix A_stl; in calculate()
52 typename Interface::stl_vector B_stl; in calculate()
53 typename Interface::stl_vector X_stl; in calculate()
61 typename Interface::gene_matrix A; in calculate()
62 typename Interface::gene_vector B; in calculate()
63 typename Interface::gene_vector X; in calculate()
65 typename Interface::gene_matrix LU; in calculate()
67 Interface::matrix_from_stl(A,A_stl); in calculate()
[all …]
Daction_hessenberg.hh30 template<class Interface>
48 Interface::matrix_from_stl(X_ref,X_stl); in Action_hessenberg()
49 Interface::matrix_from_stl(X,X_stl); in Action_hessenberg()
50 Interface::matrix_from_stl(C,C_stl); in Action_hessenberg()
76 Interface::free_matrix(X_ref,_size); in ~Action_hessenberg()
77 Interface::free_matrix(X,_size); in ~Action_hessenberg()
78 Interface::free_matrix(C,_size); in ~Action_hessenberg()
85 return "hessenberg_"+Interface::name(); in name()
93 Interface::copy_matrix(X_ref,X,_size); in initialize()
97 Interface::hessenberg(X,C,_size); in calculate()
[all …]
Daction_trmm.hh31 template<class Interface>
58 Interface::matrix_from_stl(A_ref,A_stl); in Action_trmm()
59 Interface::matrix_from_stl(B_ref,B_stl); in Action_trmm()
60 Interface::matrix_from_stl(X_ref,X_stl); in Action_trmm()
62 Interface::matrix_from_stl(A,A_stl); in Action_trmm()
63 Interface::matrix_from_stl(B,B_stl); in Action_trmm()
64 Interface::matrix_from_stl(X,X_stl); in Action_trmm()
90 Interface::free_matrix(A,_size); in ~Action_trmm()
91 Interface::free_matrix(B,_size); in ~Action_trmm()
92 Interface::free_matrix(X,_size); in ~Action_trmm()
[all …]
Daction_trisolve_matrix.hh31 template<class Interface>
58 Interface::matrix_from_stl(A_ref,A_stl); in Action_trisolve_matrix()
59 Interface::matrix_from_stl(B_ref,B_stl); in Action_trisolve_matrix()
60 Interface::matrix_from_stl(X_ref,X_stl); in Action_trisolve_matrix()
62 Interface::matrix_from_stl(A,A_stl); in Action_trisolve_matrix()
63 Interface::matrix_from_stl(B,B_stl); in Action_trisolve_matrix()
64 Interface::matrix_from_stl(X,X_stl); in Action_trisolve_matrix()
90 Interface::free_matrix(A,_size); in ~Action_trisolve_matrix()
91 Interface::free_matrix(B,_size); in ~Action_trisolve_matrix()
92 Interface::free_matrix(X,_size); in ~Action_trisolve_matrix()
[all …]
Daction_axpby.hh30 template<class Interface>
46 Interface::vector_from_stl(X_ref,X_stl); in Action_axpby()
47 Interface::vector_from_stl(Y_ref,Y_stl); in Action_axpby()
49 Interface::vector_from_stl(X,X_stl); in Action_axpby()
50 Interface::vector_from_stl(Y,Y_stl); in Action_axpby()
65 Interface::free_vector(X_ref); in ~Action_axpby()
66 Interface::free_vector(Y_ref); in ~Action_axpby()
68 Interface::free_vector(X); in ~Action_axpby()
69 Interface::free_vector(Y); in ~Action_axpby()
75 return "axpby_"+Interface::name(); in name()
[all …]
Daction_axpy.hh31 template<class Interface>
50 Interface::vector_from_stl(X_ref,X_stl); in Action_axpy()
51 Interface::vector_from_stl(Y_ref,Y_stl); in Action_axpy()
53 Interface::vector_from_stl(X,X_stl); in Action_axpy()
54 Interface::vector_from_stl(Y,Y_stl); in Action_axpy()
75 Interface::free_vector(X_ref); in ~Action_axpy()
76 Interface::free_vector(Y_ref); in ~Action_axpy()
78 Interface::free_vector(X); in ~Action_axpy()
79 Interface::free_vector(Y); in ~Action_axpy()
86 return "axpy_"+Interface::name(); in name()
[all …]
Daction_ata_product.hh31 template<class Interface>
50 Interface::matrix_from_stl(A_ref,A_stl); in Action_ata_product()
51 Interface::matrix_from_stl(X_ref,X_stl); in Action_ata_product()
53 Interface::matrix_from_stl(A,A_stl); in Action_ata_product()
54 Interface::matrix_from_stl(X,X_stl); in Action_ata_product()
74 Interface::free_matrix(A,_size); in ~Action_ata_product()
75 Interface::free_matrix(X,_size); in ~Action_ata_product()
77 Interface::free_matrix(A_ref,_size); in ~Action_ata_product()
78 Interface::free_matrix(X_ref,_size); in ~Action_ata_product()
86 return "ata_"+Interface::name(); in name()
[all …]
Daction_aat_product.hh31 template<class Interface>
50 Interface::matrix_from_stl(A_ref,A_stl); in Action_aat_product()
51 Interface::matrix_from_stl(X_ref,X_stl); in Action_aat_product()
53 Interface::matrix_from_stl(A,A_stl); in Action_aat_product()
54 Interface::matrix_from_stl(X,X_stl); in Action_aat_product()
74 Interface::free_matrix(A,_size); in ~Action_aat_product()
75 Interface::free_matrix(X,_size); in ~Action_aat_product()
77 Interface::free_matrix(A_ref,_size); in ~Action_aat_product()
78 Interface::free_matrix(X_ref,_size); in ~Action_aat_product()
86 return "aat_"+Interface::name(); in name()
[all …]
Daction_rot.hh26 template<class Interface>
37 typename Interface::stl_matrix tmp; in Action_rot()
42 Interface::vector_from_stl(A_ref,A_stl); in Action_rot()
43 Interface::vector_from_stl(A,A_stl); in Action_rot()
44 Interface::vector_from_stl(B_ref,B_stl); in Action_rot()
45 Interface::vector_from_stl(B,B_stl); in Action_rot()
58 Interface::free_vector(A); in ~Action_rot()
59 Interface::free_vector(B); in ~Action_rot()
60 Interface::free_vector(A_ref); in ~Action_rot()
61 Interface::free_vector(B_ref); in ~Action_rot()
[all …]
Daction_trisolve.hh30 template<class Interface>
55 Interface::matrix_from_stl(L,L_stl); in Action_trisolve()
56 Interface::vector_from_stl(X,X_stl); in Action_trisolve()
57 Interface::vector_from_stl(B,B_stl); in Action_trisolve()
81 Interface::free_matrix(L,_size); in ~Action_trisolve()
82 Interface::free_vector(B); in ~Action_trisolve()
83 Interface::free_vector(X); in ~Action_trisolve()
90 return "trisolve_vector_"+Interface::name(); in name()
102 Interface::trisolve_lower(L,B,X,_size); in calculate()
108 Interface::vector_to_stl(X,resu_stl); in check_result()
[all …]
Daction_lu_decomp.hh30 template<class Interface>
48 Interface::matrix_from_stl(X_ref,X_stl); in Action_lu_decomp()
49 Interface::matrix_from_stl(X,X_stl); in Action_lu_decomp()
50 Interface::matrix_from_stl(C,C_stl); in Action_lu_decomp()
70 Interface::free_matrix(X_ref,_size); in ~Action_lu_decomp()
71 Interface::free_matrix(X,_size); in ~Action_lu_decomp()
72 Interface::free_matrix(C,_size); in ~Action_lu_decomp()
79 return "complete_lu_decomp_"+Interface::name(); in name()
87 Interface::copy_matrix(X_ref,X,_size); in initialize()
91 Interface::lu_decomp(X,C,_size); in calculate()
[all …]
Daction_partial_lu.hh30 template<class Interface>
50 Interface::matrix_from_stl(X_ref,X_stl); in Action_partial_lu()
51 Interface::matrix_from_stl(X,X_stl); in Action_partial_lu()
52 Interface::matrix_from_stl(C,C_stl); in Action_partial_lu()
72 Interface::free_matrix(X_ref,_size); in ~Action_partial_lu()
73 Interface::free_matrix(X,_size); in ~Action_partial_lu()
74 Interface::free_matrix(C,_size); in ~Action_partial_lu()
81 return "partial_lu_decomp_"+Interface::name(); in name()
89 Interface::copy_matrix(X_ref,X,_size); in initialize()
93 Interface::partial_lu_decomp(X,C,_size); in calculate()
[all …]
Daction_cholesky.hh30 template<class Interface>
50 Interface::matrix_from_stl(X_ref,X_stl); in Action_cholesky()
51 Interface::matrix_from_stl(X,X_stl); in Action_cholesky()
52 Interface::matrix_from_stl(C,C_stl); in Action_cholesky()
77 Interface::free_matrix(X_ref,_size); in ~Action_cholesky()
78 Interface::free_matrix(X,_size); in ~Action_cholesky()
79 Interface::free_matrix(C,_size); in ~Action_cholesky()
86 return "cholesky_"+Interface::name(); in name()
94 Interface::copy_matrix(X_ref,X,_size); in initialize()
98 Interface::cholesky(X,C,_size); in calculate()
[all …]
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h30 template <typename Interface>
33 using InterfaceType = Interface;
34 using PtrInfoType = AssociatedInterfacePtrInfo<Interface>;
35 using Proxy = typename Interface::Proxy_;
75 void Bind(AssociatedInterfacePtrInfo<Interface> info,
157 AssociatedInterfacePtrInfo<Interface> PassInterface() { in PassInterface()
166 internal::AssociatedInterfacePtrState<Interface>* internal_state() { in internal_state()
174 typedef internal::AssociatedInterfacePtrState<Interface> State;
187 template <typename Interface>
188 AssociatedInterfaceRequest<Interface> MakeRequest(
[all …]
Dstrong_associated_binding.h24 template <typename Interface>
27 template <typename Interface>
29 base::WeakPtr<StrongAssociatedBinding<Interface>>;
43 template <typename Interface>
47 typename AssociatedBinding<Interface>::ImplPointerType;
52 static StrongAssociatedBindingPtr<Interface> Create( in Create()
53 std::unique_ptr<Interface> impl, in Create()
54 AssociatedInterfaceRequest<Interface> request) { in Create()
80 Interface* impl() { return impl_.get(); } in impl()
94 StrongAssociatedBinding(std::unique_ptr<Interface> impl, in StrongAssociatedBinding()
[all …]
Dstrong_binding.h27 template <typename Interface>
30 template <typename Interface>
31 using StrongBindingPtr = base::WeakPtr<StrongBinding<Interface>>;
44 template <typename Interface>
50 static StrongBindingPtr<Interface> Create( in Create()
51 std::unique_ptr<Interface> impl, in Create()
52 InterfaceRequest<Interface> request) { in Create()
93 Interface* impl() { return impl_.get(); } in impl()
102 StrongBinding(std::unique_ptr<Interface> impl, in StrongBinding()
103 InterfaceRequest<Interface> request) in StrongBinding()
[all …]
/external/golang-protobuf/proto/
Dpointer_reflect.go121 return p.v.Interface().(*int64)
124 return p.v.Interface().(**int64)
127 return p.v.Interface().(*[]int64)
133 return p.v.Convert(int32ptr).Interface().(*int32)
149 return p.v.Elem().Interface().(*int32)
152 return p.v.Elem().Convert(int32PtrType).Interface().(*int32)
167 return p.v.Elem().Interface().([]int32)
202 return p.v.Interface().(*uint64)
205 return p.v.Interface().(**uint64)
208 return p.v.Interface().(*[]uint64)
[all …]
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dpointer_reflect.go118 return p.v.Interface().(*int64)
121 return p.v.Interface().(**int64)
124 return p.v.Interface().(*[]int64)
130 return p.v.Convert(int32ptr).Interface().(*int32)
146 return p.v.Elem().Interface().(*int32)
149 return p.v.Elem().Convert(int32PtrType).Interface().(*int32)
164 return p.v.Elem().Interface().([]int32)
199 return p.v.Interface().(*uint64)
202 return p.v.Interface().(**uint64)
205 return p.v.Interface().(*[]uint64)
[all …]

12345678910>>...47