Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 3585) sorted by relevance

12345678910>>...144

/external/harfbuzz_ng/src/
Dhb-mutex.hh54 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument
55 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument
56 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument
57 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument
64 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument
66 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument
68 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument
69 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument
70 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument
77 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END argument
[all …]
/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ops/
Delem.rs50 pub fn mul_mont<M, EA: Encoding, EB: Encoding>( in mul_mont()
52 a: &Elem<M, EA>, in mul_mont()
53 b: &Elem<M, EB>, in mul_mont()
54 ) -> Elem<M, <(EA, EB) as ProductEncoding>::Output> in mul_mont()
63 pub fn binary_op<M, EA: Encoding, EB: Encoding, ER: Encoding>( in binary_op()
65 a: &Elem<M, EA>, in binary_op()
66 b: &Elem<M, EB>, in binary_op()
67 ) -> Elem<M, ER> { in binary_op()
79 pub fn binary_op_assign<M, EA: Encoding, EB: Encoding>( in binary_op_assign()
81 a: &mut Elem<M, EA>, in binary_op_assign()
[all …]
/external/vixl/test/aarch64/
Dtest-disasm-neon-aarch64.cc348 #define DISASM_INST(M, S) \ in TEST() argument
369 #define DISASM_INST(M, S) \ in TEST() argument
466 #define DISASM_INST(M, S) \ in TEST() argument
485 #define DISASM_INST(M, S) \ in TEST() argument
1480 #define DISASM_INST(M, S) \ in TEST() argument
1485 #define DISASM_INST(M, S) \ in TEST() argument
1490 #define DISASM_INST(M, S) \ in TEST() argument
1495 #define DISASM_INST(M, S) \ in TEST() argument
1500 #define DISASM_INST(M, S) \ in TEST() argument
1505 #define DISASM_INST(M, S) \ in TEST() argument
[all …]
/external/rust/android-crates-io/crates/ring/src/arithmetic/
Dbigint.rs151 fn from_montgomery_amm<M>(limbs: BoxedLimbs<M>, m: &Modulus<M>) -> Elem<M, Unencoded> { in from_montgomery_amm()
168 pub fn into_unencoded(self, m: &Modulus<M>) -> Elem<M, Unencoded> { in into_unencoded()
176 m: &Modulus<M>, in from_be_bytes_padded()
195 pub fn elem_mul<M, AF, BF>( in elem_mul()
196 a: &Elem<M, AF>, in elem_mul()
197 b: Elem<M, BF>, in elem_mul()
198 m: &Modulus<M>, in elem_mul()
199 ) -> Elem<M, <(AF, BF) as ProductEncoding>::Output> in elem_mul()
206 fn elem_mul_<M, AF, BF>( in elem_mul_()
207 a: &Elem<M, AF>, in elem_mul_()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/
Dpmr.pass.cpp34 …using M = std::flat_map<int, short, std::less<int>, std::pmr::vector<int>, std::pmr::vector<short>… in main() typedef
48 …using M = std::flat_map<int, int, std::function<bool(int, int)>, std::pmr::vector<int>, std::pmr::… in main() typedef
61 using M = std::flat_map<int, int, std::less<int>, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
78 using M = std::flat_map<int, int, C, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
99 using M = std::flat_map<int, int, std::less<>, std::pmr::vector<int>, std::pmr::deque<int>>; in main() typedef
108 using M = std::flat_map<int, int, std::less<>, std::pmr::deque<int>, std::pmr::vector<int>>; in main() typedef
126 using M = std::flat_map<int, int, C, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
145 using M = std::flat_map<int, int, std::less<int>, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
157 using M = std::flat_map<int, int, C, std::pmr::vector<int>, std::pmr::deque<int>>; in main() typedef
174 …using M = std::flat_map<int, short, std::less<int>, std::pmr::vector<int>, std::pmr::vector<short>… in main() typedef
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/
Dpmr.pass.cpp34 …using M = std::flat_map<int, short, std::less<int>, std::pmr::vector<int>, std::pmr::vector<short>… in main() typedef
48 …using M = std::flat_map<int, int, std::function<bool(int, int)>, std::pmr::vector<int>, std::pmr::… in main() typedef
61 using M = std::flat_map<int, int, std::less<int>, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
78 using M = std::flat_map<int, int, C, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
99 using M = std::flat_map<int, int, std::less<>, std::pmr::vector<int>, std::pmr::deque<int>>; in main() typedef
108 using M = std::flat_map<int, int, std::less<>, std::pmr::deque<int>, std::pmr::vector<int>>; in main() typedef
126 using M = std::flat_map<int, int, C, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
145 using M = std::flat_map<int, int, std::less<int>, std::pmr::vector<int>, std::pmr::vector<int>>; in main() typedef
157 using M = std::flat_map<int, int, C, std::pmr::vector<int>, std::pmr::deque<int>>; in main() typedef
174 …using M = std::flat_map<int, short, std::less<int>, std::pmr::vector<int>, std::pmr::vector<short>… in main() typedef
[all …]
/external/clang/lib/Headers/
Davx512erintrin.h36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument
41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument
49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument
52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument
60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument
65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument
73 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument
76 #define _mm512_maskz_exp2a23_ps(M, A) \ argument
85 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument
90 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument
[all …]
/external/pytorch/test/cpp/api/
Dmoduledict.cpp15 struct M : Module { in TEST_F() struct
16 explicit M(int value_) : value(value_) {} in TEST_F() function
17 int value; in TEST_F()
29 struct M : Module { in TEST_F() struct
30 explicit M(int value_) : value(value_) {} in TEST_F() function
31 int value; in TEST_F()
44 struct M : Module { in TEST_F() struct
45 explicit M(int value_) : value(value_) {} in TEST_F() function
46 int value; in TEST_F()
81 struct M : Module { in TEST_F() struct
[all …]
Dmodulelist.cpp18 struct M : torch::nn::Module { in TEST_F() struct
19 explicit M(int value_) : value(value_) {} in TEST_F() function
20 int value; in TEST_F()
30 struct M : torch::nn::Module { in TEST_F() struct
31 explicit M(int value_) : value(value_) {} in TEST_F() argument
33 M(const M& other) : torch::nn::Module(other) { in TEST_F() argument
36 int value; in TEST_F()
55 struct M : torch::nn::ModuleHolder<MImpl> { in TEST_F() struct
65 struct M : torch::nn::Module { in TEST_F() struct
66 explicit M(int value_) : value(value_) {} in TEST_F() function
[all …]
Dparallel.cpp139 struct M : torch::nn::Module { in TEST_F() struct
140 torch::Tensor forward(torch::Tensor input) { in TEST_F()
165 struct M : torch::nn::Cloneable<M> { in TEST_F() struct
166 void reset() override {} in TEST_F()
167 torch::Tensor forward(torch::Tensor input) { in TEST_F()
180 struct M : torch::nn::Cloneable<M> { in TEST_F() struct
181 void reset() override {} in TEST_F()
182 torch::Tensor forward(torch::Tensor input) { in TEST_F()
213 struct M : torch::nn::Cloneable<M> { in TEST_F() struct
214 void reset() override {} in TEST_F()
[all …]
/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/fmt/
Dm.pb.go17 type M struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
23 func (x *M) Reset() {
32 func (x *M) String() string {
36 func (*M) ProtoMessage() {}
38 func (x *M) ProtoReflect() protoreflect.Message {
51 func (*M) Descriptor() ([]byte, []int) {
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Datomic_shared_ptr.hpp129 template<class M> void store( shared_ptr<T> r, M ) BOOST_SP_NOEXCEPT in store() argument
153 template<class M> shared_ptr<T> exchange( shared_ptr<T> r, M ) BOOST_SP_NOEXCEPT in exchange() argument
171 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, M, M ) BOO… in compare_exchange_weak() argument
176 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, M ) BOOST_… in compare_exchange_weak() argument
186 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w, M, M ) B… in compare_exchange_strong() argument
191 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w, M ) BOOS… in compare_exchange_strong() argument
203 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w, M, M ) BOOST_SP… in compare_exchange_weak() argument
208 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w, M ) BOOST_SP_NO… in compare_exchange_weak() argument
218 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, shared_ptr<T>&& w, M, M ) BOOST_… in compare_exchange_strong() argument
223 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, shared_ptr<T>&& w, M ) BOOST_SP_… in compare_exchange_strong() argument
/external/skia/src/core/
DSkRasterPipelineOpList.h12 #define SK_RASTER_PIPELINE_OPS_LOWP(M) \ argument
61 #define SK_RASTER_PIPELINE_OPS_SKSL(M) \ argument
158 #define SK_RASTER_PIPELINE_OPS_HIGHP_ONLY(M) \ argument
213 #define SK_RASTER_PIPELINE_OPS_ALL(M) \ argument
219 #define M(op) op, macro
225 #define M(st) +1 macro
/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub/
Da.pb.go182 type M struct { struct
183 state protoimpl.MessageState
184 sizeCache protoimpl.SizeCache
185 unknownFields protoimpl.UnknownFields
186 extensionFields protoimpl.ExtensionFields
189 M2 *M2 `protobuf:"bytes,1,opt,name=m2" json:"m2,omitempty"`
190 S *string `protobuf:"bytes,4,opt,name=s,def=default" json:"s,omitempty"`
191 B []byte `protobuf:"bytes,5,opt,name=b,def=default" json:"b,omitempty"`
192 F *float64 `protobuf:"fixed64,6,opt,name=f,def=nan" json:"f,omitempty"`
197 OneofField isM_OneofField `protobuf_oneof:"oneof_field"`
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.map/
Dcontains.transparent.pass.cpp29 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<>>; in main() typedef
36 using M = unord_map_type<std::unordered_map, transparent_hash_final, transparent_equal_final>; in main() typedef
43 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<>>; in main() typedef
50 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<key_type>>; in main() typedef
57 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dfind.transparent.pass.cpp30 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<>>; in main() typedef
37 using M = unord_map_type<std::unordered_map, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dcount.transparent.pass.cpp30 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<>>; in main() typedef
37 using M = unord_map_type<std::unordered_map, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.multimap/
Dcount.transparent.pass.cpp30 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<>>; in main() typedef
37 …using M = unord_map_type<std::unordered_multimap, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 … using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dequal_range.transparent.pass.cpp30 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<>>; in main() typedef
37 …using M = unord_map_type<std::unordered_multimap, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 … using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.map/
Dcount.transparent.pass.cpp30 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<>>; in main() typedef
37 using M = unord_map_type<std::unordered_map, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dequal_range.transparent.pass.cpp30 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<>>; in main() typedef
37 using M = unord_map_type<std::unordered_map, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_map, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 using M = unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.multimap/
Dequal_range.transparent.pass.cpp30 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<>>; in main() typedef
37 …using M = unord_map_type<std::unordered_multimap, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 … using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dcontains.transparent.pass.cpp29 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<>>; in main() typedef
36 …using M = unord_map_type<std::unordered_multimap, transparent_hash_final, transparent_equal_final>; in main() typedef
43 using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<>>; in main() typedef
50 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<key_type>>; in main() typedef
57 … using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dcount.transparent.pass.cpp30 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<>>; in main() typedef
37 …using M = unord_map_type<std::unordered_multimap, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 … using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<key_type>>; in main() typedef
Dfind.transparent.pass.cpp30 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<>>; in main() typedef
37 …using M = unord_map_type<std::unordered_multimap, transparent_hash_final, transparent_equal_final>; in main() typedef
44 using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<>>; in main() typedef
51 using M = unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<key_type>>; in main() typedef
58 … using M = unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to<key_type>>; in main() typedef

12345678910>>...144