Home
last modified time | relevance | path

Searched defs:Greater (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp78 auto& Greater = std::partial_ordering::greater; in test_constexpr() local
/external/libcxx/test/std/language.support/cmp/cmp.weakord/
Dweakord.pass.cpp94 auto& Greater = std::weak_ordering::greater; in test_constexpr() local
/external/libcxx/test/std/language.support/cmp/cmp.strongord/
Dstrongord.pass.cpp136 auto& Greater = std::strong_ordering::greater; in test_constexpr() local
/external/rust/crates/vulkano/src/pipeline/
Ddepth_stencil.rs249 Greater = ash::vk::CompareOp::GREATER.as_raw(), enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h58 Greater, GreaterEqual, GreaterGreater, At enumerator
/external/rust/crates/semver/src/
Dlib.rs255 Greater, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h54 Greater, GreaterEqual, GreaterGreater, At, MinusGreater, enumerator
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc233 FirstReadyManager::Greater() { in Greater() function in tensorflow::grappler::FirstReadyManager
241 PriorityReadyManager::Greater() { in Greater() function in tensorflow::grappler::PriorityReadyManager
/external/armnn/include/armnn/
DTypes.hpp81 Greater = 1, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc205 TEST_F(OpenCLOperationTest, Greater) { in TEST_F() argument
/external/angle/src/common/
Dpacked_gl_enums.json7 "Greater": "GL_GREATER", string
DPackedGLEnums_autogen.h31 Greater = 3, enumerator
/external/ComputeLibrary/arm_compute/core/
DTypes.h181 Greater, /**< Greater comparison ( \f$ x > y \f$ ) */ enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2625 ConstantInt *&Greater) { in matchThreeWayIntCompare()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2063 TEST_F(OpTest, Greater) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go41190 func Greater(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func