/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | da.txt | 524 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/ |
D | da.txt | 574 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/ |
D | da.txt | 574 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/ |
D | ScalarEvolutionAliasAnalysis.cpp | 60 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax())) in alias() 74 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()
|
D | Loads.cpp | 45 return APBaseAlign.uge(APAlign) && !(Offset & (APAlign - 1)); in isAligned() 71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
|
D | BasicAliasAnalysis.cpp | 1512 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/ |
D | IceInst.def | 82 X(Uge, "uge") \ 95 X(Uge, Ule, "uge") \
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | tautological-compare.c | 15 u32 uge(u32 a) { return a >= a; } in uge() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
D | resolvecolor2dps.h | 43 uge r0.y, r0.x, r0.z
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
D | resolvecolor2dps.h | 47 uge r0.y, r0.x, r0.z
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 91 Value *Cmp2 = SizeRange.getUnsignedMin().uge(OffsetRange.getUnsignedMax()) in getBoundsCheckCond() 96 .uge(NeededSizeRange.getUnsignedMax()) in getBoundsCheckCond()
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | binops-same-args.c | 23 u32 uge(u32 a) { return a >= a; } in uge() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1401 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/ |
D | APInt.cpp | 1245 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/ |
D | test_fcmp.pnacl.ll | 206 %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
|
D | test_icmp_i1vec.ll | 32 %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/ |
D | da.txt | 276 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/ |
D | da.txt | 364 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/ |
D | da.txt | 364 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/ |
D | APSInt.h | 166 return IsUnsigned ? uge(RHS) : sge(RHS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 278 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/ |
D | SimplifyIndVar.cpp | 138 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/ |
D | APInt.h | 1119 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/ |
D | Constants.h | 241 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/ |
D | Operations.cpp | 192 if (!CI->uge(getAggregateNumElements(Cur[0]->getType()))) in validExtractValueIndex()
|