Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Djob_status.py303 class sle(base_job.status_log_entry): class in Status
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h943 bool sle(const APInt& RHS) const { in sle() function
951 bool sle(uint64_t RHS) const { 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