/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 3 struct myType 8 const myType _21[5] = myType[](myType(0.0), myType(1.0), myType(0.0), myType(1.0), myType(0.0)); 16 myType elt = _21[index];
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 3 struct myType 8 const myType _21[5] = myType[](myType(0.0), myType(1.0), myType(0.0), myType(1.0), myType(0.0));
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 47 struct myType 66 …spvUnsafeArray<myType, 5> _21 = spvUnsafeArray<myType, 5>({ myType{ 0.0 }, myType{ 1.0 }, myType{ … 71 myType elt = _21[index];
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 13 OpName %myType "myType" 14 OpMemberName %myType 0 "data" 26 %myType = OpTypeStruct %float 29 %_arr_myType_uint_5 = OpTypeArray %myType %uint_5 33 %18 = OpConstantComposite %myType %float_0 35 %20 = OpConstantComposite %myType %float_1 47 %_ptr_Function_myType = OpTypePointer Function %myType 48 %_ptr_Private_myType = OpTypePointer Private %myType 71 %47 = OpLoad %myType %46
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 13 OpName %myType "myType" 14 OpMemberName %myType 0 "data" 26 %myType = OpTypeStruct %float 29 %_arr_myType_uint_5 = OpTypeArray %myType %uint_5 33 %18 = OpConstantComposite %myType %float_0 35 %20 = OpConstantComposite %myType %float_1 47 %_ptr_Function_myType = OpTypePointer Function %myType 48 %_ptr_Private_myType = OpTypePointer Private %myType 71 %47 = OpLoad %myType %46
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 13 OpName %myType "myType" 14 OpMemberName %myType 0 "data" 26 %myType = OpTypeStruct %float 29 %_arr_myType_uint_5 = OpTypeArray %myType %uint_5 33 %18 = OpConstantComposite %myType %float_0 35 %20 = OpConstantComposite %myType %float_1 47 %_ptr_Function_myType = OpTypePointer Function %myType 48 %_ptr_Private_myType = OpTypePointer Private %myType 71 %47 = OpLoad %myType %46
|
/third_party/typescript/tests/baselines/reference/ |
D | argumentsAsPropertyName.types | 14 function myFunction(myType: MyType) { 15 >myFunction : (myType: MyType) => void 16 >myType : MyType 27 use(myType.arguments[i]); 28 >use(myType.arguments[i]) : any 30 >myType.arguments[i] : string 31 >myType.arguments : string[] 32 >myType : MyType
|
D | argumentsAsPropertyName.symbols | 15 function myFunction(myType: MyType) { 17 >myType : Symbol(myType, Decl(argumentsAsPropertyName.ts, 7, 20)) 25 use(myType.arguments[i]); 27 >myType.arguments : Symbol(arguments, Decl(argumentsAsPropertyName.ts, 1, 15)) 28 >myType : Symbol(myType, Decl(argumentsAsPropertyName.ts, 7, 20))
|
D | argumentsAsPropertyName.js | 9 function myFunction(myType: MyType) { 11 use(myType.arguments[i]); 19 function myFunction(myType) { 21 use(myType.arguments[i]);
|
D | jsdocInTypeScript.symbols | 25 declare const myType: MyType; // should error, no such type 26 >myType : Symbol(myType, Decl(jsdocInTypeScript.ts, 15, 13))
|
D | jsdocInTypeScript.types | 24 declare const myType: MyType; // should error, no such type 25 >myType : any
|
D | jsdocInTypeScript.js | 17 declare const myType: MyType; // should error, no such type
|
D | jsdocInTypeScript.errors.txt | 25 declare const myType: MyType; // should error, no such type
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 47 struct myType 66 …spvUnsafeArray<myType, 5> _21 = spvUnsafeArray<myType, 5>({ myType{ 0.0 }, myType{ 1.0 }, myType{ …
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 1 struct myType 6 static const myType _18 = { 0.0f }; 7 static const myType _20 = { 1.0f }; 8 static const myType _21[5] = { { 0.0f }, { 1.0f }, { 0.0f }, { 1.0f }, { 0.0f } }; 47 myType elt = _21[index];
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 1 struct myType 6 static const myType _18 = { 0.0f }; 7 static const myType _20 = { 1.0f }; 8 static const myType _21[5] = { { 0.0f }, { 1.0f }, { 0.0f }, { 1.0f }, { 0.0f } };
|
/third_party/typescript/tests/cases/compiler/ |
D | argumentsAsPropertyName.ts | 8 function myFunction(myType: MyType) { 10 use(myType.arguments[i]);
|
D | jsdocInTypeScript.ts | 19 declare const myType: MyType; // should error, no such type constant
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 2764 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i]; in getDistance() local 2766 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance() 2767 if (myType == 0) { // and other is not in getDistance() 2774 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2815 int myType = (includeMask & (1<<i)) == 0 ? 0 : type[i]; in getDistance() local 2817 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance() 2818 if (myType == 0) { // and other is not in getDistance() 2825 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 2151 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local 2153 if (myType==otherType) { in getDistance() 2156 if (myType==0) {// and other is not in getDistance() 2166 result += abs(myType - otherType); in getDistance()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 2324 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local 2326 if (myType==otherType) { in getDistance() 2329 if (myType==0) {// and other is not in getDistance() 2339 result += abs(myType - otherType); in getDistance()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 2332 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local 2334 if (myType==otherType) { in getDistance() 2337 if (myType==0) {// and other is not in getDistance() 2347 result += abs(myType - otherType); in getDistance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 2332 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local 2334 if (myType==otherType) { in getDistance() 2337 if (myType==0) {// and other is not in getDistance() 2347 result += abs(myType - otherType); in getDistance()
|