/external/rust/crates/syn/0.15.42/src/ |
D | lookahead.rs | 64 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/ |
D | lookahead.rs | 64 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/ |
D | comparisons.cc | 23 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/ |
D | int-cmp-34.ll | 1 ; 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 …]
|
D | int-cmp-32.ll | 1 ; 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 …]
|
D | int-cmp-46.ll | 101 ; 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 …]
|
D | int-cmp-33.ll | 1 ; 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.
|
D | int-cmp-35.ll | 1 ; 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.
|
D | int-cmp-15.ll | 1 ; 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.
|
D | int-cmp-22.ll | 1 ; 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/ |
D | int-cmp-32.ll | 1 ; 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 …]
|
D | int-cmp-34.ll | 1 ; 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 …]
|
D | int-cmp-46.ll | 101 ; 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 …]
|
D | int-cmp-33.ll | 1 ; 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.
|
D | int-cmp-35.ll | 1 ; 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.
|
D | int-cmp-15.ll | 1 ; 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.
|
D | int-cmp-22.ll | 1 ; 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.
|
D | int-cmp-28.ll | 1 ; 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.
|
D | int-cmp-27.ll | 1 ; 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.
|
D | int-cmp-18.ll | 1 ; 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.
|
D | int-cmp-16.ll | 1 ; 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.
|
D | int-cmp-26.ll | 1 ; 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.
|
D | int-cmp-19.ll | 1 ; 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/ |
D | comparisons.cc | 25 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/ |
D | Normalizer.java.patch | 6 * @return <0 or 0 or >0 as usual for string comparisons 16 * @return <0 or 0 or >0 as usual for string comparisons 26 * @return <0 or 0 or >0 as usual for string comparisons
|