Home
last modified time | relevance | path

Searched defs:sle (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Djob_status.py233 class sle(base_job.status_log_entry): class in Status
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPInt.h1144 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle() function
1152 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1259 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle() function
1267 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1067 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function
1075 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
/external/llvm/include/llvm/ADT/
DAPInt.h1091 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function
1099 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DKnownBits.cpp391 std::optional<bool> KnownBits::sle(const KnownBits &LHS, const KnownBits &RHS) { in sle() function in KnownBits