Home
last modified time | relevance | path

Searched defs:Tuple2 (Results 1 – 25 of 75) sorted by relevance

123

/dports/math/ogdf/OGDF/include/ogdf/basic/
H A Dtuples.h52 Tuple2() { } in Tuple2() function
54 Tuple2(const E1 &y1, const E2 &y2) : m_x1(y1), m_x2(y2) { } in Tuple2() function
56 Tuple2(const Tuple2<E1,E2> &t2) : m_x1(t2.m_x1), m_x2(t2.m_x2) { } in Tuple2() function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/
H A DTuple.hs24 data Tuple2 a b = Tuple2 !a !b type
/dports/math/ogdf/OGDF/include/ogdf/decomposition/
H A DStaticPlanarSPQRTree.h39 template<class A, class B> class Tuple2; variable
/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/detail/
H A DShowTypeTests.cpp149 using Tuple2 = std::tuple<Foo *, Bar **>; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dstruct-inl.h23 TQ_OBJECT_CONSTRUCTORS_IMPL(Tuple2) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dstruct-inl.h24 TQ_OBJECT_CONSTRUCTORS_IMPL(Tuple2) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dstruct-inl.h24 TQ_OBJECT_CONSTRUCTORS_IMPL(Tuple2) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/common/test/
H A Dtest-hybrid.cc39 typedef std::tuple< std::array< int, 3 >, std::array< int, 4 >, std::array< int, 5 > > Tuple2; in main() typedef
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/core/
H A Dtest_containers.py50 class Tuple2(Tuple): class
/dports/math/py-sympy/sympy-1.9/sympy/core/tests/
H A Dtest_containers.py53 class Tuple2(Tuple): class
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DTuple.h34 template <class T1, class T2> class Tuple2; variable
119 explicit Tuple2(T1 _val1, T2 _val2) in Tuple2() function
163 Tuple2() {num_elements=0;} in Tuple2() function
/dports/editors/gummi/gummi-0.8.1/src/
H A Dutils.h73 } Tuple2; typedef
/dports/lang/rust/rustc-1.58.1-src/src/test/incremental/hashes/
H A Denum_constructors.rs95 Tuple2(u64, u64, u64), enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DTupleTests.cs19 private readonly Tuple<T1, T2> Tuple2; field in System.Tests.TupleTests.TupleTestDriver
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dcopy.cu79 typedef thrust::tuple<thrust::discard_iterator<>,thrust::device_vector<T>::iterator> Tuple2; in TestCopyToDiscardIteratorZipped() typedef
H A Dremove.cu644 …def thrust::tuple<typename thrust::device_vector<T>::iterator, thrust::discard_iterator<> > Tuple2; in TestRemoveCopyToDiscardIteratorZipped() typedef
H A Dtransform.cu507 typedef thrust::tuple<Iterator2,thrust::discard_iterator<> > Tuple2; in TestTransformUnaryToDiscardIteratorZipped() typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_compile_time.cpp784 using Tuple2 = std::tuple<int, const char*, bitset1>; in BOOST_AUTO_TEST_CASE() typedef
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/prelude/
H A DTysWiredIn.hs1588 data Tuple2 a b = Tup2 a b type
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DTysWiredIn.hs1588 data Tuple2 a b = Tup2 a b function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Builtin/
H A DTypes.hs1726 data Tuple2 a b = Tup2 a b function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Builtin/
H A DTypes.hs1991 data Tuple2 a b = Tup2 a b function
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+Mat.java1167 public static class Tuple2<T> { class in Mat
1168 public Tuple2(T _0, T _1) { in Tuple2() method in Mat.Tuple2
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/test/
H A Dgmock-matchers_test.cc1326 typedef ::std::tr1::tuple<long, int> Tuple2; // NOLINT typedef
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/test/gmock-1.7.0/test/
H A Dgmock-matchers_test.cc1871 typedef ::std::tr1::tuple<long, int> Tuple2; // NOLINT typedef

123