/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 43 : Lower(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)), in ConstantRange() 44 Upper(Lower) {} in ConstantRange() 47 : Lower(std::move(V)), Upper(Lower + 1) {} in ConstantRange() 50 : Lower(std::move(L)), Upper(std::move(U)) { in ConstantRange() 51 assert(Lower.getBitWidth() == Upper.getBitWidth() && in ConstantRange() 53 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && in ConstantRange() 71 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits() local 72 Lower.setSignBit(); in fromKnownBits() 74 return ConstantRange(Lower, Upper + 1); in fromKnownBits() 210 APInt Lower, Upper; in makeExactMulNSWRegion() local [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | SentenceBreakTest.txt | 35 ÷ 0001 × 0061 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 36 …ING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 65 ÷ 000D ÷ 0061 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 66 …N (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 95 ÷ 000A ÷ 0061 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 96 …D (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 125 ÷ 0085 ÷ 0061 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 126 …(NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] 155 ÷ 0009 × 0061 ÷ # ÷ [0.2] <CHARACTER TABULATION> (Sp) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.… 156 …LATION> (Sp) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] LATIN SMALL LETTER A (Lower) ÷ [0.3] [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | paramsOnlyHaveLiteralTypesWhenAppropriatelyContextualized.types | 6 type Lower<T> = { [K in keyof T]: T[K] }; 7 >Lower : Lower<T> 10 >appendToOptionalArray : <K extends string | number | symbol, T>(object: { [x in K]?: Lower<T>[] | … 15 object: { [x in K]?: Lower<T>[] }, 16 >object : { [x in K]?: Lower<T>[] | undefined; } 26 >array : { [x in K]?: Lower<T>[] | undefined; }[K] 27 >object[key] : { [x in K]?: Lower<T>[] | undefined; }[K] 28 >object : { [x in K]?: Lower<T>[] | undefined; } 32 >array : { [x in K]?: Lower<T>[] | undefined; }[K] 36 >array.push : (...items: Lower<T>[]) => number [all …]
|
D | paramsOnlyHaveLiteralTypesWhenAppropriatelyContextualized.symbols | 6 type Lower<T> = { [K in keyof T]: T[K] }; 7 >Lower : Symbol(Lower, Decl(paramsOnlyHaveLiteralTypesWhenAppropriatelyContextualized.ts, 0, 0)) 24 object: { [x in K]?: Lower<T>[] }, 28 >Lower : Symbol(Lower, Decl(paramsOnlyHaveLiteralTypesWhenAppropriatelyContextualized.ts, 0, 0))
|
/third_party/protobuf/php/tests/ |
D | GeneratedClassTest.php | 850 $m = new \Lower\PBabstract(); 851 $m = new \Lower\PBand(); 852 $m = new \Lower\PBarray(); 853 $m = new \Lower\PBas(); 854 $m = new \Lower\PBbreak(); 855 $m = new \Lower\PBcallable(); 856 $m = new \Lower\PBcase(); 857 $m = new \Lower\PBcatch(); 858 $m = new \Lower\PBclass(); 859 $m = new \Lower\PBclone(); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 48 APInt Lower, Upper; variable 70 ConstantRange(APInt Lower, APInt Upper); 84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty() argument 85 if (Lower == Upper) in getNonEmpty() 86 return getFull(Lower.getBitWidth()); in getNonEmpty() 87 return ConstantRange(std::move(Lower), std::move(Upper)); in getNonEmpty() 159 const APInt &getLower() const { return Lower; } in getLower() 165 uint32_t getBitWidth() const { return Lower.getBitWidth(); } in getBitWidth() 208 if (Upper == Lower + 1) in getSingleElement() 209 return &Lower; in getSingleElement() [all …]
|
/third_party/skia/third_party/externals/dawn/src/include/dawn/ |
D | EnumClassBitmasks.h | 48 constexpr static T Lower(T t) { 73 static constexpr type Lower(BoolConvertible<T> t) { 85 return static_cast<Integral>(LowerBitmask<T1>::Lower(left)) | 86 static_cast<Integral>(LowerBitmask<T2>::Lower(right)); 96 return static_cast<Integral>(LowerBitmask<T1>::Lower(left)) & 97 static_cast<Integral>(LowerBitmask<T2>::Lower(right)); 107 return static_cast<Integral>(LowerBitmask<T1>::Lower(left)) ^ 108 static_cast<Integral>(LowerBitmask<T2>::Lower(right)); 115 return ~static_cast<Integral>(LowerBitmask<T1>::Lower(t)); 123 T r = LowerBitmask<T2>::Lower(right); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | UnicodeCharRanges.h | 24 uint32_t Lower; member 29 return Value < Range.Lower; 75 if (I != Ranges.begin() && Prev >= I->Lower) { in rangesAreValid() 79 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid() 82 if (I->Upper < I->Lower) { in rangesAreValid() 84 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CaseMap.java | 40 public static Lower toLower() { return Lower.DEFAULT; } in toLower() 67 public static final class Lower extends CaseMap { class in CaseMap 68 private static final Lower DEFAULT = new Lower(0); 69 private static final Lower OMIT_UNCHANGED = new Lower(CaseMapImpl.OMIT_UNCHANGED_TEXT); 70 private Lower(int opt) { super(opt); } in Lower() method in CaseMap.Lower 76 public Lower omitUnchangedText() { in omitUnchangedText()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 41 public static Lower toLower() { return Lower.DEFAULT; } in toLower() 73 public static final class Lower extends CaseMap { class in CaseMap 74 private static final Lower DEFAULT = new Lower(0); 75 private static final Lower OMIT_UNCHANGED = new Lower(CaseMapImpl.OMIT_UNCHANGED_TEXT); 76 private Lower(int opt) { super(opt); } in Lower() method in CaseMap.Lower 83 public Lower omitUnchangedText() { in omitUnchangedText()
|
/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput1 | 105 U+0061 L Letter: Lower case letter, latin, Other, U+0041, [alphabetic, caseignorable, cased, diac… 106 U+0062 L Letter: Lower case letter, latin, Other, U+0042, [alphabetic, caseignorable, cased, diac… 107 U+0063 L Letter: Lower case letter, latin, Other, U+0043, [alphabetic, caseignorable, cased, diac… 108 U+0064 L Letter: Lower case letter, latin, Other, U+0044, [alphabetic, caseignorable, cased, diac… 109 U+0065 L Letter: Lower case letter, latin, Other, U+0045, [alphabetic, caseignorable, cased, diac… 110 U+0066 L Letter: Lower case letter, latin, Other, U+0046, [alphabetic, caseignorable, cased, diac… 111 U+0067 L Letter: Lower case letter, latin, Other, U+0047, [alphabetic, caseignorable, diacritic, … 112 U+0068 L Letter: Lower case letter, latin, Other, U+0048, [alphabetic, caseignorable, diacritic, … 113 U+0069 L Letter: Lower case letter, latin, Other, U+0049, [caseignorable, diacritic, graphemeexte… 114 U+006A L Letter: Lower case letter, latin, Other, U+004A, [caseignorable, diacritic, graphemeexte… [all …]
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-flags.h | 30 #define V(Lower, Camel, LowerCamel, Char, Bit) k##Camel = 1 << Bit, argument 39 #define V(Lower, Camel, LowerCamel, Char, Bit) < Char) && (Char argument 44 #define V(Lower, Camel, LowerCamel, Char, Bit) | (1 << Bit) argument 52 #define V(Lower, Camel, ...) \ argument 60 #define V(Lower, Camel, LowerCamel, Char, Bit) \ in REGEXP_FLAG_LIST() argument
|
/third_party/icu/icu4c/source/test/testdata/break_rules/ |
D | sentence.txt | 17 Lower = [\p{Sentence_Break = Lower}]; 42 SB7: (Upper | Lower) ExtFmt* ATerm ExtFmt* Upper; 43 …tFmt* (Close ExtFmt*)* (Sp ExtFmt*)* ([^OLetter Upper Lower ParaSep SATerm ExtFmt] ExtFmt *)* Lowe…
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | sentence.txt | 17 Lower = [\p{Sentence_Break = Lower}]; 42 SB7: (Upper | Lower) ExtFmt* ATerm ExtFmt* Upper; 43 …tFmt* (Close ExtFmt*)* (Sp ExtFmt*)* ([^OLetter Upper Lower ParaSep SATerm ExtFmt] ExtFmt *)* Lowe…
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/ |
D | sentence.txt | 17 Lower = [\p{Sentence_Break = Lower}]; 42 SB7: (Upper | Lower) ExtFmt* ATerm ExtFmt* Upper; 43 …tFmt* (Close ExtFmt*)* (Sp ExtFmt*)* ([^OLetter Upper Lower ParaSep SATerm ExtFmt] ExtFmt *)* Lowe…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 128 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local 217 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction() 228 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT)); in EmitInstruction() 235 .addExpr(Lower.getExpr(MI->getOperand(2), MCSymbolRefExpr::VK_PLT)); in EmitInstruction() 325 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSGD)); in EmitInstruction() 332 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSLDM)); in EmitInstruction() 378 Lower.lower(MI, LoweredMI); in EmitInstruction() 383 Lower.lower(MI, LoweredMI); in EmitInstruction() 388 Lower.lower(MI, LoweredMI); in EmitInstruction() 393 Lower.lower(MI, LoweredMI); in EmitInstruction() [all …]
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | sent.txt | 25 $Lower = [\p{Sentence_Break = Lower}]; 40 $LowerEx = $Lower ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*; 73 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
|
D | sent_el.txt | 25 $Lower = [\p{Sentence_Break = Lower}]; 40 $LowerEx = $Lower ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*; 73 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | sent_el.txt | 25 $Lower = [\p{Sentence_Break = Lower}]; 40 $LowerEx = $Lower ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*; 73 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
|
D | sent.txt | 25 $Lower = [\p{Sentence_Break = Lower}]; 40 $LowerEx = $Lower ($Extend | $Format)*; 72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*; 73 $ATermEx $CloseEx* $SpEx* $NotLettersEx* $Lower;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local 35 uint64_t NewLower = Lower + (getL(N) << 32); in multiply64() 36 Upper += getU(N) + (NewLower < Lower); in multiply64() 37 Lower = NewLower; in multiply64() 44 return std::make_pair(Lower, 0); in multiply64() 50 Upper = Upper << LeadingZeros | Lower >> Shift; in multiply64() 52 Shift && (Lower & UINT64_C(1) << (Shift - 1))); in multiply64()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | genIndexFilters.bat | 31 # For transliterators using NFKD, or not using Lower in this way, you 75 # Lower;NFX;... 76 # NFX;Lower;... 92 # Check for Lower 94 if (/^([^:]+):alias:(\[.+?);\s*(Lower\s*;.+)$/i) {
|
/third_party/node/deps/v8/src/codegen/ |
D | optimized-compilation-info.h | 75 #define DEF_ENUM(Camel, Lower, Bit) k##Camel = 1 << Bit, argument 80 #define DEF_GETTER(Camel, Lower, Bit) \ argument 81 bool Lower() const { \ 87 #define DEF_SETTER(Camel, Lower, Bit) \ argument 88 void set_##Lower() { \
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Limits.cpp | 47 X( Lower, minUniformBufferOffsetAlignment, 256, 256) \ 48 X( Lower, minStorageBufferOffsetAlignment, 256, 256) \ 85 Lower, enumerator 93 struct CheckLimit<LimitBetterDirection::Lower> {
|
/third_party/typescript/tests/cases/compiler/ |
D | paramsOnlyHaveLiteralTypesWhenAppropriatelyContextualized.ts | 6 type Lower<T> = { [K in keyof T]: T[K] }; alias 12 object: { [x in K]?: Lower<T>[] },
|