Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c8 int sge(int a) { return a >= a; } in sge() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcanonical-cmp.c9 sint sge(sint p, sint a) { return (123 <= p) == (p >= 123); } in sge() function
Dbinops-same-args.c16 int sge(int a) { return a >= a; } in sge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1329 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function
1337 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1135 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function
1143 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() function