Home
last modified time | relevance | path

Searched refs:Less (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/deqp-deps/glslang/Test/baseResults/
Dloops.frag.out21 0:59 Compare Less Than ( temp bool)
40 0:63 Compare Less Than ( temp bool)
67 0:73 Compare Less Than ( temp bool)
80 0:78 Compare Less Than ( temp bool)
93 0:80 Compare Less Than ( temp bool)
106 0:87 Compare Less Than ( temp bool)
120 0:92 Compare Less Than ( temp bool)
126 0:92 Compare Less Than ( temp bool)
139 0:97 Compare Less Than ( temp bool)
152 0:99 Compare Less Than ( temp bool)
[all …]
DloopsArtificial.frag.out15 0:71 Compare Less Than ( temp bool)
28 0:60 Compare Less Than ( temp bool)
45 0:62 Compare Less Than ( temp bool)
61 0:67 Compare Less Than ( temp bool)
83 0:74 Compare Less Than ( temp bool)
93 0:75 Compare Less Than ( temp bool)
110 0:81 Compare Less Than ( temp bool)
127 0:83 Compare Less Than ( temp bool)
143 0:88 Compare Less Than ( temp bool)
232 0:71 Compare Less Than ( temp bool)
[all …]
DforLoop.frag.out19 0:14 Compare Less Than ( temp bool)
46 0:21 Compare Less Than ( temp bool)
68 0:26 Compare Less Than ( temp bool)
120 0:34 Compare Less Than ( temp bool)
160 0:39 Compare Less Than ( temp bool)
201 0:14 Compare Less Than ( temp bool)
228 0:21 Compare Less Than ( temp bool)
250 0:26 Compare Less Than ( temp bool)
302 0:34 Compare Less Than ( temp bool)
342 0:39 Compare Less Than ( temp bool)
Dhlsl.loopattr.frag.out15 0:5 Compare Less Than ( temp bool)
30 0:8 Compare Less Than ( temp bool)
45 0:11 Compare Less Than ( temp bool)
85 0:5 Compare Less Than ( temp bool)
100 0:8 Compare Less Than ( temp bool)
115 0:11 Compare Less Than ( temp bool)
Dhlsl.doLoop.frag.out32 0:6 Compare Less Than ( temp bool)
41 0:7 Compare Less Than ( temp bool)
49 0:7 Compare Less Than ( temp bool)
106 0:6 Compare Less Than ( temp bool)
115 0:7 Compare Less Than ( temp bool)
123 0:7 Compare Less Than ( temp bool)
Ddce.frag.out64 0:28 Compare Less Than ( temp bool)
82 0:31 Compare Less Than ( temp bool)
90 0:32 Compare Less Than ( temp bool)
DfunctionCall.frag.out32 0:20 Compare Less Than ( temp bool)
49 0:29 Compare Less Than ( temp bool)
124 0:20 Compare Less Than ( temp bool)
141 0:29 Compare Less Than ( temp bool)
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
Dfunction_switch.pbtxt29 name: "Less/x"
50 name: "Less/y"
71 name: "Less"
72 op: "Less"
73 input: "Less/x"
74 input: "Less/y"
85 input: "Less"
86 input: "Less"
119 input: "Less"
Dfunction_switch_2.pbtxt29 name: "Less/x"
50 name: "Less/y"
71 name: "Less"
72 op: "Less"
73 input: "Less/x"
74 input: "Less/y"
85 input: "Less"
86 input: "Less"
119 input: "Less"
Dfunction_switch_shapes.pbtxt29 name: "Less/x"
50 name: "Less/y"
71 name: "Less"
72 op: "Less"
73 input: "Less/x"
74 input: "Less/y"
85 input: "Less"
86 input: "Less"
119 input: "Less"
Dnested_loop.pbtxt147 name: "while/Less/y"
169 name: "while/Less"
170 op: "Less"
172 input: "while/Less/y"
183 input: "while/Less"
364 name: "while/while/Less/y"
386 name: "while/while/Less"
387 op: "Less"
389 input: "while/while/Less/y"
400 input: "while/while/Less"
Dloops_and_resource_vars.pbtxt222 name: "while/Less/y"
244 name: "while/Less"
245 op: "Less"
247 input: "while/Less/y"
258 input: "while/Less"
492 name: "while/while/Less/y"
514 name: "while/while/Less"
515 op: "Less"
517 input: "while/while/Less/y"
528 input: "while/while/Less"
Dmerge_without_loops.pbtxt74 name: "Less"
75 op: "Less"
88 input: "Less"
89 input: "Less"
122 input: "Less"
Dloops_and_queues.pbtxt184 name: "while/Less/y"
206 name: "while/Less"
207 op: "Less"
209 input: "while/Less/y"
220 input: "while/Less"
517 name: "while/while/Less/y"
539 name: "while/while/Less"
540 op: "Less"
542 input: "while/while/Less/y"
553 input: "while/while/Less"
Dwhile_loop.pbtxt140 name: "while/Less/y"
162 name: "while/Less"
163 op: "Less"
165 input: "while/Less/y"
176 input: "while/Less"
Dwhile_loop_var_handle_op.pbtxt132 name: "while/Less/y"
151 name: "while/Less"
152 op: "Less"
154 input: "while/Less/y"
160 node { name: "while/LoopCond" op: "LoopCond" input: "while/Less" }
Dqueues_and_loops.pbtxt257 name: "while/Less/y"
279 name: "while/Less"
280 op: "Less"
282 input: "while/Less/y"
293 input: "while/Less"
/external/clang/include/clang/Basic/
DABI.h80 bool Less(const VirtualAdjustment &RHS) const { in Less() function
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const { in Less() function
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
/external/skia/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find()
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
/external/skqp/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find()
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
/external/tensorflow/tensorflow/core/grappler/utils/
Dscc_test.cc257 name: "while/Less/y" in TEST_F()
279 name: "while/Less" in TEST_F()
280 op: "Less" in TEST_F()
282 input: "while/Less/y" in TEST_F()
293 input: "while/Less" in TEST_F()
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Less.pbtxt2 graph_op_name: "Less"
4 name: "math.Less"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Less.pbtxt2 graph_op_name: "Less"
5 *NOTE*: `Less` supports broadcasting. More about broadcasting
/external/cldr/tools/java/org/unicode/cldr/draft/
DGeneratePickerData.txt50 Number:.*(Letter|Less Common).* > Number:Other
79 (.*)Less Common(.*)Other.* > $1Less Common
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DOptionalTest.cpp393 struct Less { struct
478 CheckRelation<Less>(NoneIneq, NoneIneq, false); in TEST_F()
479 CheckRelation<Less>(NoneIneq, InequalityRhs, true); in TEST_F()
480 CheckRelation<Less>(InequalityLhs, NoneIneq, false); in TEST_F()
483 CheckRelation<Less>(InequalityLhs, InequalityRhs, IsLess); in TEST_F()
485 CheckRelation<Less>(InequalityLhs, InequalityRhs, IsLess); in TEST_F()

12345678910>>...12