Home
last modified time | relevance | path

Searched refs:i1 (Results 1 – 25 of 1507) sorted by relevance

12345678910>>...61

/third_party/typescript/tests/baselines/reference/
DgenericCallWithTupleType.types7 var i1: I<string, number>;
8 >i1 : I<string, number>
14 i1.tuple1 = ["foo", 5];
15 >i1.tuple1 = ["foo", 5] : [string, number]
16 >i1.tuple1 : [string, number]
17 >i1 : I<string, number>
23 var e1 = i1.tuple1[0]; // string
25 >i1.tuple1[0] : string
26 >i1.tuple1 : [string, number]
27 >i1 : I<string, number>
[all …]
DgenericCallWithTupleType.js6 var i1: I<string, number>; variable
10 i1.tuple1 = ["foo", 5];
11 var e1 = i1.tuple1[0]; // string
12 var e2 = i1.tuple1[1]; // number
13 i1.tuple1 = ["foo", 5, false, true];
14 var e3 = i1.tuple1[2]; // {}
15 i1.tuple1[3] = { a: "string" };
16 var e4 = i1.tuple1[3]; // {}
23 i1.tuple1 = [5, "foo"];
24 i1.tuple1 = [{}, {}];
[all …]
DgenericCallWithTupleType.symbols13 var i1: I<string, number>;
14 >i1 : Symbol(i1, Decl(genericCallWithTupleType.ts, 4, 3))
22 i1.tuple1 = ["foo", 5];
23 >i1.tuple1 : Symbol(I.tuple1, Decl(genericCallWithTupleType.ts, 0, 19))
24 >i1 : Symbol(i1, Decl(genericCallWithTupleType.ts, 4, 3))
27 var e1 = i1.tuple1[0]; // string
29 >i1.tuple1 : Symbol(I.tuple1, Decl(genericCallWithTupleType.ts, 0, 19))
30 >i1 : Symbol(i1, Decl(genericCallWithTupleType.ts, 4, 3))
34 var e2 = i1.tuple1[1]; // number
36 >i1.tuple1 : Symbol(I.tuple1, Decl(genericCallWithTupleType.ts, 0, 19))
[all …]
DinterfaceImplementation8.errors.txt1 …/interfaceImplementation8.ts(12,7): error TS2420: Class 'C2' incorrectly implements interface 'i1'.
2 Property 'name' is private in type 'C2' but not in type 'i1'.
3 …/interfaceImplementation8.ts(21,7): error TS2420: Class 'C5' incorrectly implements interface 'i1'.
4 Property 'name' is private in type 'C5' but not in type 'i1'.
5 …/interfaceImplementation8.ts(22,7): error TS2420: Class 'C6' incorrectly implements interface 'i1'.
6 Property 'name' is private in type 'C6' but not in type 'i1'.
13 interface i1 {
17 class C1 implements i1 {
21 class C2 implements i1 {
23 !!! error TS2420: Class 'C2' incorrectly implements interface 'i1'.
[all …]
DinterfaceImplementation8.symbols5 interface i1 {
6 >i1 : Symbol(i1, Decl(interfaceImplementation8.ts, 0, 0))
9 >name : Symbol(i1.name, Decl(interfaceImplementation8.ts, 3, 14))
12 class C1 implements i1 {
14 >i1 : Symbol(i1, Decl(interfaceImplementation8.ts, 0, 0))
20 class C2 implements i1 {
22 >i1 : Symbol(i1, Decl(interfaceImplementation8.ts, 0, 0))
35 class C4 extends C1 implements i1{ }
38 >i1 : Symbol(i1, Decl(interfaceImplementation8.ts, 0, 0))
40 class C5 extends C2 implements i1{ }
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_i1vec.ll3 %a.trunc = trunc <16 x i8> %a to <16 x i1>
4 %b.trunc = trunc <16 x i8> %b to <16 x i1>
5 %cmp = icmp eq <16 x i1> %a.trunc, %b.trunc
6 %cmp.sext = sext <16 x i1> %cmp to <16 x i8>
12 %a.trunc = trunc <16 x i8> %a to <16 x i1>
13 %b.trunc = trunc <16 x i8> %b to <16 x i1>
14 %cmp = icmp ne <16 x i1> %a.trunc, %b.trunc
15 %cmp.sext = sext <16 x i1> %cmp to <16 x i8>
21 %a.trunc = trunc <16 x i8> %a to <16 x i1>
22 %b.trunc = trunc <16 x i8> %b to <16 x i1>
[all …]
Dtest_vector_ops_ll.ll25 %vec = trunc <4 x i32> %arg_vec to <4 x i1>
26 %elt = trunc i64 %elt_arg to i1
34 %res0_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 0
35 %res0 = zext <4 x i1> %res0_i1 to <4 x i32>
38 %res1_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 1
39 %res1 = zext <4 x i1> %res1_i1 to <4 x i32>
42 %res2_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 2
43 %res2 = zext <4 x i1> %res2_i1 to <4 x i32>
46 %res3_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 3
47 %res3 = zext <4 x i1> %res3_i1 to <4 x i32>
[all …]
Dtest_cast_to_u1.ll4 %tobool = trunc i64 %a to i1
5 %tobool.ret_ext = zext i1 %tobool to i32
12 %tobool = trunc i64 %a to i1
13 %tobool.ret_ext = zext i1 %tobool to i32
20 %tobool = trunc i32 %a to i1
21 %tobool.ret_ext = zext i1 %tobool to i32
28 %tobool = trunc i32 %a to i1
29 %tobool.ret_ext = zext i1 %tobool to i32
37 %tobool = trunc i16 %a.arg_trunc to i1
38 %tobool.ret_ext = zext i1 %tobool to i32
[all …]
Dtest_select.ll3 %cond = trunc <4 x i32> %cond.ext to <4 x i1>
4 %res = select <4 x i1> %cond, <4 x float> %arg1, <4 x float> %arg2
10 %cond = trunc <4 x i32> %cond.ext to <4 x i1>
11 %res = select <4 x i1> %cond, <4 x i32> %arg1, <4 x i32> %arg2
17 %cond = trunc <4 x i32> %cond.ext to <4 x i1>
18 %res = select <4 x i1> %cond, <4 x i32> %arg1, <4 x i32> %arg2
24 %cond = trunc <8 x i16> %cond.ext to <8 x i1>
25 %res = select <8 x i1> %cond, <8 x i16> %arg1, <8 x i16> %arg2
31 %cond = trunc <8 x i16> %cond.ext to <8 x i1>
32 %res = select <8 x i1> %cond, <8 x i16> %arg1, <8 x i16> %arg2
[all …]
/third_party/glslang/Test/
Dhlsl.rw.atomics.frag38 uniform int i1;
50 InterlockedAdd(g_tTex1di1[i1], i1b);
51 InterlockedAdd(g_tTex1di1[i1], i1, out_i1);
52 InterlockedAnd(g_tTex1di1[i1], i1b);
53 InterlockedAnd(g_tTex1di1[i1], i1, out_i1);
54 InterlockedCompareExchange(g_tTex1di1[i1], i1b, i1c, out_i1);
55 InterlockedExchange(g_tTex1di1[i1], i1, out_i1);
56 InterlockedMax(g_tTex1di1[i1], i1b);
57 InterlockedMax(g_tTex1di1[i1], i1, out_i1);
58 InterlockedMin(g_tTex1di1[i1], i1b);
[all …]
/third_party/openssl/crypto/aes/asm/
Daes-armv4.pl64 $i1="r7";
312 ldmia $key!,{$t1-$i1}
317 eor $s3,$s3,$i1
321 and $i1,lr,$s0
326 ldr $t1,[$tbl,$i1,lsl#2] @ Te3[s0>>0]
327 and $i1,lr,$s1,lsr#16 @ i0
335 ldr $i1,[$tbl,$i1,lsl#2] @ Te1[s1>>16]
338 eor $s0,$s0,$i1,ror#8
340 and $i1,lr,$s2,lsr#8 @ i0
345 ldr $i1,[$tbl,$i1,lsl#2] @ Te2[s2>>8]
[all …]
Daes-mips.pl119 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2);
147 ext $i1,$s2,16,8
152 lwxs $t1,$i1($Tbl) # Te1[s2>>16]
153 ext $i1,$s3,8,8
161 lwxs $t5,$i1($Tbl) # Te2[s3>>8]
162 ext $i1,$s0,0,8
170 lwxs $t9,$i1($Tbl) # Te3[s0]
171 ext $i1,$s1,24,8
190 lwxs $t5,$i1($Tbl) # Te0[s1>>24]
229 _xtr $i1,$s2,16-2
[all …]
Daes-s390x.pl112 $i1="%r5";
312 srlg $i1,$s1,`16-3` # i0
316 nr $i1,$mask
326 x $s0,3($i1,$tbl) # Te1[s1>>16]
331 srlg $i1,$s2,`8-3` # i0
333 nr $i1,$mask
347 x $s0,2($i1,$tbl) # Te2[s2>>8]
381 srlg $i1,$s1,`16-3` # i0
386 nr $i1,$mask
398 llgc $i1,2($i1,$tbl) # Te4[s1>>16]
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dcse.c165 const struct instruction *i1 = _i1; in insn_compare() local
170 if (i1->opcode != i2->opcode) in insn_compare()
171 return i1->opcode < i2->opcode ? -1 : 1; in insn_compare()
173 switch (i1->opcode) { in insn_compare()
181 if (i1->src1 == i2->src2 && i1->src2 == i2->src1) in insn_compare()
186 if (i1->src3 != i2->src3) in insn_compare()
187 return i1->src3 < i2->src3 ? -1 : 1; in insn_compare()
210 if (i1->src2 != i2->src2) in insn_compare()
211 return i1->src2 < i2->src2 ? -1 : 1; in insn_compare()
218 if (i1->src1 != i2->src1) in insn_compare()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-cc-realtime15 Dialogue: 0,0:00:15.47,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} in
16 Dialogue: 0,0:00:15.92,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inau
17 Dialogue: 0,0:00:16.36,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudi
18 Dialogue: 0,0:00:16.81,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudibl
19 Dialogue: 0,0:00:17.25,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible
20 Dialogue: 0,0:00:17.70,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible ra
21 Dialogue: 0,0:00:18.14,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radi
22 Dialogue: 0,0:00:18.59,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio
23 Dialogue: 0,0:00:19.03,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio ch
24 Dialogue: 0,0:00:19.48,9:59:59.99,Default,,0,0,0,,{\an7}{\pos(38,44)}({\i1} inaudible radio chat
[all …]
/third_party/boost/libs/iterator/test/detail/
Dzip_iterator_test.ipp29 boost::zip_iterator<iterator_tuple> i1(MAKE_TUPLE(vi.begin(), vs.begin()));
30 boost::zip_iterator<iterator_tuple> i2 = i1;
32 BOOST_TEST( i1 == i2);
33 BOOST_TEST( i1++ == i2);
34 BOOST_TEST( i1 == (i2 + 1));
35 BOOST_TEST((i1 - 1) == i2);
36 BOOST_TEST( i1-- == ++i2);
37 BOOST_TEST( i1 == --i2);
41 boost::zip_iterator<iterator_tuple> i1(MAKE_TUPLE(vi.begin(), vs.begin()));
42 boost::zip_iterator<iterator_tuple> i2 = i1 + 1;
[all …]
/third_party/jerryscript/jerry-libm/
Dfloor.c45 int i0, i1, j0; in floor() local
49 i1 = __LO (x); in floor()
59 i0 = i1 = 0; in floor()
61 else if (((i0 & 0x7fffffff) | i1) != 0) in floor()
64 i1 = 0; in floor()
71 if (((i0 & i) | i1) == 0) /* x is integral */ in floor()
82 i1 = 0; in floor()
100 if ((i1 & i) == 0) /* x is integral */ in floor()
114 j = i1 + (1 << (52 - j0)); in floor()
115 if (j < i1) /* got a carry */ in floor()
[all …]
Dceil.c45 int i0, i1, j0; in ceil() local
49 i1 = __LO (x); in ceil()
60 i1 = 0; in ceil()
62 else if ((i0 | i1) != 0) in ceil()
65 i1 = 0; in ceil()
72 if (((i0 & i) | i1) == 0) /* x is integral */ in ceil()
83 i1 = 0; in ceil()
101 if ((i1 & i) == 0) /* x is integral */ in ceil()
115 j = i1 + (1 << (52 - j0)); in ceil()
116 if (j < i1) /* got a carry */ in ceil()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Ds_floor.c44 int32_t i0, i1, j0; local
46 EXTRACT_WORDS(i0, i1, x);
52 i0 = i1 = 0;
53 } else if (((i0 & 0x7fffffff) | i1) != 0) {
55 i1 = 0;
60 if (((i0 & i) | i1) == 0)
66 i1 = 0;
76 if ((i1 & i) == 0)
83 j = i1 + (1 << (52 - j0));
84 if (j < (u_int32_t) i1)
[all …]
/third_party/boost/libs/interprocess/test/
Dmap_test.hpp81 IntType i1(i/2); in map_test() local
83 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
96 IntType i1(i/2); in map_test() local
98 new(&aux_vect3[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
122 IntType i1(i); in map_test() local
124 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
132 IntType i1(i); in map_test() local
134 new(&aux_vect3[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
177 IntType i1(i); in map_test() local
179 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_policy.c189 struct cil_list_item *i1; in cil_simple_rules_to_policy() local
191 cil_list_for_each(i1, rules) { in cil_simple_rules_to_policy()
192 fprintf(out, "%s %s;\n", kind, DATUM(i1->data)->fqn); in cil_simple_rules_to_policy()
200 struct cil_list_item *i1; in cil_cats_to_policy() local
202 cil_list_for_each(i1, cats->datum_expr) { in cil_cats_to_policy()
203 cat = i1->data; in cil_cats_to_policy()
285 struct cil_list_item *i1 = expr->head; in cil_cond_expr_to_policy() local
287 if (i1->flavor == CIL_OP) { in cil_cond_expr_to_policy()
288 enum cil_flavor op = (enum cil_flavor)(uintptr_t)i1->data; in cil_cond_expr_to_policy()
293 cil_cond_expr_to_policy(out, i1->next->data, CIL_FALSE); in cil_cond_expr_to_policy()
[all …]
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithTupleType.ts5 var i1: I<string, number>; variable
9 i1.tuple1 = ["foo", 5];
10 var e1 = i1.tuple1[0]; // string
11 var e2 = i1.tuple1[1]; // number
12 i1.tuple1 = ["foo", 5, false, true];
13 var e3 = i1.tuple1[2]; // {}
14 i1.tuple1[3] = { a: "string" };
15 var e4 = i1.tuple1[3]; // {}
22 i1.tuple1 = [5, "foo"];
23 i1.tuple1 = [{}, {}];
/third_party/boost/libs/histogram/test/
Dutility_iterator.hpp76 Iterator i1(i); in input_iterator_test() local
78 BOOST_TEST(i == i1); in input_iterator_test()
79 BOOST_TEST(!(i != i1)); in input_iterator_test()
91 BOOST_TEST(*i1 == v1); in input_iterator_test()
97 ignore_unused(i1); in input_iterator_test()
99 i1 = i; in input_iterator_test()
101 BOOST_TEST(i == i1); in input_iterator_test()
102 BOOST_TEST(!(i != i1)); in input_iterator_test()
104 BOOST_TEST(*i1 == v2); in input_iterator_test()
106 ignore_unused(i1); in input_iterator_test()
[all …]
/third_party/ffmpeg/libavcodec/
Djpeg2000dwt.c51 static inline void extend53(int *p, int i0, int i1) in extend53() argument
54 p[i1] = p[i1 - 2]; in extend53()
56 p[i1 + 1] = p[i1 - 3]; in extend53()
59 static inline void extend97_float(float *p, int i0, int i1) in extend97_float() argument
65 p[i1 + i - 1] = p[i1 - i - 1]; in extend97_float()
69 static inline void extend97_int(int32_t *p, int i0, int i1) in extend97_int() argument
75 p[i1 + i - 1] = p[i1 - i - 1]; in extend97_int()
79 static void sd_1d53(int *p, int i0, int i1) in sd_1d53() argument
83 if (i1 <= i0 + 1) { in sd_1d53()
89 extend53(p, i0, i1); in sd_1d53()
[all …]
/third_party/boost/boost/pending/
Diterator_tests.hpp95 Iterator i1(i); in input_iterator_test() local
97 BOOST_TEST(i == i1); in input_iterator_test()
98 BOOST_TEST(!(i != i1)); in input_iterator_test()
110 BOOST_TEST(*i1 == v1); in input_iterator_test()
116 boost::ignore_unused(i1); in input_iterator_test()
118 i1 = i; in input_iterator_test()
120 BOOST_TEST(i == i1); in input_iterator_test()
121 BOOST_TEST(!(i != i1)); in input_iterator_test()
123 BOOST_TEST(*i1 == v2); in input_iterator_test()
125 boost::ignore_unused(i1); in input_iterator_test()
[all …]

12345678910>>...61