/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/ |
H A D | LwsService.java | 123 catch(UnsatisfiedLinkError ule) { 124 Log.e("LwsService", "Warning: Could not load native library: " + ule.getMessage());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 393 return Lower.ule(V) && V.ult(Upper); in contains() 394 return Lower.ule(V) || V.ult(Upper); in contains() 405 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains() 409 return Other.getUpper().ule(Upper) || in contains() 410 Lower.ule(Other.getLower()); in contains() 412 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains() 463 if (Upper.ule(CR.Lower)) in intersectWith() 499 if (CR.Upper.ule(Lowe in intersectWith() [all...] |
H A D | ConstantFold.cpp | 282 if (ShAmt.ule(CSize - (ByteStart + ByteSize))) in ExtractConstantBytes() 305 if (ShAmt.ule(ByteStart)) in ExtractConstantBytes() 1899 case ICmpInst::ICMP_ULE: return ConstantInt::get(ResultTy, V1.ule(V2)); in ConstantFoldCompareInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 59 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias() 73 if (BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | tautological-compare.c | 14 u32 ule(u32 a) { return a <= a; } in ule() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleExtensions.java | 109 UnicodeLocaleExtension ule = new UnicodeLocaleExtension(uaset, ukmap); in LocaleExtensions() 110 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleExtensions.java | 113 UnicodeLocaleExtension ule = new UnicodeLocaleExtension(uaset, ukmap); in LocaleExtensions() 114 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions()
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | binops-same-args.c | 22 u32 ule(u32 a) { return a <= a; } in ule() function
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 583 ule = Uless_equal, 606 case ule: 611 return ule;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1243 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } 1251 bool ule(uint64_t RHS) const { return !ugt(RHS); } 1275 bool ugt(const APInt &RHS) const { return !ule(RHS); }
|
H A D | APSInt.h | 162 return IsUnsigned ? ule(RHS) : sle(RHS); in operator <=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1051 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } 1059 bool ule(uint64_t RHS) const { return !ugt(RHS); }
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 1176 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType() 1249 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType() 1295 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 1104 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType() 1177 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType() 1223 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 1103 ule = Uless_equal, 1126 case ule: 1131 return ule;
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 1054 ule = Uless_equal, 1077 case ule: 1082 return ule;
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 1144 ule = Uless_equal, 1166 case ule: 1171 return ule;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 1303 if (i >= nbits || this->ule(testy)) { in sqrt() 1311 if (x_old.ule(x_new)) in sqrt() 1326 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation"); in sqrt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 1142 if (i >= nbits || this->ule(testy)) { 1150 if (x_old.ule(x_new)) 1165 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 797 if (!LRange.getUnsignedMax().ule(RHS->getValue())) in processAnd()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 625 LLAssert(llong(0x7fffffff, 0xffffffff).ule(llong((int32_t)-1))); 626 LLAssert(llong((int32_t)-1).ule(llong((int32_t)-1)));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2304 // (icmp ugt (udiv C2, Y), C) -> (icmp ule Y, C2/(C+1)) in foldICmpUDivConstant() 3012 // (icmp eq/ne (udiv A, B), 0) -> (icmp ugt/ule i32 B, A) in foldICmpBinOpEqualityWithConstant() 3129 C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant() 3152 C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant() 3595 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp() 3609 if (AdjNewShAmt.ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp() 3827 // icmp ult (A - 1), Op1 -> icmp ule A, Op1 in foldICmpBinOp() 3830 // icmp ule Op0, (C - 1) -> icmp ult Op0, C in foldICmpBinOp() 3832 // icmp ule (A + 1), Op0 -> icmp ult A, Op1 in foldICmpBinOp() 3844 // icmp ult Op0, (C + 1) -> icmp ule Op in foldICmpBinOp() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 500 return C.ule(*Thr); in isValue() 662 if (CV->getValue().ule(UINT64_MAX)) { in match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 710 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2063 case ISD::SETULE: return getBoolConstant(C1.ule(C2), dl, VT, OpVT); 2335 if (SubIdx && SubIdx->getAPIntValue().ule(NumSrcElts - NumElts)) { 2456 if (MinShAmt && MinShAmt->ule(ShAmt)) 2634 if (SubIdx && SubIdx->getAPIntValue().ule(NumElts - NumSubElts)) { 2668 if (SubIdx && SubIdx->getAPIntValue().ule(NumSrcElts - NumElts)) { 3926 if (SubIdx && SubIdx->getAPIntValue().ule(NumSrcElts - NumElts)) { 3958 if (SubIdx && SubIdx->getAPIntValue().ule(NumElts - NumSubElts)) { 4804 case ISD::UMIN: return C1.ule(C2) ? C1 : C2;
|