Home
last modified time | relevance | path

Searched defs:TUPLE_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/test/MemoryManagement/
H A DTuple_MT_UnitTests_Decl.hpp62 #define TUPLE_SIZE 8 // arbitrary macro
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_split_node.cpp272 static const int TUPLE_SIZE = std::tuple_size<TType>::value; in test_one_serial() local
339 static const int TUPLE_SIZE = std::tuple_size<TType>::value; member in serial_test
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_split_node.cpp274 static const int TUPLE_SIZE = tbb::flow::tuple_size<TType>::value; in test_one_serial() local
340 static const int TUPLE_SIZE = tbb::flow::tuple_size<TType>::value; member in serial_test
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_split_node.cpp274 static const int TUPLE_SIZE = tbb::flow::tuple_size<TType>::value; in test_one_serial() local
340 static const int TUPLE_SIZE = tbb::flow::tuple_size<TType>::value; member in serial_test
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_split_node.cpp274 static const int TUPLE_SIZE = tbb::flow::tuple_size<TType>::value; in test_one_serial() local
340 static const int TUPLE_SIZE = tbb::flow::tuple_size<TType>::value; member in serial_test
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DGU_PrimVDB.cc932 makeConstant_(VoxelTileF* tiles[TUPLE_SIZE], const ValueT& v, in makeConstant_()
939 makeConstant_(VoxelTileF* tiles[TUPLE_SIZE], const ValueT& v, in makeConstant_()
1184 VoxelTileF* tiles[TUPLE_SIZE], in getTileCopyData_()
1868 #define META_ATTR(METADATA_T, STORAGE, TUPLE_T, TUPLE_SIZE) \ argument