/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/asm/frag/ |
D | pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag | 15 uint2 Unpacked; 16 Unpacked.x = uint(value & 0xffffffff); 17 Unpacked.y = uint(value >> 32); 18 return Unpacked;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/asm/frag/ |
D | pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag | 15 uint2 Unpacked; 16 Unpacked.x = uint(value & 0xffffffff); 17 Unpacked.y = uint(value >> 32); 18 return Unpacked;
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | inferTypes1.ts | 4 type Unpacked<T> = alias 10 type T00 = Unpacked<string>; // string 11 type T01 = Unpacked<string[]>; // string 12 type T02 = Unpacked<() => string>; // string 13 type T03 = Unpacked<Promise<string>>; // string 14 type T04 = Unpacked<Unpacked<Promise<string>[]>>; // string 15 type T05 = Unpacked<any>; // any 16 type T06 = Unpacked<never>; // never
|
/third_party/typescript/tests/baselines/reference/ |
D | inferTypes1.js | 2 type Unpacked<T> = 8 type T00 = Unpacked<string>; // string 9 type T01 = Unpacked<string[]>; // string 10 type T02 = Unpacked<() => string>; // string 11 type T03 = Unpacked<Promise<string>>; // string 12 type T04 = Unpacked<Unpacked<Promise<string>[]>>; // string 13 type T05 = Unpacked<any>; // any 14 type T06 = Unpacked<never>; // never
|
D | inferTypes1.symbols | 2 type Unpacked<T> = 3 >Unpacked : Symbol(Unpacked, Decl(inferTypes1.ts, 0, 0)) 26 type T00 = Unpacked<string>; // string 28 >Unpacked : Symbol(Unpacked, Decl(inferTypes1.ts, 0, 0)) 30 type T01 = Unpacked<string[]>; // string 32 >Unpacked : Symbol(Unpacked, Decl(inferTypes1.ts, 0, 0)) 34 type T02 = Unpacked<() => string>; // string 36 >Unpacked : Symbol(Unpacked, Decl(inferTypes1.ts, 0, 0)) 38 type T03 = Unpacked<Promise<string>>; // string 40 >Unpacked : Symbol(Unpacked, Decl(inferTypes1.ts, 0, 0)) [all …]
|
D | inferTypes1.types | 2 type Unpacked<T> = 3 >Unpacked : Unpacked<T> 12 type T00 = Unpacked<string>; // string 15 type T01 = Unpacked<string[]>; // string 18 type T02 = Unpacked<() => string>; // string 21 type T03 = Unpacked<Promise<string>>; // string 24 type T04 = Unpacked<Unpacked<Promise<string>[]>>; // string 27 type T05 = Unpacked<any>; // any 30 type T06 = Unpacked<never>; // never
|
D | inferTypes1.errors.txt | 24 type Unpacked<T> = 30 type T00 = Unpacked<string>; // string 31 type T01 = Unpacked<string[]>; // string 32 type T02 = Unpacked<() => string>; // string 33 type T03 = Unpacked<Promise<string>>; // string 34 type T04 = Unpacked<Unpacked<Promise<string>[]>>; // string 35 type T05 = Unpacked<any>; // any 36 type T06 = Unpacked<never>; // never
|
/third_party/icu/tools/multi/ |
D | readme.txt | 35 multi/tmp/src/ Unpacked and patched source
|
/third_party/astc-encoder/Docs/ |
D | Terminology.md | 25 ## Ideal, Unpacked Quantized, vs Packed Quantized
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 97 - Packed and Unpacked parsing allow for all repeated, as per version 2.3
|
/third_party/protobuf/src/google/protobuf/ |
D | test_messages_proto2.proto | 139 // Unpacked
|
D | test_messages_proto3.proto | 159 // Unpacked
|
/third_party/node/deps/v8/src/wasm/ |
D | value-type.h | 360 constexpr ValueType Unpacked() const { in Unpacked() function
|
D | function-body-decoder-impl.h | 3691 ValidateArgType(args, i, type->field(i).Unpacked()); 4144 Value value = CreateValue(field_type.Unpacked()); 4162 Peek(0, 1, struct_type->field(field.field_imm.index).Unpacked()); 4184 Peek(2, 0, imm.array_type->element_type().Unpacked()); 4282 Value value = CreateValue(imm.array_type->element_type().Unpacked()); 4318 Value value = Peek(0, 2, imm.array_type->element_type().Unpacked()); 4398 element_type.Unpacked());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4110 SelectionDAG &DAG, bool Unpacked) { in adjustLoadValueTypeImpl() argument 4114 if (Unpacked) { // From v2i32/v4i32 back to v2f16/v4f16. in adjustLoadValueTypeImpl() 4142 bool Unpacked = Subtarget->hasUnpackedD16VMem(); in adjustLoadValueType() local 4146 if (Unpacked && LoadVT.isVector()) { in adjustLoadValueType() 4160 if (!Unpacked) // Just adjusted the opcode. in adjustLoadValueType() 4163 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType() 5239 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument 5246 EVT AdjEltVT = Unpacked && IsD16 ? MVT::i32 : ReqRetEltVT; in constructRetValue() 5247 EVT AdjVT = Unpacked ? ReqRetNumElts > 1 ? EVT::getVectorVT(Context, AdjEltVT, ReqRetNumElts) in constructRetValue() 5254 if (IsD16 && !Unpacked) in constructRetValue() [all …]
|
/third_party/python/Doc/library/ |
D | struct.rst | 357 Unpacked fields can be named by assigning them to variables or by wrapping
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 4335 Unpacked
|
D | i386.txt | 185 3.3.2 Unpacked BCD Adjustment Instructions 1347 9. Unpacked decimal numbers are stored as unsigned byte quantities. One 2806 3.3.2 Unpacked BCD Adjustment Instructions
|
D | i386-notutf8.txt | 185 3.3.2 Unpacked BCD Adjustment Instructions 1347 9. Unpacked decimal numbers are stored as unsigned byte quantities. One 2806 3.3.2 Unpacked BCD Adjustment Instructions
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 103870 UnpackedRecord *p; /* Unpacked record to return */ 142291 UnpackedRecord *p; /* Unpacked record to return */ 189072 UnpackedRecord *p; /* Unpacked record to return */
|