Home
last modified time | relevance | path

Searched refs:i5 (Results 1 - 25 of 53) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DinterfaceInheritance.js36 var i5: I5; variable
38 i4 = i5; // should be an error
39 i5 = i4; // should be an error
56 var i5; variable
57 i4 = i5; // should be an error
58 i5 = i4; // should be an error
H A DintTypeCheck.js41 interface i5 extends i1 { }
154 var obj44: i5;
155 var obj45: i5 = {};
156 var obj46: i5 = new Object();
157 var obj47: i5 = new obj44;
158 var obj48: i5 = new Base;
159 var obj49: i5 = null;
160 var obj50: i5 = function () { };
161 //var obj51: i5 = function foo() { };
162 var obj52: i5
[all...]
H A DcommentsClass.js26 var i5 = new c5();
107 var i5 = new c5();
172 declare var i5: c5;
H A DcomplicatedPrivacy.js74 export class c_pr implements mglo5.i5, mglo5.i6 {
97 export interface i5 {
/third_party/lzma/CPP/Common/
H A DMyCom.h291 #define Z7_COM_UNKNOWN_IMP_5(i1, i2, i3, i4, i5) \
298 Z7_COM_QI_ENTRY(i5) \
301 #define Z7_COM_UNKNOWN_IMP_6(i1, i2, i3, i4, i5, i6) \
308 Z7_COM_QI_ENTRY(i5) \
312 #define Z7_COM_UNKNOWN_IMP_7(i1, i2, i3, i4, i5, i6, i7) \
319 Z7_COM_QI_ENTRY(i5) \
347 #define Z7_IFACES_IMP_UNK_5(i1, i2, i3, i4, i5) \
348 Z7_COM_UNKNOWN_IMP_5(i1, i2, i3, i4, i5) \
353 Z7_IFACE_COM7_IMP(i5) \
355 #define Z7_IFACES_IMP_UNK_6(i1, i2, i3, i4, i5, i
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
H A Dunqual02.c6 typeof(-x) i5; i5 = 0; // should be OK in test_const()
18 typeof(-x) i5; pp = &i5; // should be OK in test_volatile()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp.asm196 pmulhw m6, m7 ; r6 = c3*i5 - i5
200 pmulhw m5, m7 ; r5 = c5*i5 - i5
203 paddw m6, m7 ; r6 = c3*i5
206 paddw m7, m5 ; r7 = c5*i5
209 paddsw m4, m7 ; r4 = C = c3*i3 + c5*i5
212 psubsw m6, m2 ; r6 = D = c3*i5 - c5*i3
399 movdqa m7, I(5) ; xmm7 = i5
402 pmulhw m6, m7 ; xmm6 = c3 * i5
[all...]
H A Dfft.asm96 ; %2 = {r1,i1,r3,i3,r5,i5,r7,i7}
99 ; %2 = {r4,r5,r6,r7,i4,i5,i6,i7}
129 ; in: %1={r0,i0,r2,i2,r4,i4,r6,i6} %2={r1,i1,r3,i3,r5,i5,r7,i7}
130 ; out: %1={r0,r1,r2,r3,r4,r5,r6,r7} %2={i0,i1,i2,i3,i4,i5,i6,i7}
144 ; in: %1={r0,r1,r2,r3} %2={i0,i1,i2,i3} %3={r4,i4,r6,i6} %4={r5,i5,r7,i7}
145 ; out: %1={r0,r1,r2,r3} %2={i0,i1,i2,i3} %1={r4,r5,r6,r7} %2={i4,i5,i6,i7}
149 ; %3={r4,i4,r6,i6,r12,i12,r14,i14} %4={r5,i5,r7,i7,r13,i13,r15,i15}
151 ; %3={r4,r5,r6,r7,r12,r13,r14,r15} %4={i4,i5,i6,i7,i12,i13,i14,i15}
154 subps %3, %3, %4 ; {r5,i5,r7,i7}
155 shufps %4, %3, %3, 0xb1 ; {i5,r
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs_tmp.h30 #define TRIANGLE_ADJ(flags,i0,i1,i2,i3,i4,i5) gs_tri_adj(gs,i0,i1,i2,i3,i4,i5)
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp155 opt::Instruction* i5 = context->get_def_use_mgr()->GetDef(102); in TEST() local
165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST()
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST()
H A Dtransformation_add_parameter_test.cpp868 OpName %28 "i5"
956 OpName %28 "i5"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Davailable_instructions_test.cpp155 opt::Instruction* i5 = context->get_def_use_mgr()->GetDef(102); in TEST() local
165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST()
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST()
H A Dtransformation_add_parameter_test.cpp868 OpName %28 "i5"
956 OpName %28 "i5"
/third_party/glslang/Test/inc2/
H A Dbar.h2 float4 i5; variable
/third_party/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp155 opt::Instruction* i5 = context->get_def_use_mgr()->GetDef(102); in TEST() local
165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST()
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST()
H A Dtransformation_add_parameter_test.cpp868 OpName %28 "i5"
956 OpName %28 "i5"
/third_party/ffmpeg/libavcodec/arm/
H A Dfft_neon.S61 vadd.f32 d4, d16, d17 @ r4+r5,i4+i5
64 vsub.f32 d17, d16, d17 @ r4-r5,i4-i5
109 vld1.32 {d22-d25}, [r0,:128]! @ q11{r4,i4,r5,i5} q12{r6,i5,r7,i7}
137 vsub.f32 q10, q8, q0 @ {r4,r5,i4,i5}
175 vadd.f32 q10, q10, q1 @ {r4,r5,i4,i5}
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl232 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7));
240 (p$i5) shr.u @y[1]=@x[$k],8 }
244 { .mfi; (p$i5) ld1 @z[1]=[$inp],1
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl230 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7));
238 (p$i5) shr.u @y[1]=@x[$k],8 }
242 { .mfi; (p$i5) ld1 @z[1]=[$inp],1
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h641 #define Z7_CLASS_IMP_CHandler_IInArchive_5(i1, i2, i3, i4, i5) \
642 Z7_CLASS_IMP_COM_6(CHandler, IInArchive, i1, i2, i3, i4, i5)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInst.h973 int32_t i5, int32_t i6, int32_t i7) const {
980 getIndexValue(4) == i4 && getIndexValue(5) == i5 &&
985 int32_t i5, int32_t i6, int32_t i7, int32_t i8, int32_t i9,
994 getIndexValue(4) == i4 && getIndexValue(5) == i5 &&
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl2794 my ($i1,$i3,$i5) = ("%r12","%r13","%r14");
2875 lea 5($block_num),$i5
2879 bsf $i5,$i5
2882 shl \$4,$i5
3064 movdqu ($L_p,$i5),@offset[5]
3086 lea 5($block_num),$i5
3091 bsf $i5,$i5
3144 shl \$4,$i5
[all...]
H A Daesni-x86.pl1869 my ($l_,$block,$i1,$i3,$i5) = ($rounds_,$key_,$rounds,$len,$out);
1947 &lea ($i5,&DWP(5,$block));
1951 &bsf ($i5,$i5);
1954 &shl ($i5,4);
1961 &movdqu ($inout5,&QWP(0,$l_,$i5));
2373 &lea ($i5,&DWP(5,$block));
2377 &bsf ($i5,$i5);
2380 &shl ($i5,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl2794 my ($i1,$i3,$i5) = ("%r12","%r13","%r14");
2875 lea 5($block_num),$i5
2879 bsf $i5,$i5
2882 shl \$4,$i5
3064 movdqu ($L_p,$i5),@offset[5]
3086 lea 5($block_num),$i5
3091 bsf $i5,$i5
3144 shl \$4,$i5
[all...]
H A Daesni-x86.pl1869 my ($l_,$block,$i1,$i3,$i5) = ($rounds_,$key_,$rounds,$len,$out);
1947 &lea ($i5,&DWP(5,$block));
1951 &bsf ($i5,$i5);
1954 &shl ($i5,4);
1961 &movdqu ($inout5,&QWP(0,$l_,$i5));
2373 &lea ($i5,&DWP(5,$block));
2377 &bsf ($i5,$i5);
2380 &shl ($i5,
[all...]

Completed in 21 milliseconds

123