Home
last modified time | relevance | path

Searched defs:ugt (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-greater.c6 short ugt(unsigned char x) in ugt() function
Dbinops-same-args.c21 u32 ugt(u32 a) { return a > a; } in ugt() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c13 u32 ugt(u32 a) { return a > a; } in ugt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1275 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function
1283 bool ugt(uint64_t RHS) const { in ugt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1083 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function
1091 bool ugt(uint64_t RHS) const { in ugt() function
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h584 ugt = Ugreater, enumerator
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1055 ugt = Ugreater, enumerator
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1104 ugt = Ugreater, enumerator
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.h1145 ugt = Ugreater, enumerator