Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/third_party/boost/libs/chrono/test/time_point/
Dcomparisons_pass.cpp34 T1 t2(Duration1(3)); in main() local
40 BOOST_CONSTEXPR T1 t2(Duration1(3)); in main() local
46 T1 t2(Duration1(4)); in main() local
52 BOOST_CONSTEXPR T1 t2(Duration1(4)); in main() local
58 T2 t2(Duration2(3000)); in main() local
64 BOOST_CONSTEXPR T2 t2(Duration2(3000)); in main() local
70 T2 t2(Duration2(3001)); in main() local
76 BOOST_CONSTEXPR T2 t2(Duration2(3001)); in main() local
82 T1 t2(Duration1(3)); in main() local
90 BOOST_CONSTEXPR T1 t2(Duration1(3)); in main() local
[all …]
Darithmetic_pass.cpp44 boost::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); in main() local
52 BOOST_CONSTEXPR boost::chrono::time_point<Clock, Duration2> t2 = t1 - Duration2(5); in main() local
60 boost::chrono::time_point<Clock, Duration2> t2(Duration2(5)); in main() local
68 BOOST_CONSTEXPR boost::chrono::time_point<Clock, Duration2> t2(Duration2(5)); in main() local
76 boost::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); in main() local
86 BOOST_CONSTEXPR boost::chrono::time_point<Clock, Duration2> t2 = t1 + Duration2(5); in main() local
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-omap3/
Dmmc_host_def.h33 typedef struct t2 { struct
42 } t2_t; argument
/third_party/boost/libs/math/test/
Dtest_real_concept.cpp31 long double t2(l1); in BOOST_AUTO_TEST_CASE() local
77 long double t2(l1); in BOOST_AUTO_TEST_CASE() local
123 long double t2(l1); in BOOST_AUTO_TEST_CASE() local
168 long double t2(l1); in BOOST_AUTO_TEST_CASE() local
214 long double t2; in BOOST_AUTO_TEST_CASE() local
272 long double t2; in BOOST_AUTO_TEST_CASE() local
332 long double t2; in BOOST_AUTO_TEST_CASE() local
390 long double t2; in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/safe_numerics/test/
Dtest_and.hpp65 safe_t<T2> t2 = v2; in test_and() local
86 v1 & t2; in test_and() local
98 v1 & t2; in test_and() local
107 safe_t<T2> t2 = v2; in test_and() local
124 t1 & t2; in test_and() local
136 t1 & t2; in test_and() local
Dtest_multiply.hpp68 safe_t<T2> t2 = v2; in test_multiply() local
90 v1 * t2; in test_multiply() local
101 v1 * t2; in test_multiply() local
110 safe_t<T2> t2 = v2; in test_multiply() local
129 t1 * t2; in test_multiply() local
140 t1 * t2; in test_multiply() local
/third_party/typescript/tests/baselines/reference/
DpartiallyAnnotatedFunctionInferenceWithTypeParameter.js66 test(function (t1, t2) { t2.test2; }); argument
67 test(function (t1, t2) { t2.test2; }); argument
81 testRest(function (t1, t2, t3) { }); argument
82 testRest(function (t1, t2, t3) { }); argument
83 testRest(function (t1, t2, t3) { }); argument
84 testRest(function (t2) { argument
90 testRest(function (t2) { argument
DmultiLineErrors.js21 var t2: A2; variable
32 var t2; variable
DtypeArgInference.js10 var t2 = x.f<number, string>([o], [o]); variable
11 var t2: { c: number; d: string }; variable
24 var t2; variable
DoptionalTupleElements1.js33 let t2: T2; variable
68 var t2; variable
/third_party/boost/libs/fiber/test/
Dtest_packaged_task_dispatch.cpp129 boost::fibers::packaged_task< int() > t2( fn3); in test_packaged_task_create() local
140 boost::fibers::packaged_task< A() > t2( fn9); in test_packaged_task_create_move() local
150 boost::fibers::packaged_task< void() > t2( fn4); in test_packaged_task_create_void() local
159 boost::fibers::packaged_task< int() > t2( std::move( t1) ); in test_packaged_task_move() local
174 boost::fibers::packaged_task< A() > t2( std::move( t1) ); in test_packaged_task_move_move() local
189 boost::fibers::packaged_task< void() > t2( std::move( t1) ); in test_packaged_task_move_void() local
203 boost::fibers::packaged_task< int() > t2; in test_packaged_task_swap() local
216 boost::fibers::packaged_task< A() > t2; in test_packaged_task_swap_move() local
229 boost::fibers::packaged_task< void() > t2; in test_packaged_task_swap_void() local
360 boost::fibers::packaged_task< int() > t2( std::move( t1) ); in test_packaged_task_get_future() local
[all …]
Dtest_packaged_task_post.cpp129 boost::fibers::packaged_task< int() > t2( fn3); in test_packaged_task_create() local
140 boost::fibers::packaged_task< A() > t2( fn9); in test_packaged_task_create_move() local
150 boost::fibers::packaged_task< void() > t2( fn4); in test_packaged_task_create_void() local
159 boost::fibers::packaged_task< int() > t2( std::move( t1) ); in test_packaged_task_move() local
174 boost::fibers::packaged_task< A() > t2( std::move( t1) ); in test_packaged_task_move_move() local
189 boost::fibers::packaged_task< void() > t2( std::move( t1) ); in test_packaged_task_move_void() local
203 boost::fibers::packaged_task< int() > t2; in test_packaged_task_swap() local
216 boost::fibers::packaged_task< A() > t2; in test_packaged_task_swap_move() local
229 boost::fibers::packaged_task< void() > t2; in test_packaged_task_swap_void() local
360 boost::fibers::packaged_task< int() > t2( std::move( t1) ); in test_packaged_task_get_future() local
[all …]
/third_party/boost/boost/numeric/odeint/util/detail/
Dless_with_sign.hpp33 bool less_with_sign( T t1 , T t2 , T dt ) in less_with_sign()
47 bool less_eq_with_sign( T t1 , T t2 , T dt ) in less_eq_with_sign()
56 T min_abs( T t1 , T t2 ) in min_abs()
67 T max_abs( T t1 , T t2 ) in max_abs()
/third_party/boost/libs/regex/test/regress/
Dtest_operators.cpp21 void test_less(const T1& t1, const T2& t2) in test_less()
50 void test_greater(const T1& t1, const T2& t2) in test_greater()
79 void test_equal(const T1& t1, const T2& t2) in test_equal()
108 void test_plus(const T1& t1, const T2& t2, const T3& t3) in test_plus()
/third_party/boost/libs/mpi/test/
Dcartesian_topology_init_test.cpp46 mpi::cartesian_topology t2({{2,true},{3, false},{4, true}}); in BOOST_AUTO_TEST_CASE() local
58 mpi::cartesian_topology t2(d); in BOOST_AUTO_TEST_CASE() local
67 mpi::cartesian_topology t2(d); in BOOST_AUTO_TEST_CASE() local
76 mpi::cartesian_topology t2(d); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/multiprecision/detail/
Dmin_max.hpp52 typename detail::expression<tag, A1, A2, A3, A4>::result_type t1(a), t2(b); in result_type() local
60 typename detail::expression<tag, A1, A2, A3, A4>::result_type t1(a), t2(b); in result_type() local
90 typename detail::expression<tag, A1, A2, A3, A4>::result_type t1(a), t2(b); in result_type() local
98 typename detail::expression<tag, A1, A2, A3, A4>::result_type t1(a), t2(b); in result_type() local
/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc79 uint8_t t1 = s[i], t2, t3; in utf8_nextCharSafeBody() local
95 uint8_t t1 = s[i], t2; in utf8_nextCharSafeBody() local
108 uint8_t t1 = s[i] - 0x80, t2; in utf8_nextCharSafeBody() local
/third_party/boost/libs/mpl/test/
Didentity.cpp21 typedef apply1< identity<_1>, int >::type t2; in MPL_TEST_CASE() typedef
29 typedef apply1< make_identity<_1>, int >::type t2; in MPL_TEST_CASE() typedef
/third_party/boost/libs/date_time/test/posix_time/
Dtestclock.cpp25 ptime t2 = second_clock::local_time(); in main() local
34 ptime t2 = microsec_clock::local_time(); in main() local
/third_party/boost/libs/chrono/example/
Dexplore_limits.cpp43 steady_clock::time_point t2(-Years(250)); in explore_limits() local
46 system_clock::time_point t2(-Years(250)); in explore_limits() local
/third_party/boost/libs/fusion/test/sequence/
Dset.cpp86 typedef set<> t2; in main() typedef
100 typedef set<> t2; in main() typedef
Djoint_view.cpp47 vector<X> t2; in main() local
57 vector<X> t2; in main() local
69 vector<X, int> t2; in main() local
80 t2_type t2(1, 'x', 3.3); in main() local
/third_party/boost/libs/tuple/test/
Dtuple_test_bench.cpp78 typedef tuple<double&, const double&, const double, double*, const double*> t2; typedef
110 tuple<float> t2(5.5f); in construction_test() local
223 tuple<int, char> t2(5, 'b'); in copy_test() local
274 tuple<int, std::string> t2; in make_tuple_test() local
368 tuple<int, char> t2(5, 'a'); in equality_test() local
387 tuple<short, float> t2(5, 3.3f); in ordering_test() local
437 typedef tuple<> t2; in tuple_length_test() typedef
452 tuple<int, float, double> t1(1, 2.0f, 3.0), t2(4, 5.0f, 6.0); in tuple_swap_test() local
/third_party/boost/libs/beast/test/beast/_experimental/
Dstream.cpp42 auto t2 = connect(t1); in testTestStream() local
46 auto t2 = connect(t1); in testTestStream() local
83 auto t2 = connect(t1); in testTestStream() local
93 auto t2 = connect(t1); in testTestStream() local
/third_party/boost/libs/thread/example/
Dshared_mutex.cpp186 boost::thread t2(writer); in test_shared_mutex() local
195 boost::thread t2(try_writer); in test_shared_mutex() local
204 boost::thread t2(try_for_writer); in test_shared_mutex() local
573 boost::thread t2(writer); in test_upgrade_mutex() local
582 boost::thread t2(try_writer); in test_upgrade_mutex() local
591 boost::thread t2(try_for_writer); in test_upgrade_mutex() local
600 boost::thread t2(writer); in test_upgrade_mutex() local
609 boost::thread t2(writer); in test_upgrade_mutex() local
618 boost::thread t2(writer); in test_upgrade_mutex() local
628 boost::thread t2(counter_clockwise); in test_upgrade_mutex() local
[all …]

12345678910>>...38