Home
last modified time | relevance | path

Searched defs:Tuple4 (Results 1 – 11 of 11) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/include/3D/
H A DTuple4.h39 Tuple4() {} in Tuple4() function
40 Tuple4(const float v[4]) { setValue(v); } in Tuple4() function
41 Tuple4(const double v[4]) { setValue(v); } in Tuple4() function
42 Tuple4(Scalar x, Scalar y, Scalar z, Scalar w) { setValue(x, y, z, w); } in Tuple4() function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/
H A DTuple.hs40 data Tuple4 a b c d = Tuple4 !a !b !c !d type
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DTuple.h36 template <class T1, class T2, class T3, class T4> class Tuple4; variable
250 explicit Tuple4(T1 _val1, T2 _val2, T3 _val3, T4 _val4) in Tuple4() function
294 Tuple4() {num_elements=0;} in Tuple4() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DTupleTests.cs21 private readonly Tuple<T1, T2, T3, T4> Tuple4; field in System.Tests.TupleTests.TupleTestDriver
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1108 struct Tuple4 struct
1110 explicit Tuple4 (const T0 e0 = T0(), in Tuple4() function
1121 T0 a;
1122 T1 b;
1123 T2 c;
1124 T3 d;
/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.hs1590 data Tuple4 a b c d = Tup4 a b c d type
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DTysWiredIn.hs1590 data Tuple4 a b c d = Tup4 a b c d function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Builtin/
H A DTypes.hs1728 data Tuple4 a b c d = Tup4 a b c d 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.hs1993 data Tuple4 a b c d = Tup4 a b c d function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1626 struct Tuple4 struct
1628 explicit Tuple4 (const T0 e0 = T0(), in Tuple4() argument
1639 T0 a;
1640 T1 b;
1641 T2 c;
1642 T3 d;
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+Mat.java1209 public static class Tuple4<T> { class in Mat
1210 public Tuple4(T _0, T _1, T _2, T _3) { in Tuple4() method in Mat.Tuple4