Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c7 int sle(int a) { return a <= a; } in sle() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcanonical-cmp.c8 sint sle(sint p, sint a) { return (123 >= p) == (p <= 123); } in sle() function
Dbinops-same-args.c15 int sle(int a) { return a <= a; } in sle() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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