/external/perfetto/src/trace_processor/sqlite/ |
D | sqlite_utils.h | 243 T FindGtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindGtBound() argument 253 return is_eq ? value : nexttoward(value, kMax); in FindGtBound() 257 T FindGtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindGtBound() argument 261 return is_eq ? value : value + 1; in FindGtBound() 266 return value < above ? cast : (is_eq ? cast : cast + 1); in FindGtBound() 273 T FindLtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindLtBound() argument 284 return is_eq ? value : nexttoward(value, kMin); in FindLtBound() 288 T FindLtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindLtBound() argument 292 return is_eq ? value : value - 1; in FindLtBound() 297 return value > below ? cast : (is_eq ? cast : cast - 1); in FindLtBound()
|
/external/skia/tests/ |
D | PathBuilderTest.cpp | 138 static bool is_eq(const SkPath& a, const SkPath& b) { in is_eq() function 189 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST() 194 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST() 215 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST() 220 REPORTER_ASSERT(reporter, is_eq(p, bp)); in DEF_TEST()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_stride.c | 235 isl_bool is_eq, relevant, has_stride; in detect_stride() local 237 is_eq = isl_constraint_is_equality(c); in detect_stride() 239 if (is_eq < 0 || relevant < 0) in detect_stride() 241 if (!is_eq || !relevant) { in detect_stride()
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | select-must-add-unconditional-jump.ll | 40 %is_eq = icmp eq i8 %arg1, %predicate 41 %result = select i1 %is_eq, i8 1, i8 2
|
/external/rust/crates/grpcio/src/ |
D | env.rs | 183 for (lq, rq, is_eq) in cases { in test_basic_loop() 186 if is_eq { in test_basic_loop()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_subgroups.c | 199 nir_ssa_def *is_eq; in lower_vote_eq_to_ballot() local 201 is_eq = nir_feq(b, &rfi->dest.ssa, nir_channel(b, value, i)); in lower_vote_eq_to_ballot() 203 is_eq = nir_ieq(b, &rfi->dest.ssa, nir_channel(b, value, i)); in lower_vote_eq_to_ballot() 207 all_eq = is_eq; in lower_vote_eq_to_ballot() 209 all_eq = nir_iand(b, all_eq, is_eq); in lower_vote_eq_to_ballot()
|
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/ |
D | Test.pm | 109 return $tb->is_eq($actual, $expected, $name);
|
/external/libcxx/include/ |
D | compare | 26 constexpr bool is_eq (weak_equality cmp) noexcept { return cmp == 0; } 569 constexpr bool is_eq(weak_equality __cmp) noexcept { return __cmp == 0; }
|
/external/llvm-project/libcxx/include/ |
D | compare | 25 constexpr bool is_eq (weak_equality cmp) noexcept { return cmp == 0; } 657 constexpr bool is_eq(weak_equality __cmp) noexcept { return __cmp == 0; }
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 632 unsigned int m_is_zero, is_qr, is_eq; in sswu() local 789 is_eq = const_time_eq(bin1[prime_len - 1] & 0x01, in sswu() 799 const_time_select_bin(is_eq, bin1, bin2, prime_len, &x_y[prime_len]); in sswu()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 526 SYMBOL(is_eq, std::, <compare>)
|