Home
last modified time | relevance | path

Searched refs:int_int_t (Results 1 – 4 of 4) sorted by relevance

/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_concurrent_hash_map.cpp328 using int_int_t = std::pair<const int, int>; in TestSpecificTypes() typedef
329 std::list<int_int_t> arrIntInt; in TestSpecificTypes()
330 for ( int i=0; i<NUMBER; ++i ) arrIntInt.push_back( int_int_t(i, NUMBER-i) ); in TestSpecificTypes()
335 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestSpecificTypes()
341 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestSpecificTypes()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp1317 typedef std::pair<const int, int> int_int_t; in TestCPP11Types() typedef
1318 std::list<int_int_t> arrIntInt; in TestCPP11Types()
1319 for ( int i=0; i<NUMBER; ++i ) arrIntInt.push_back( int_int_t(i, NUMBER-i) ); in TestCPP11Types()
1325 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestCPP11Types()
1331 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestCPP11Types()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp1317 typedef std::pair<const int, int> int_int_t; in TestCPP11Types() typedef
1318 std::list<int_int_t> arrIntInt; in TestCPP11Types()
1319 for ( int i=0; i<NUMBER; ++i ) arrIntInt.push_back( int_int_t(i, NUMBER-i) ); in TestCPP11Types()
1325 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestCPP11Types()
1331 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestCPP11Types()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_hash_map.cpp1317 typedef std::pair<const int, int> int_int_t; in TestCPP11Types() typedef
1318 std::list<int_int_t> arrIntInt; in TestCPP11Types()
1319 for ( int i=0; i<NUMBER; ++i ) arrIntInt.push_back( int_int_t(i, NUMBER-i) ); in TestCPP11Types()
1325 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestCPP11Types()
1331 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestCPP11Types()