Searched defs:ult (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | ext-trunc-smaller.c | 6 char ult(unsigned short x) in ult() function
|
D | binops-same-args.c | 20 u32 ult(u32 a) { return a < a; } in ult() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | tautological-compare.c | 12 u32 ult(u32 a) { return a < a; } in ult() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1205 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } in ult() function 1213 bool ult(uint64_t RHS) const { in ult() function
|
/third_party/curl/docs/examples/ |
D | ghiper.c | 283 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb()
|
D | evhiperfifo.c | 320 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb()
|
D | hiperfifo.c | 316 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb()
|
D | ephiperfifo.c | 342 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1023 bool ult(uint64_t RHS) const { in ult() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 486 bool APInt::ult(const APInt& RHS) const { in ult() function in APInt
|