Home
last modified time | relevance | path

Searched refs:i10 (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DinterfaceDeclaration1.symbols88 interface i10 {
89 >i10 : Symbol(i10, Decl(interfaceDeclaration1.ts, 41, 27))
92 >foo : Symbol(i10.foo, Decl(interfaceDeclaration1.ts, 43, 15))
102 interface i12 extends i10, i11 { }
104 >i10 : Symbol(i10, Decl(interfaceDeclaration1.ts, 41, 27))
DinterfaceDeclaration1.errors.txt11 …ation1.ts(52,11): error TS2320: Interface 'i12' cannot simultaneously extend types 'i10' and 'i11'.
12 Named property 'foo' of types 'i10' and 'i11' are not identical.
80 interface i10 {
88 interface i12 extends i10, i11 { }
90 !!! error TS2320: Interface 'i12' cannot simultaneously extend types 'i10' and 'i11'.
91 !!! error TS2320: Named property 'foo' of types 'i10' and 'i11' are not identical.
DgenericDefaultsErrors.symbols131 interface i10 { x: T; } // error
132 >i10 : Symbol(i10, Decl(genericDefaultsErrors.ts, 35, 30), Decl(genericDefaultsErrors.ts, 37, 23))
133 >x : Symbol(i10.x, Decl(genericDefaultsErrors.ts, 37, 15))
136 interface i10<T = number> {}
137 >i10 : Symbol(i10, Decl(genericDefaultsErrors.ts, 35, 30), Decl(genericDefaultsErrors.ts, 37, 23))
DinterfaceDeclaration1.js45 interface i10 {
53 interface i12 extends i10, i11 { }
DinterfaceDeclaration1.types68 interface i10 {
78 interface i12 extends i10, i11 { }
DgenericDefaultsErrors.js39 interface i10 { x: T; } // error
40 interface i10<T = number> {}
DgenericDefaultsErrors.types81 interface i10 { x: T; } // error
84 interface i10<T = number> {}
DgenericDefaultsErrors.errors.txt111 interface i10 { x: T; } // error
116 interface i10<T = number> {}
/third_party/mesa3d/src/mesa/vbo/
Dvbo_util.h46 static inline float conv_i10_to_i(int i10) in conv_i10_to_i() argument
49 val.x = i10; in conv_i10_to_i()
60 static inline float conv_i10_to_norm_float(const struct gl_context *ctx, int i10) in conv_i10_to_norm_float() argument
63 val.x = i10; in conv_i10_to_norm_float()
/third_party/typescript/tests/cases/compiler/
DinterfaceDeclaration1.ts44 interface i10 { interface
52 interface i12 extends i10, i11 { }
DgenericDefaultsErrors.ts40 interface i10 { x: T; } // error interface
41 interface i10<T = number> {} interface
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp419 const int i10 = intensityModifier[cw1][0]; in decodeIndividualOrDifferentialBlock() local
424 subblockColors0[0].set(r1 + i10, g1 + i10, b1 + i10); in decodeIndividualOrDifferentialBlock()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.cpp416 const int i10 = intensityModifier[cw1][0]; in decodeIndividualOrDifferentialBlock() local
421 subblockColors0[0].set(r1 + i10, g1 + i10, b1 + i10); in decodeIndividualOrDifferentialBlock()
/third_party/ffmpeg/libavcodec/arm/
Dfft_neon.S128 vld1.32 {d24-d27}, [r0,:128]! @ q12{r8,i8,r9,i9} q13{r10,i10,r11,i11}
141 vswp d25, d26 @ q12{r8,i8,i10,r11} q13{r9,i9,i11,r10}
157 vsub.f32 q13, q0, q13 @ {r10,i10,r11,i11}
165 vswp d27, d30 @ q13{r10,i10,r14,i14} q15{r11,i11,r15,i15}
194 vsub.f32 q13, q9, q0 @ {r10,r11,i10,i11}
/third_party/openssl/test/
Dsanitytest.c40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm148 ; in: %1={r0,i0,r2,i2,r8, i8, r10,i10} %2={r1,i1,r3,i3,r9, i9, r11,i11}
150 ; out: %1={r0,r1,r2,r3,r8, r9, r10,r11} %2={i0,i1,i2,i3,i8, i9, i10,i11}
357 ; m0={r0,r1,r2,r3,r8, r9, r10,r11} m1={i0,i1,i2,i3,i8, i9, i10,i11}
/third_party/ffmpeg/libavcodec/
Dexr.c530 uint16_t i00, i01, i10, i11; in wav_decode() local
546 wdec14(*px, *p10, &i00, &i10); in wav_decode()
549 wdec14(i10, i11, p10, p11); in wav_decode()
551 wdec16(*px, *p10, &i00, &i10); in wav_decode()
554 wdec16(i10, i11, p10, p11); in wav_decode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.h986 int32_t i10, int32_t i11, int32_t i12, int32_t i13, in indexesAre() argument
997 getIndexValue(10) == i10 && getIndexValue(11) == i11 && in indexesAre()
/third_party/elfutils/tests/
Dfuncretval_test.c16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; member
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1296 const deUint32 i10 = i00 + blockMode.weightGridWidth; in interpolateWeights() local
1302 … DE_ASSERT(deInBounds32(i10, 0, blockMode.weightGridWidth*blockMode.weightGridHeight) || w10 == 0); in interpolateWeights()
1310 const deUint32 p10 = unquantizedWeights[(i10 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights()
/third_party/astc-encoder/Source/
Dtinyexr.h8065 unsigned short i00, i01, i10, i11; in wav2Encode() local
8090 wenc14(*p10, *p11, i10, i11); in wav2Encode()
8091 wenc14(i00, i10, *px, *p10); in wav2Encode()
8095 wenc16(*p10, *p11, i10, i11); in wav2Encode()
8096 wenc16(i00, i10, *px, *p10); in wav2Encode()
8184 unsigned short i00, i01, i10, i11; in wav2Decode() local
8208 wdec14(*px, *p10, i00, i10); in wav2Decode()
8211 wdec14(i10, i11, *p10, *p11); in wav2Decode()
8213 wdec16(*px, *p10, i00, i10); in wav2Decode()
8216 wdec16(i10, i11, *p10, *p11); in wav2Decode()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1643 LLVMTypeRef i10 = LLVMIntTypeInContext(ctx->context, 10); in ac_build_opencoded_load_format() local
1645 loads[0] = LLVMBuildTrunc(ctx->builder, data, i10, ""); in ac_build_opencoded_load_format()
1647 loads[1] = LLVMBuildTrunc(ctx->builder, tmp, i10, ""); in ac_build_opencoded_load_format()
1649 loads[2] = LLVMBuildTrunc(ctx->builder, tmp, i10, ""); in ac_build_opencoded_load_format()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3829 Int i10 = a10; in TEST() local
3842 result += (i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10 + i11 + i12); in TEST()
/third_party/mksh/
Dcheck.t5317 eval "typeset -i10 y=$x"
5329 eval "typeset -i10 y=$x"
5341 eval "typeset -i10 y=$x"
11623 echo $(typeset -i10 x=16#20; echo $x)