Home
last modified time | relevance | path

Searched refs:ule (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp393 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(Lower)) in intersectWith()
509 if (CR.Upper.ule(Lower)) in intersectWith()
537 if (CR.Upper.ule(Lower)) { in intersectWith()
[all …]
DConstantFold.cpp282 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/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
DLwsService.java123 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/Analysis/
DScalarEvolutionAliasAnalysis.cpp59 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias()
73 if (BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dksh.txt234 dnam{"Dumm Quecksilbersäule"}
235 one{"{0} Dumm Quecksilbersäule"}
236 other{"{0} Dumm Quecksilbersäule"}
237 zero{"{0} Dumm Quecksilbersäule"}
748 dnam{"Dumm Quecksilbersäule"}
Dde.txt1668 dnam{"Zoll Quecksilbersäule"}
1669 one{"{0} Zoll Quecksilbersäule"}
1670 other{"{0} Zoll Quecksilbersäule"}
1703 dnam{"Millimeter Quecksilbersäule"}
1704 one{"{0} Millimeter Quecksilbersäule"}
1705 other{"{0} Millimeter Quecksilbersäule"}
/third_party/icu/icu4c/source/data/unit/
Dksh.txt234 dnam{"Dumm Quecksilbersäule"}
235 one{"{0} Dumm Quecksilbersäule"}
236 other{"{0} Dumm Quecksilbersäule"}
237 zero{"{0} Dumm Quecksilbersäule"}
748 dnam{"Dumm Quecksilbersäule"}
Dde.txt2486 dnam{"Zoll Quecksilbersäule"}
2487 one{"{0} Zoll Quecksilbersäule"}
2488 other{"{0} Zoll Quecksilbersäule"}
2551 dnam{"Millimeter Quecksilbersäule"}
2552 one{"{0} Millimeter Quecksilbersäule"}
2553 other{"{0} Millimeter Quecksilbersäule"}
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def84 X(Ule, "ule") \
97 X(Ule, Uge, "ule") \
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c14 u32 ule(u32 a) { return a <= a; } in ule() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleExtensions.java113 UnicodeLocaleExtension ule = new UnicodeLocaleExtension(uaset, ukmap); in LocaleExtensions() local
114 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleExtensions.java109 UnicodeLocaleExtension ule = new UnicodeLocaleExtension(uaset, ukmap); in LocaleExtensions() local
110 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() local
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbinops-same-args.c22 u32 ule(u32 a) { return a <= a; } in ule() function
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h583 ule = Uless_equal, enumerator
606 case ule: in NegateFpuCondition()
611 return ule; in NegateFpuCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_fcmp.pnacl.ll246 %cmp = fcmp ule float %a, %b
256 %cmp = fcmp ule double %a, %b
566 %cmp = fcmp ule float %a, %b
576 %cmp = fcmp ule double %a, %b
758 %res.trunc = fcmp ule <4 x float> %a, %b
Dtest_icmp_i1vec.ll50 %cmp = icmp ule <16 x i1> %a.trunc, %b.trunc
140 %cmp = icmp ule <8 x i1> %a.trunc, %b.trunc
230 %cmp = icmp ule <4 x i1> %a.trunc, %b.trunc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1243 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function
1251 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function
1275 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt()
DAPSInt.h162 return IsUnsigned ? ule(RHS) : sle(RHS);
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1054 ule = Uless_equal, enumerator
1077 case ule: in NegateFpuCondition()
1082 return ule; in NegateFpuCondition()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1103 ule = Uless_equal, enumerator
1126 case ule: in NegateFpuCondition()
1131 return ule; in NegateFpuCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1051 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } in ule() function
1059 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td327 def C_ULE_#NAME#_MM : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>,
329 let BaseOpcode = "c.ule."#NAME;
DMipsInstrFPU.td315 def C_ULE_#NAME : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>,
317 let BaseOpcode = "c.ule."#NAME;
850 def : MipsInstAlias<!strconcat("c.ule.", TypeStr, " $fs, $ft"),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc4962 ".d\007c.seq.s\006c.sf.d\006c.sf.s\007c.ueq.d\007c.ueq.s\007c.ule.d\007c"
4963 ".ule.s\007c.ult.d\007c.ult.s\006c.un.d\006c.un.s\005cache\006cachee\010"
4976 "d\ncmp.sult.s\tcmp.sun.d\tcmp.sun.s\tcmp.ueq.d\tcmp.ueq.s\tcmp.ule.d\tc"
4977 "mp.ule.s\tcmp.ult.d\tcmp.ult.s\010cmp.un.d\010cmp.un.s\014cmpgdu.eq.qb\014"
6021 …{ 1916 /* c.ule.d */, Mips::C_ULE_D32, Convert__regFCC0__AFGR64AsmReg1_0__AFGR64AsmReg1_1, AMFBS_H…
6022 …{ 1916 /* c.ule.d */, Mips::C_ULE_D32_MM, Convert__regFCC0__AFGR64AsmReg1_0__AFGR64AsmReg1_1, AMFB…
6023 …{ 1916 /* c.ule.d */, Mips::C_ULE_D64, Convert__regFCC0__FGR64AsmReg1_0__FGR64AsmReg1_1, AMFBS_Has…
6024 …{ 1916 /* c.ule.d */, Mips::C_ULE_D64_MM, Convert__regFCC0__FGR64AsmReg1_0__FGR64AsmReg1_1, AMFBS_…
6025 …{ 1916 /* c.ule.d */, Mips::C_ULE_D32, Convert__FCCAsmReg1_0__AFGR64AsmReg1_1__AFGR64AsmReg1_2, AM…
6026 …{ 1916 /* c.ule.d */, Mips::C_ULE_D32_MM, Convert__FCCAsmReg1_0__AFGR64AsmReg1_1__AFGR64AsmReg1_2,…
[all …]
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.h1144 ule = Uless_equal, enumerator
1166 case ule: in NegateFpuCondition()
1171 return ule; in NegateFpuCondition()

123