Home
last modified time | relevance | path

Searched defs:m2 (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/third_party/boost/libs/smart_ptr/test/
Dweak_ptr_alias_test.cpp53 int m2 = 0; in main() local
62 int m2 = 0; in main() local
71 int m2 = 0; in main() local
80 int m2 = 0; in main() local
89 int m2 = 0; in main() local
98 int m2 = 0; in main() local
107 int m2 = 0; in main() local
126 int m2 = 0; in main() local
135 int m2 = 0; in main() local
144 int m2 = 0; in main() local
[all …]
/third_party/boost/boost/thread/
Dlock_algorithms.hpp24 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2) in try_lock_internal()
40 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3) in try_lock_internal()
56 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in try_lock_internal()
72 …unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexTy… in try_lock_internal()
88 unsigned lock_helper(MutexType1& m1, MutexType2& m2) in lock_helper()
100 unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3) in lock_helper()
112 unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in lock_helper()
124 …unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m… in lock_helper()
144 void lock_impl(MutexType1& m1, MutexType2& m2, is_mutex_type_wrapper<true> ) in lock_impl()
170 void lock(MutexType1& m1, MutexType2& m2) in lock()
[all …]
/third_party/boost/libs/qvm/test/
Drot_mat_test.cpp25 test_qvm::matrix<M1,D,D> m2(42,1); in test_x() local
48 test_qvm::matrix<M1,D,D> m2(42,1); in test_y() local
71 test_qvm::matrix<M1,D,D> m2(42,1); in test_z() local
92 mat<float,D,D> const m2 = rotx_mat<D>(x1) * rotz_mat<D>(z2) * roty_mat<D>(y3); in test_xzy() local
117 mat<float,D,D> const m2 = rotx_mat<D>(x1) * roty_mat<D>(y2) * rotz_mat<D>(z3); in test_xyz() local
142 mat<float,D,D> const m2 = roty_mat<D>(y1) * rotx_mat<D>(x2) * rotz_mat<D>(z3); in test_yxz() local
167 mat<float,D,D> const m2 = roty_mat<D>(y1) * rotz_mat<D>(z2) * rotx_mat<D>(x3); in test_yzx() local
192 mat<float,D,D> const m2 = rotz_mat<D>(z1) * roty_mat<D>(y2) * rotx_mat<D>(x3); in test_zyx() local
217 mat<float,D,D> const m2 = rotz_mat<D>(z1) * rotx_mat<D>(x2) * roty_mat<D>(y3); in test_zxy() local
242 mat<float,D,D> const m2 = rotx_mat<D>(x1) * rotz_mat<D>(z2) * rotx_mat<D>(x3); in test_xzx() local
[all …]
/third_party/boost/libs/move/test/
Dmove_if_noexcept.cpp135 movable m2(boost::move_if_noexcept(m)); in main() local
145 movable m2(boost::move_if_noexcept(m)); in main() local
155 movable m2(boost::move_if_noexcept(m)); in main() local
165 movable m2(boost::move_if_noexcept(m)); in main() local
175 movable m2(boost::move_if_noexcept(m)); in main() local
183 movable m2(boost::move_if_noexcept(m)); in main() local
193 copy_movable m2(boost::move_if_noexcept(m)); in main() local
206 copy_movable_noexcept m2(boost::move_if_noexcept(m)); in main() local
218 movable_throwable m2(boost::move_if_noexcept(m)); in main() local
Dmove.cpp110 movable m2(boost::move(m)); in main() local
117 movable m2(boost::move(m)); in main() local
124 movable m2(boost::move(m)); in main() local
131 movable m2(boost::move(m)); in main() local
138 movable m2(boost::move(m)); in main() local
144 movable m2(boost::move(m)); in main() local
/third_party/typescript/tests/baselines/reference/
DoverloadConsecutiveness.js10 m2(), m2() {} method in C
25 C.prototype.m2 = function () { }; method in C
26 C.prototype.m2 = function () { }; method in C
DcollisionCodeGenModuleWithMemberClassConflict.js29 var m2; variable
31 var m2 = /** @class */ (function () { function
32 function m2() { function
DcollisionCodeGenModuleWithModuleReopening.js54 var m2; variable
55 (function (m2) { argument
67 var m2 = /** @class */ (function () { function
68 function m2() { function
DcollisionCodeGenModuleWithMemberInterfaceConflict.js13 var m2 = /** @class */ (function () { function
14 function m2() { function
Des6ModuleConstEnumDeclaration.js58 var m2; variable
59 (function (m2) { argument
DcollisionExportsRequireAndInternalModuleAliasInGlobalFile.js46 var m2; variable
47 (function (m2) { argument
Des6ModuleFunctionDeclaration.js50 var m2; variable
51 (function (m2) { argument
DdeclFileTypeofModule.js21 var m2; variable
22 (function (m2) { argument
/third_party/typescript/tests/baselines/reference/extractConstant/
DextractConstant_This_Method.ts7 m2() { return 1; } method in C
15 m2() { return 1; } method in C
25 m2() { return 1; } method in C
DextractConstant_This_Constructor.ts7 m2() { return 1; } method in C
15 m2() { return 1; } method in C
25 m2() { return 1; } method in C
DextractConstant_This_Constructor.js7 m2() { return 1; } method in C
15 m2() { return 1; } method in C
DextractConstant_This_Method.js7 m2() { return 1; } method in C
15 m2() { return 1; } method in C
/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp99 inline match_flags operator&(match_flags m1, match_flags m2) in operator &()
101 inline match_flags operator|(match_flags m1, match_flags m2) in operator |()
103 inline match_flags operator^(match_flags m1, match_flags m2) in operator ^()
107 inline match_flags& operator&=(match_flags& m1, match_flags m2) in operator &=()
109 inline match_flags& operator|=(match_flags& m1, match_flags m2) in operator |=()
111 inline match_flags& operator^=(match_flags& m1, match_flags m2) in operator ^=()
/third_party/boost/libs/gil/test/extension/numeric/
Dmatrix3x2.cpp51 gil::matrix3x2<int> m2(m1); in test_matrix3x2_copy_constructor() local
63 gil::matrix3x2<int> m2; in test_matrix3x2_assignment_operator() local
76 gil::matrix3x2<int> m2; in test_matrix3x2_multiplication_assignment() local
98 gil::matrix3x2<int> m2(0, 0, 0, 0, 0, 0); in test_matrix3x2_matrix3x2_multiplication() local
/third_party/boost/libs/numeric/ublas/test/
Dtest43.cpp107 M m1 (N, N, 1, 1), m2 (N, N, 1, 1), m3 (N, N, 1, 1); in operator ()() local
110 M m1 (N, N), m2 (N, N), m3 (N, N); in operator ()() local
132 M m1 (N, N, 1, 1), m2 (N, N, 1, 1), m3 (N, N, 1, 1); in operator ()() local
151 M m1 (N, N), m2 (N, N), m3 (N, N); in operator ()() local
/third_party/boost/libs/multiprecision/test/ublas_interop/
Dtest43.cpp114 M m1(N, N, 1, 1), m2(N, N, 1, 1), m3(N, N, 1, 1); in operator ()() local
117 M m1(N, N), m2(N, N), m3(N, N); in operator ()() local
139 M m1(N, N, 1, 1), m2(N, N, 1, 1), m3(N, N, 1, 1); in operator ()() local
158 M m1(N, N), m2(N, N), m3(N, N); in operator ()() local
/third_party/boost/boost/numeric/ublas/
Dblas.hpp363 M1 & tmm (M1 &m1, const T &t, const M2 &m2, const M3 &m3) in tmm()
382 M1 & tsm (M1 &m1, const T &t, const M2 &m2, C) in tsm()
403 M1 & gmm (M1 &m1, const T1 &t1, const T2 &t2, const M2 &m2, const M3 &m3) in gmm()
423 M1 & srk (M1 &m1, const T1 &t1, const T2 &t2, const M2 &m2) in srk()
443 M1 & hrk (M1 &m1, const T1 &t1, const T2 &t2, const M2 &m2) in hrk()
465 M1 & sr2k (M1 &m1, const T1 &t1, const T2 &t2, const M2 &m2, const M3 &m3) in sr2k()
487 M1 & hr2k (M1 &m1, const T1 &t1, const T2 &t2, const M2 &m2, const M3 &m3) in hr2k()
/third_party/boost/libs/thread/test/
Dtest_generic_locks.cpp20 boost::mutex m1,m2; in BOOST_AUTO_TEST_CASE() local
78 void lock_mutexes_slowly(boost::mutex* m1,boost::mutex* m2,wait_data* locked,wait_data* quit) in lock_mutexes_slowly()
87 void lock_pair(boost::mutex* m1,boost::mutex* m2) in lock_pair()
96 boost::mutex m1,m2; in BOOST_AUTO_TEST_CASE() local
115 boost::mutex m1,m2; in BOOST_AUTO_TEST_CASE() local
134 boost::mutex m1,m2,m3,m4,m5; in BOOST_AUTO_TEST_CASE() local
157 void lock_five_mutexes_slowly(boost::mutex* m1,boost::mutex* m2,boost::mutex* m3,boost::mutex* m4,b… in lock_five_mutexes_slowly()
173 void lock_five(boost::mutex* m1,boost::mutex* m2,boost::mutex* m3,boost::mutex* m4,boost::mutex* m5) in lock_five()
185 boost::mutex m1,m2,m3,m4,m5; in BOOST_AUTO_TEST_CASE() local
204 boost::mutex m1,m2,m3,m4,m5; in BOOST_AUTO_TEST_CASE() local
[all …]
/third_party/boost/libs/smart_ptr/extras/src/
Dsp_collector.cpp61 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count()
78 static void scan_and_mark(void const * area, size_t size, map2_type & m2, open_type & open) in scan_and_mark()
94 static void find_unreachable_objects_impl(map_type const & m, map2_type & m2) in find_unreachable_objects_impl()
150 map2_type m2; in find_unreachable_objects() local
180 static void scan_and_free(void * area, size_t size, map2_type const & m2, free_list_type & free) in scan_and_free()
202 map2_type m2; in free_unreachable_objects() local
/third_party/boost/libs/numeric/ublas/test/common/
Dtesthelper.hpp63 const boost::numeric::ublas::matrix_expression<M2> & m2 ) { in compare()
81 const boost::numeric::ublas::vector_expression<M2> & m2 ) { in compare()
143 const boost::numeric::ublas::matrix_expression<M2> & m2, in compare_distance()
155 const boost::numeric::ublas::vector_expression<M2> & m2, in compare_distance()

12345678910>>...22