Home
last modified time | relevance | path

Searched refs:comparisons (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/external/rust/crates/syn/0.15.42/src/
Dlookahead.rs64 comparisons: RefCell<Vec<&'static str>>, field
71 comparisons: RefCell::new(Vec::new()), in new()
83 lookahead.comparisons.borrow_mut().push(display()); in peek_impl()
112 let comparisons = self.comparisons.borrow(); in error() localVariable
113 match comparisons.len() { in error()
122 let message = format!("expected {}", comparisons[0]); in error()
126 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error()
130 let join = comparisons.join(", "); in error()
/external/rust/crates/syn/1.0.7/src/
Dlookahead.rs64 comparisons: RefCell<Vec<&'static str>>, field
71 comparisons: RefCell::new(Vec::new()), in new()
83 lookahead.comparisons.borrow_mut().push(display()); in peek_impl()
112 let comparisons = self.comparisons.borrow(); in error() localVariable
113 match comparisons.len() { in error()
122 let message = format!("expected {}", comparisons[0]); in error()
126 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error()
130 let join = comparisons.join(", "); in error()
/external/tensorflow/tensorflow/lite/kernels/
Dcomparisons.cc23 namespace comparisons { namespace
334 nullptr, nullptr, comparisons::ComparisonPrepare, comparisons::EqualEval}; in Register_EQUAL()
340 comparisons::ComparisonPrepare, in Register_NOT_EQUAL()
341 comparisons::NotEqualEval}; in Register_NOT_EQUAL()
347 comparisons::ComparisonPrepare, in Register_GREATER()
348 comparisons::GreaterEval}; in Register_GREATER()
354 comparisons::ComparisonPrepare, in Register_GREATER_EQUAL()
355 comparisons::GreaterEqualEval}; in Register_GREATER_EQUAL()
361 nullptr, nullptr, comparisons::ComparisonPrepare, comparisons::LessEval}; in Register_LESS()
367 comparisons::ComparisonPrepare, in Register_LESS_EQUAL()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-cmp-34.ll1 ; Test 64-bit signed comparisons between memory and a constant.
5 ; Check ordered comparisons with 0.
18 ; Check ordered comparisons with 1.
31 ; Check ordered comparisons with the high end of the signed 16-bit range.
55 ; Check ordered comparisons with -1.
68 ; Check ordered comparisons with the low end of the 16-bit signed range.
92 ; Check equality comparisons with 0.
105 ; Check equality comparisons with 1.
118 ; Check equality comparisons with the high end of the signed 16-bit range.
142 ; Check equality comparisons with -1.
[all …]
Dint-cmp-32.ll1 ; Test 32-bit signed comparisons between memory and a constant.
5 ; Check ordered comparisons with 0.
18 ; Check ordered comparisons with 1.
31 ; Check ordered comparisons with the high end of the signed 16-bit range.
55 ; Check ordered comparisons with -1.
68 ; Check ordered comparisons with the low end of the 16-bit signed range.
92 ; Check equality comparisons with 0.
105 ; Check equality comparisons with 1.
118 ; Check equality comparisons with the high end of the signed 16-bit range.
142 ; Check equality comparisons with -1.
[all …]
Dint-cmp-46.ll101 ; Check that we can use TMLL for LT comparisons that are equivalent to
140 ; Check that we can use TMLL for GE comparisons that are equivalent to
179 ; Check that we can use TMLL for LT comparisons that effectively
218 ; Check that we can use TMLL for GE comparisons that effectively test
257 ; Check that we can use TMLL for equality comparisons with the mask.
276 ; Check that we can use TMLL for inequality comparisons with the mask.
295 ; Check that we can use TMLL for LT comparisons that are equivalent
296 ; to inequality comparisons with the mask.
334 ; Check that we can use TMLL for GE comparisons that are equivalent
335 ; to equality comparisons with the mask.
[all …]
Dint-cmp-33.ll1 ; Test 32-bit unsigned comparisons between memory and a constant.
5 ; Check ordered comparisons with a constant near the low end of the unsigned
19 ; Check ordered comparisons with the high end of the unsigned 16-bit range.
43 ; Check equality comparisons with 32768, the lowest value for which
57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
Dint-cmp-35.ll1 ; Test 64-bit unsigned comparisons between memory and a constant.
5 ; Check ordered comparisons with a constant near the low end of the unsigned
19 ; Check ordered comparisons with the high end of the unsigned 16-bit range.
43 ; Check equality comparisons with 32768, the lowest value for which
57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
Dint-cmp-15.ll1 ; Test 8-bit unsigned comparisons between memory and constants.
5 ; Check ordered comparisons near the low end of the unsigned 8-bit range.
17 ; Check ordered comparisons near the high end of the unsigned 8-bit range.
77 ; Check equality comparisons at the low end of the signed 8-bit range.
89 ; Check equality comparisons at the low end of the unsigned 8-bit range.
101 ; Check equality comparisons at the high end of the signed 8-bit range.
113 ; Check equality comparisons at the high end of the unsigned 8-bit range.
Dint-cmp-22.ll1 ; Test 16-bit signed ordered comparisons between memory and a constant.
5 ; Check comparisons with 0.
18 ; Check comparisons with 1.
44 ; Check comparisons with -1.
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-32.ll1 ; Test 32-bit signed comparisons between memory and a constant.
5 ; Check ordered comparisons with 0.
18 ; Check ordered comparisons with 1.
31 ; Check ordered comparisons with the high end of the signed 16-bit range.
55 ; Check ordered comparisons with -1.
68 ; Check ordered comparisons with the low end of the 16-bit signed range.
92 ; Check equality comparisons with 0.
105 ; Check equality comparisons with 1.
118 ; Check equality comparisons with the high end of the signed 16-bit range.
142 ; Check equality comparisons with -1.
[all …]
Dint-cmp-34.ll1 ; Test 64-bit signed comparisons between memory and a constant.
5 ; Check ordered comparisons with 0.
18 ; Check ordered comparisons with 1.
31 ; Check ordered comparisons with the high end of the signed 16-bit range.
55 ; Check ordered comparisons with -1.
68 ; Check ordered comparisons with the low end of the 16-bit signed range.
92 ; Check equality comparisons with 0.
105 ; Check equality comparisons with 1.
118 ; Check equality comparisons with the high end of the signed 16-bit range.
142 ; Check equality comparisons with -1.
[all …]
Dint-cmp-46.ll101 ; Check that we can use TMLL for LT comparisons that are equivalent to
140 ; Check that we can use TMLL for GE comparisons that are equivalent to
179 ; Check that we can use TMLL for LT comparisons that effectively
218 ; Check that we can use TMLL for GE comparisons that effectively test
257 ; Check that we can use TMLL for equality comparisons with the mask.
276 ; Check that we can use TMLL for inequality comparisons with the mask.
295 ; Check that we can use TMLL for LT comparisons that are equivalent
296 ; to inequality comparisons with the mask.
334 ; Check that we can use TMLL for GE comparisons that are equivalent
335 ; to equality comparisons with the mask.
[all …]
Dint-cmp-33.ll1 ; Test 32-bit unsigned comparisons between memory and a constant.
5 ; Check ordered comparisons with a constant near the low end of the unsigned
19 ; Check ordered comparisons with the high end of the unsigned 16-bit range.
43 ; Check equality comparisons with 32768, the lowest value for which
57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
Dint-cmp-35.ll1 ; Test 64-bit unsigned comparisons between memory and a constant.
5 ; Check ordered comparisons with a constant near the low end of the unsigned
19 ; Check ordered comparisons with the high end of the unsigned 16-bit range.
43 ; Check equality comparisons with 32768, the lowest value for which
57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
Dint-cmp-15.ll1 ; Test 8-bit unsigned comparisons between memory and constants.
5 ; Check ordered comparisons near the low end of the unsigned 8-bit range.
17 ; Check ordered comparisons near the high end of the unsigned 8-bit range.
77 ; Check equality comparisons at the low end of the signed 8-bit range.
89 ; Check equality comparisons at the low end of the unsigned 8-bit range.
101 ; Check equality comparisons at the high end of the signed 8-bit range.
113 ; Check equality comparisons at the high end of the unsigned 8-bit range.
Dint-cmp-22.ll1 ; Test 16-bit signed ordered comparisons between memory and a constant.
5 ; Check comparisons with 0.
18 ; Check comparisons with 1.
44 ; Check comparisons with -1.
Dint-cmp-28.ll1 ; Test 64-bit equality comparisons that are really between a memory halfword
44 ; Check comparisons with -1, with zero extension.
57 ; Check comparisons with 0, using sign extension.
96 ; Check comparisons with -1, using sign extension.
Dint-cmp-27.ll1 ; Test 32-bit inequality comparisons that are really between a memory halfword
44 ; Check comparisons with -1, with zero extension.
57 ; Check comparisons with 0, using sign extension.
96 ; Check comparisons with -1, using sign extension.
Dint-cmp-18.ll1 ; Test 64-bit equality comparisons that are really between a memory byte
44 ; Check comparisons with -1, with zero extension.
57 ; Check comparisons with 0, using sign extension.
96 ; Check comparisons with -1, using sign extension.
Dint-cmp-16.ll1 ; Test 32-bit equality comparisons that are really between a memory byte
44 ; Check comparisons with -1, with zero extension.
57 ; Check comparisons with 0, using sign extension.
96 ; Check comparisons with -1, using sign extension.
Dint-cmp-26.ll1 ; Test 32-bit equality comparisons that are really between a memory halfword
44 ; Check comparisons with -1, with zero extension.
57 ; Check comparisons with 0, using sign extension.
96 ; Check comparisons with -1, using sign extension.
Dint-cmp-19.ll1 ; Test 64-bit inequality comparisons that are really between a memory byte
44 ; Check comparisons with -1, with zero extension.
57 ; Check comparisons with 0, using sign extension.
96 ; Check comparisons with -1, using sign extension.
/external/tensorflow/tensorflow/lite/micro/kernels/
Dcomparisons.cc25 namespace comparisons { namespace
304 r.invoke = comparisons::EqualEval; in Register_EQUAL()
310 r.invoke = comparisons::NotEqualEval; in Register_NOT_EQUAL()
316 r.invoke = comparisons::GreaterEval; in Register_GREATER()
322 r.invoke = comparisons::GreaterEqualEval; in Register_GREATER_EQUAL()
328 r.invoke = comparisons::LessEval; in Register_LESS()
334 r.invoke = comparisons::LessEqualEval; in Register_LESS_EQUAL()
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DNormalizer.java.patch6 * @return &lt;0 or 0 or &gt;0 as usual for string comparisons
16 * @return &lt;0 or 0 or &gt;0 as usual for string comparisons
26 * @return &lt;0 or 0 or &gt;0 as usual for string comparisons

12345678910>>...20