Home
last modified time | relevance | path

Searched refs:is_eq (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/
Dsqlite_utils.h251 T FindGtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindGtBound() argument
261 return is_eq ? value : nexttoward(value, kMax); in FindGtBound()
265 T FindGtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindGtBound() argument
269 return is_eq ? value : value + 1; in FindGtBound()
274 return value < above ? cast : (is_eq ? cast : cast + 1); in FindGtBound()
281 T FindLtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindLtBound() argument
292 return is_eq ? value : nexttoward(value, kMin); in FindLtBound()
296 T FindLtBound(bool is_eq, sqlite3_value* sqlite_val) { in FindLtBound() argument
300 return is_eq ? value : value - 1; in FindLtBound()
305 return value > below ? cast : (is_eq ? cast : cast - 1); in FindLtBound()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dselect-must-add-unconditional-jump.ll40 %is_eq = icmp eq i8 %arg1, %predicate
41 %result = select i1 %is_eq, i8 1, i8 2
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm109 return $tb->is_eq($actual, $expected, $name);
/external/libcxx/include/
Dcompare26 constexpr bool is_eq (weak_equality cmp) noexcept { return cmp == 0; }
569 constexpr bool is_eq(weak_equality __cmp) noexcept { return __cmp == 0; }