Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-greater.c1 short sgt(char x) in sgt() function
Dcanonical-cmp.c10 sint sgt(sint p, sint a) { return (123 < p) == (p > 123); } in sgt() function
Dbinops-same-args.c14 int sgt(int a) { return a > a; } in sgt() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c6 int sgt(int a) { return a > a; } in sgt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1294 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt() function
1302 bool sgt(int64_t RHS) const { in sgt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1101 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function
1109 bool sgt(int64_t RHS) const { in sgt() function