Home
last modified time | relevance | path

Searched refs:i7 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DintTypeCheck.js43 interface i7 extends i3 { }
182 var obj66: i7;
183 var obj67: i7 = {};
184 var obj68: i7 = new Object();
185 var obj69: i7 = new obj66;
186 var obj70: i7 = <i7>new Base;
187 var obj71: i7 = null;
188 var obj72: i7 = function () { };
189 //var obj73: i7
[all...]
H A DcommentsClass.js48 var i7 = new c7();
125 var i7 = new c7();
184 declare var i7: c7;
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
H A Dunqual02.c8 typeof(x+x) i7; i7 = 0; // should be OK in test_const()
20 typeof(x+x) i7; pp = &i7; // should be OK in test_volatile()
/third_party/node/test/parallel/
H A Dtest-priority-queue.js122 const i7 = { value: 7, position: null };
128 queue.insert(i7);
132 assert.strictEqual(i7.position, 4);
/third_party/ffmpeg/libavcodec/x86/
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,r5,i7,r
[all...]
H A Dvp3dsp.asm210 pmulhw m5, m1 ; r5 = c1*i7 - i7
216 pmulhw m7, m1 ; r7 = c7*i7
217 paddw m5, m1 ; r5 = c1*i7
220 psubsw m3, m5 ; r3 = B = c7*i1 - c1*i7
222 paddsw m0, m7 ; r0 = A = c1*i1 + c7*i7
411 movdqa m1, I(7) ; xmm1 = i7
416 pmulhw m5, m1 ; xmm5 = c1 * i7 - i7
422 pmulhw m7, m1 ; xmm7 = c7 * i7
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp157 opt::Instruction* i7 = context->get_def_use_mgr()->GetDef(47); in TEST() local
165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST()
255 integer_add_instructions.GetAvailableBeforeInstruction(i7); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Davailable_instructions_test.cpp157 opt::Instruction* i7 = context->get_def_use_mgr()->GetDef(47); in TEST() local
165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST()
255 integer_add_instructions.GetAvailableBeforeInstruction(i7); in TEST()
/third_party/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp157 opt::Instruction* i7 = context->get_def_use_mgr()->GetDef(47); in TEST() local
165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST()
255 integer_add_instructions.GetAvailableBeforeInstruction(i7); in TEST()
/third_party/ffmpeg/libavcodec/arm/
H A Dfft_neon.S63 vadd.f32 d5, d18, d19 @ r6+r7,i6+i7
65 vsub.f32 d19, d18, d19 @ r6-r7,i6-i7
109 vld1.32 {d22-d25}, [r0,:128]! @ q11{r4,i4,r5,i5} q12{r6,i5,r7,i7}
140 vsub.f32 q11, q9, q1 @ {r6,r7,i6,i7}
197 vadd.f32 q11, q11, q1 @ {r6,r7,i6,i7}
H A Dfft_vfp.S67 vsub.f s11, s3, s11 @ i7
/third_party/lzma/CPP/Common/
H A DMyCom.h312 #define Z7_COM_UNKNOWN_IMP_7(i1, i2, i3, i4, i5, i6, i7) \
321 Z7_COM_QI_ENTRY(i7) \
/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 {
981 getIndexValue(6) == i6 && getIndexValue(7) == i7;
985 int32_t i5, int32_t i6, int32_t i7, int32_t i8, int32_t i9,
995 getIndexValue(6) == i6 && getIndexValue(7) == i7 &&
/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));
249 (p$i7) shr.u @y[3]=@x[$k],24 }
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl230 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7));
247 (p$i7) shr.u @y[3]=@x[$k],24 }
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl77 $rounds="%i7"; # aliases with return address, which is off-loaded to stack
204 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
492 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
750 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1038 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
/third_party/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl77 $rounds="%i7"; # aliases with return address, which is off-loaded to stack
204 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
492 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
750 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1038 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h3997 "tparm($module, str, i1=0, i2=0, i3=0, i4=0, i5=0, i6=0, i7=0, i8=0,\n"
4011 int i4, int i5, int i6, int i7, int i8, int i9);
4024 int i7 = 0; in _curses_tparm() local
4029 &str, &i1, &i2, &i3, &i4, &i5, &i6, &i7, &i8, &i9)) { in _curses_tparm()
4032 return_value = _curses_tparm_impl(module, str, i1, i2, i3, i4, i5, i6, i7, i8, i9); in _curses_tparm()
/third_party/elfutils/tests/
H A Dfuncretval_test.c16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; member
H A Drun-allregs.sh2380 31: %i7 (i7), signed 32 bits
2458 31: %i7 (i7), signed 64 bits
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc909 Format(instr, #name "\t'r1,'i7"); \ in DecodeGeneric()
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S149 cmp %i7,%o7
/third_party/openssl/crypto/
H A Dsparccpuid.S149 cmp %i7,%o7
/third_party/python/Modules/
H A D_cursesmodule.c4340 i7: int = 0
4350 int i4, int i5, int i6, int i7, int i8, int i9) in _curses_tparm_impl()
4357 result = tparm((char *)str,i1,i2,i3,i4,i5,i6,i7,i8,i9); in _curses_tparm_impl()
4349 _curses_tparm_impl(PyObject *module, const char *str, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) _curses_tparm_impl() argument
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl567 &load_b_pair("%i7",@B[$i],@B[$i+1]);
573 mov $pwrtbl, %i7
578 &load_ccr("%i7","%o5","%o4",1);

Completed in 30 milliseconds

12