/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | function_functional_while.pbtxt | 205 name: "Greater/y" 226 name: "Greater" 227 op: "Greater" 229 input: "Greater/y:output:0" 239 value: "Greater:z:0"
|
/external/markdown/tests/markdown-test/ |
D | backlash-escapes.txt | 23 Greater-than: \> 59 Greater-than: \> 94 Greater-than: `\>`
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Backslash escapes.text | 23 Greater-than: \> 59 Greater-than: \> 94 Greater-than: `\>`
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | discard-dce.frag.out | 66 0:15 Compare Greater Than ( temp bool) 74 0:16 Compare Greater Than ( temp bool) 87 0:22 Compare Greater Than ( temp bool) 98 0:30 Compare Greater Than or Equal ( temp bool) 187 0:15 Compare Greater Than ( temp bool) 195 0:16 Compare Greater Than ( temp bool) 208 0:22 Compare Greater Than ( temp bool) 219 0:30 Compare Greater Than or Equal ( temp bool)
|
D | always-discard.frag.out | 66 0:15 Compare Greater Than ( temp bool) 74 0:16 Compare Greater Than ( temp bool) 87 0:22 Compare Greater Than ( temp bool) 98 0:31 Compare Greater Than or Equal ( temp bool) 187 0:15 Compare Greater Than ( temp bool) 195 0:16 Compare Greater Than ( temp bool) 208 0:22 Compare Greater Than ( temp bool) 219 0:31 Compare Greater Than or Equal ( temp bool)
|
D | hlsl.scope.frag.out | 21 0:21 Compare Greater Than ( temp bool) 28 0:24 Compare Greater Than ( temp bool) 35 0:29 Compare Greater Than ( temp bool) 74 0:21 Compare Greater Than ( temp bool) 81 0:24 Compare Greater Than ( temp bool) 88 0:29 Compare Greater Than ( temp bool)
|
D | earlyReturnDiscard.frag.out | 16 0:26 Compare Greater Than ( temp bool) 44 0:36 Compare Greater Than ( temp bool) 56 0:42 Compare Greater Than ( temp bool) 66 0:43 Compare Greater Than ( temp bool) 146 0:26 Compare Greater Than ( temp bool) 174 0:36 Compare Greater Than ( temp bool) 186 0:42 Compare Greater Than ( temp bool) 196 0:43 Compare Greater Than ( temp bool)
|
D | hlsl.comparison.vec.frag.out | 43 0:11 Compare Greater Than ( temp 4-component vector of bool) 70 0:16 Compare Greater Than ( temp 4-component vector of bool) 98 0:21 Compare Greater Than ( temp 4-component vector of bool) 176 0:11 Compare Greater Than ( temp 4-component vector of bool) 203 0:16 Compare Greater Than ( temp 4-component vector of bool) 231 0:21 Compare Greater Than ( temp 4-component vector of bool)
|
D | flowControl.frag.out | 16 0:17 Compare Greater Than ( temp bool) 58 0:17 Compare Greater Than ( temp bool)
|
D | vulkan.ast.vert.out | 64 0:30 Compare Greater Than ( temp bool) 69 0:31 Compare Greater Than ( specialization-constant const bool) 195 0:30 Compare Greater Than ( temp bool) 200 0:31 Compare Greater Than ( specialization-constant const bool)
|
D | hlsl.doLoop.frag.out | 21 0:5 Compare Greater Than ( temp bool) 95 0:5 Compare Greater Than ( temp bool)
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 23 Greater-than: \> 59 Greater-than: \> 94 Greater-than: `\>`
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Greater.pbtxt | 2 graph_op_name: "Greater" 4 name: "math.Greater"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Greater.pbtxt | 2 graph_op_name: "Greater" 5 *NOTE*: `Greater` supports broadcasting. More about broadcasting
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | OptionalTest.cpp | 399 struct Greater { struct 489 CheckRelation<Greater>(NoneIneq, NoneIneq, false); in TEST_F() 490 CheckRelation<Greater>(NoneIneq, InequalityRhs, false); in TEST_F() 491 CheckRelation<Greater>(InequalityLhs, NoneIneq, true); in TEST_F() 494 CheckRelation<Greater>(InequalityRhs, InequalityLhs, IsLess); in TEST_F() 496 CheckRelation<Greater>(InequalityRhs, InequalityLhs, IsLess); in TEST_F()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | comparisons.cc | 106 TF_LITE_QUANTIZE_COMPARISON(Greater); 204 TF_LITE_COMPARISON(float, Greater, requires_broadcast); in GreaterEval() 207 TF_LITE_COMPARISON(int32_t, Greater, requires_broadcast); in GreaterEval() 210 TF_LITE_COMPARISON(int64_t, Greater, requires_broadcast); in GreaterEval()
|
/external/libcxx/test/std/language.support/cmp/cmp.partialord/ |
D | partialord.pass.cpp | 78 auto& Greater = std::partial_ordering::greater; in test_constexpr() local 89 {Greater, false, true, false, true}, in test_constexpr()
|
/external/libcxx/test/std/language.support/cmp/cmp.weakord/ |
D | weakord.pass.cpp | 94 auto& Greater = std::weak_ordering::greater; in test_constexpr() local 104 {Greater, false, true, false, true}, in test_constexpr()
|
/external/tensorflow/tensorflow/python/framework/testdata/ |
D | metrics_export_meta_graph.pb | 164 name: "Greater" 1274 name: "mean/Greater/y" 1305 name: "mean/Greater" 1306 op: "Greater" 1308 input: "mean/Greater/y" 1382 input: "mean/Greater" 1435 op: "Greater"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Greater.pbtxt | 2 graph_op_name: "Greater"
|
/external/libcxx/test/std/language.support/cmp/cmp.strongord/ |
D | strongord.pass.cpp | 136 auto& Greater = std::strong_ordering::greater; in test_constexpr() local 147 {Greater, false, true, false, true}, in test_constexpr()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | while_gradients_test.cc | 169 *output = ops::LogicalAnd(s, ops::Greater(s, inputs[0], 0.0), in TEST_F() 170 ops::Greater(s, inputs[1], 0.0)); in TEST_F()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ServerTest.cs | 63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | level3 | 170 // The Less/Greater key (while pressed) chooses the third shift level. 202 // The Less/Greater key (while pressed) chooses the third shift level,
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 53 Greater, GreaterEqual, GreaterGreater, At enumerator
|