/external/rust/crates/syn/src/ |
D | lookahead.rs | 65 comparisons: RefCell<Vec<&'static str>>, field 72 comparisons: RefCell::new(Vec::new()), in new() 84 lookahead.comparisons.borrow_mut().push(display()); in peek_impl() 113 let comparisons = self.comparisons.borrow(); in error() localVariable 114 match comparisons.len() { in error() 123 let message = format!("expected {}", comparisons[0]); in error() 127 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error() 131 let join = comparisons.join(", "); in error()
|
/external/AFLplusplus/instrumentation/ |
D | README.laf-intel.md | 9 where conditions consist of comparisons of large values. 31 1. simplify operators >= (and <=) into chains of > (<) and == comparisons 32 2. change signed integer comparisons to a chain of sign-only comparison and 33 unsigned integer comparisons 34 3. split all unsigned integer comparisons with bit widths of 64, 32, or 16 bits 35 to chains of 8 bits comparisons. 39 16. For example, a bit_width of 16 would split larger comparisons down to 16 bit 40 comparisons. 42 A new unique feature is splitting floating point comparisons into a series 43 of sign, exponent and mantissa comparisons followed by splitting each of them [all …]
|
/external/rust/crates/tinyvec/ |
D | compare_benchmarks.py | 5 comparisons = [] variable 20 comparisons.append((bench_name, tinyvec_time / smallvec_time)) 22 comparisons.sort(key=lambda x: x[1]) 23 longest_name = max(len(c[0]) for c in comparisons) 24 for (name, ratio) in comparisons:
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | comparisons.cc | 32 namespace comparisons { namespace 431 comparisons::ComparisonPrepareStringAllowed, in Register_EQUAL() 432 comparisons::EqualEval}; in Register_EQUAL() 438 comparisons::ComparisonPrepareStringAllowed, in Register_NOT_EQUAL() 439 comparisons::NotEqualEval}; in Register_NOT_EQUAL() 445 comparisons::ComparisonPrepare, in Register_GREATER() 446 comparisons::GreaterEval}; in Register_GREATER() 452 comparisons::ComparisonPrepare, in Register_GREATER_EQUAL() 453 comparisons::GreaterEqualEval}; in Register_GREATER_EQUAL() 459 nullptr, nullptr, comparisons::ComparisonPrepare, comparisons::LessEval}; in Register_LESS() [all …]
|
/external/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.
|
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-29.ll | 1 ; Test 64-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-17.ll | 1 ; Test 32-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/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
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/ |
D | SpaceshipProjects.csv | 7 | `[comparisons.three.way] <https://wg21.link/comparisons.three.way>`_,| `compare_three_way <https:… 14 …exicographical_compare_three_way <https://reviews.llvm.org/D131395>`_,[comparisons.three.way],Adri… 16 …e.compare>`_,| `coroutine_handle <https://reviews.llvm.org/D109433>`_,[comparisons.three.way],Chua… 18 …nonvirtuals>`_,| `error_category <https://reviews.llvm.org/D131363>`_,[comparisons.three.way],Adri… 29 …que.ptr.special>`_,| `unique_ptr <https://reviews.llvm.org/D130838>`_,[comparisons.three.way],Adri… 30 …tptr.shared.cmp>`_,| `shared_ptr <https://reviews.llvm.org/D130852>`_,[comparisons.three.way],Adri… 55 | `[time.duration.comparisons] <https://wg21.link/time.duration.comparisons>`_, `chrono::duration <… 56 | `[time.point.comparisons] <https://wg21.link/time.point.comparisons>`_, `chrono::time_point <http…
|