Home
last modified time | relevance | path

Searched refs:uge (Results 1 – 25 of 57) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dda.txt524 one{"'uge' W 'i' MMM"}
525 other{"'uge' W 'i' MMM"}
550 one{"'uge' w 'i' Y"}
551 other{"'uge' w 'i' Y"}
1890 dn{"uge"}
1892 "-1"{"sidste uge"}
1893 "0"{"denne uge"}
1894 "1"{"næste uge"}
1899 one{"om {0} uge"}
1903 one{"for {0} uge siden"}
[all …]
/third_party/icu/icu4c/source/data/locales/
Dda.txt574 one{"'uge' W 'i' MMMM"}
575 other{"'uge' W 'i' MMMM"}
600 one{"'uge' w 'i' Y"}
601 other{"'uge' w 'i' Y"}
1987 dn{"uge"}
1989 "-1"{"sidste uge"}
1990 "0"{"denne uge"}
1991 "1"{"næste uge"}
1996 one{"om {0} uge"}
2000 one{"for {0} uge siden"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Dda.txt574 one{"'uge' W 'i' MMMM"}
575 other{"'uge' W 'i' MMMM"}
600 one{"'uge' w 'i' Y"}
601 other{"'uge' w 'i' Y"}
1987 dn{"uge"}
1989 "-1"{"sidste uge"}
1990 "0"{"denne uge"}
1991 "1"{"næste uge"}
1996 one{"om {0} uge"}
2000 one{"for {0} uge siden"}
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionAliasAnalysis.cpp60 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax())) in alias()
74 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()
DLoads.cpp45 return APBaseAlign.uge(APAlign) && !(Offset & (APAlign - 1)); in isAligned()
71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
DBasicAliasAnalysis.cpp1512 V2Size != LocationSize::unknown() && ModOffset.uge(V2Size.getValue()) && in aliasGEP()
1513 (Modulo - ModOffset).uge(V1Size.getValue())) in aliasGEP()
1521 GEP1BaseOffset.uge(V2Size.getValue())) in aliasGEP()
2033 return MinDiffBytes.uge(V1Size + BaseOffset.abs()) && in constantOffsetHeuristic()
2034 MinDiffBytes.uge(V2Size + BaseOffset.abs()); in constantOffsetHeuristic()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def82 X(Uge, "uge") \
95 X(Uge, Ule, "uge") \
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c15 u32 uge(u32 a) { return a >= a; } in uge() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dresolvecolor2dps.h43 uge r0.y, r0.x, r0.z
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dresolvecolor2dps.h47 uge r0.y, r0.x, r0.z
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp91 Value *Cmp2 = SizeRange.getUnsignedMin().uge(OffsetRange.getUnsignedMax()) in getBoundsCheckCond()
96 .uge(NeededSizeRange.getUnsignedMax()) in getBoundsCheckCond()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbinops-same-args.c23 u32 uge(u32 a) { return a >= a; } in uge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1401 if (r1.uge(anc)) { // must be unsigned comparison in magic()
1407 if (r2.uge(ad)) { // must be unsigned comparison in magic()
1444 if (r1.uge(nc - r1)) { in magicu()
1452 if ((r2 + 1).uge(d - r2)) { in magicu()
1453 if (q2.uge(signedMax)) magu.a = 1; in magicu()
1458 if (q2.uge(signedMin)) magu.a = 1; in magicu()
2021 Overflow = ShAmt.uge(getBitWidth()); in sshl_ov()
2026 Overflow = ShAmt.uge(countLeadingZeros()); in sshl_ov()
2028 Overflow = ShAmt.uge(countLeadingOnes()); in sshl_ov()
2034 Overflow = ShAmt.uge(getBitWidth()); in ushl_ov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1245 if (r1.uge(anc)) { // must be unsigned comparison in magic()
1251 if (r2.uge(ad)) { // must be unsigned comparison in magic()
1288 if (r1.uge(nc - r1)) { in magicu()
1296 if ((r2 + 1).uge(d - r2)) { in magicu()
1297 if (q2.uge(signedMax)) magu.a = 1; in magicu()
1302 if (q2.uge(signedMin)) magu.a = 1; in magicu()
2016 Overflow = ShAmt.uge(getBitWidth()); in sshl_ov()
2021 Overflow = ShAmt.uge(countLeadingZeros()); in sshl_ov()
2023 Overflow = ShAmt.uge(countLeadingOnes()); in sshl_ov()
2029 Overflow = ShAmt.uge(getBitWidth()); in ushl_ov()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_fcmp.pnacl.ll206 %cmp = fcmp uge float %a, %b
216 %cmp = fcmp uge double %a, %b
526 %cmp = fcmp uge float %a, %b
536 %cmp = fcmp uge double %a, %b
740 %res.trunc = fcmp uge <4 x float> %a, %b
Dtest_icmp_i1vec.ll32 %cmp = icmp uge <16 x i1> %a.trunc, %b.trunc
122 %cmp = icmp uge <8 x i1> %a.trunc, %b.trunc
212 %cmp = icmp uge <4 x i1> %a.trunc, %b.trunc
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dda.txt276 one{"{0} uge"}
278 per{"{0} pr. uge"}
872 dnam{"uge"}
1355 one{"{0} uge"}
1357 per{"{0}/uge"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dda.txt364 one{"{0} uge"}
366 per{"{0} pr. uge"}
1206 dnam{"uge"}
1699 one{"{0} uge"}
1701 per{"{0}/uge"}
/third_party/icu/icu4c/source/data/unit/
Dda.txt364 one{"{0} uge"}
366 per{"{0} pr. uge"}
1206 dnam{"uge"}
1699 one{"{0} uge"}
1701 per{"{0}/uge"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h166 return IsUnsigned ? uge(RHS) : sge(RHS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp278 if (ShAmt.uge(CSize - ByteStart)) in ExtractConstantBytes()
301 if (ShAmt.uge(ByteStart + ByteSize)) in ExtractConstantBytes()
800 if (CIdx->uge(Val->getType()->getVectorNumElements())) in ConstantFoldExtractElementInstruction()
843 if (CIdx->uge(NumElts)) in ConstantFoldInsertElementInstruction()
1900 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2)); in ConstantFoldCompareInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp138 if (D->getValue().uge(BitWidth)) in foldIVUser()
778 if (!Shr->isExact() && IVRange.getUnsignedMin().uge(*C)) { in strengthenRightShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1119 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function
1127 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h241 bool uge(uint64_t Num) const { in uge() function
242 return Val.uge(Num); in uge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp192 if (!CI->uge(getAggregateNumElements(Cur[0]->getType()))) in validExtractValueIndex()

123