Home
last modified time | relevance | path

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

/dports/devel/thrust/thrust-1.9.5/perf_test/
H A Dextrema.h29 struct MaxElement struct
36 MaxElement(Policy policy_, const Range& X, BinaryPredicate binary_pred = BinaryPredicate()) argument
52 struct MinMaxElement argument
/dports/math/gecode/gecode-0916a1a/gecode/set/
H A Dint.hh143 class MaxElement : class
/dports/math/gecode/gecode-0916a1a/gecode/set/int/
H A Dminmax.hpp396 MaxElement<View>::MaxElement(Home home, View y0, Gecode::Int::IntView y1) in MaxElement() function in Gecode::Set::Int::MaxElement
402 MaxElement<View>::MaxElement(Space& home, MaxElement& p) in MaxElement() function in Gecode::Set::Int::MaxElement
/dports/games/openjk/OpenJK-07675e2/codemp/Ravl/
H A DCVec.h230 float MaxElement() const in MaxElement() function
702 float MaxElement() const in MaxElement() function
/dports/games/openjk/OpenJK-07675e2/code/Ravl/
H A DCVec.h229 float MaxElement() const in MaxElement() function
701 float MaxElement() const in MaxElement() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/
H A DIntervalSet.cs538 public virtual int MaxElement property in Antlr4.Runtime.Misc.IntervalSet
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/set/core/
H A DSetDomain.java57 public static final int MaxElement = Math.min(Integer.MAX_VALUE/2 - 1, IntDomain.MaxInt); field in SetDomain
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dbufferobj.c32 GLuint MaxElement; member
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/include/mirtk/
H A DAlgorithm.h74 T MaxElement(const Array<T> &values) in MaxElement() function
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dbufferobj.c32 GLuint MaxElement; member
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_Vector.h2143 inline T MaxElement(const GenVector<T>& v) in MaxElement() function
2147 inline T MaxElement(const ConstVectorView<T,A>& v) in MaxElement() function
2151 inline T MaxElement(const VectorView<T,A>& v) in MaxElement() function
2155 inline T MaxElement(const Vector<T,A>& v) in MaxElement() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBinaryNodeType.cs205 MaxElement = PrefixElementZ, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/Serialization/System/Xml/
H A DXmlBinaryNodeType.cs205 MaxElement = PrefixElementZ, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlBinaryNodeType.cs206 MaxElement = PrefixElementZ, enumerator
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/public/tier1/
H A Dutlhashmap.h96 IndexType_t MaxElement() const { return m_nMaxElement; } in MaxElement() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc312 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/devel/abseil/abseil-cpp-20211102.0/absl/algorithm/
H A Dcontainer_test.cc386 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc312 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc312 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc386 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc306 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc386 TEST_F(NonMutatingTest, MaxElement) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/ranges/
H A Dalgorithm_unittest.cc1486 TEST(RangesTest, MaxElement) { in TEST() argument
/dports/games/ivan/ivan-059/Main/Source/
H A Dgame.cpp6455 int MaxElement = Max(GetRed24(E), GetGreen24(E), GetBlue24(E)); in CalculateMinimumEmitationRadius() local
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp4989 hyFloat _Matrix::MaxElement (char runMode, long* indexStore) const { in MaxElement() function in _Matrix