/third_party/typescript/tests/baselines/reference/ |
D | genericCallWithTupleType.types | 7 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 …]
|
D | genericCallWithTupleType.js | 6 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 …]
|
D | genericCallWithTupleType.symbols | 13 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 …]
|
D | interfaceImplementation8.errors.txt | 1 …/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 'C2' 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 'C3' 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 …]
|
D | interfaceImplementation8.symbols | 5 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 …]
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.types | 28 var i1 = 0; 29 >i1 : number 32 array1[++i1] **= array1[++i1] **= 2; 33 >array1[++i1] **= array1[++i1] **= 2 : number 34 >array1[++i1] : number 36 >++i1 : number 37 >i1 : number 38 >array1[++i1] **= 2 : number 39 >array1[++i1] : number 41 >++i1 : number [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_icmp_i1vec.ll | 3 %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 …]
|
D | test_vector_ops_ll.ll | 25 %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 …]
|
D | test_cast_to_u1.ll | 4 %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 …]
|
D | test_select.ll | 3 %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/ |
D | hlsl.rw.atomics.frag | 38 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/ |
D | aes-armv4.pl | 66 $i1="r7"; 315 ldmia $key!,{$t1-$i1} 320 eor $s3,$s3,$i1 324 and $i1,lr,$s0 329 ldr $t1,[$tbl,$i1,lsl#2] @ Te3[s0>>0] 330 and $i1,lr,$s1,lsr#16 @ i0 338 ldr $i1,[$tbl,$i1,lsl#2] @ Te1[s1>>16] 341 eor $s0,$s0,$i1,ror#8 343 and $i1,lr,$s2,lsr#8 @ i0 348 ldr $i1,[$tbl,$i1,lsl#2] @ Te2[s2>>8] [all …]
|
D | aes-mips.pl | 124 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2); 152 ext $i1,$s2,16,8 157 lwxs $t1,$i1($Tbl) # Te1[s2>>16] 158 ext $i1,$s3,8,8 166 lwxs $t5,$i1($Tbl) # Te2[s3>>8] 167 ext $i1,$s0,0,8 175 lwxs $t9,$i1($Tbl) # Te3[s0] 176 ext $i1,$s1,24,8 195 lwxs $t5,$i1($Tbl) # Te0[s1>>24] 234 move $i1,$Tbl [all …]
|
D | aes-s390x.pl | 114 $i1="%r5"; 314 srlg $i1,$s1,`16-3` # i0 318 nr $i1,$mask 328 x $s0,3($i1,$tbl) # Te1[s1>>16] 333 srlg $i1,$s2,`8-3` # i0 335 nr $i1,$mask 349 x $s0,2($i1,$tbl) # Te2[s2>>8] 383 srlg $i1,$s1,`16-3` # i0 388 nr $i1,$mask 400 llgc $i1,2($i1,$tbl) # Te4[s1>>16] [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aes-armv4.pl | 66 $i1="r7"; 315 ldmia $key!,{$t1-$i1} 320 eor $s3,$s3,$i1 324 and $i1,lr,$s0 329 ldr $t1,[$tbl,$i1,lsl#2] @ Te3[s0>>0] 330 and $i1,lr,$s1,lsr#16 @ i0 338 ldr $i1,[$tbl,$i1,lsl#2] @ Te1[s1>>16] 341 eor $s0,$s0,$i1,ror#8 343 and $i1,lr,$s2,lsr#8 @ i0 348 ldr $i1,[$tbl,$i1,lsl#2] @ Te2[s2>>8] [all …]
|
D | aes-mips.pl | 124 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2); 152 ext $i1,$s2,16,8 157 lwxs $t1,$i1($Tbl) # Te1[s2>>16] 158 ext $i1,$s3,8,8 166 lwxs $t5,$i1($Tbl) # Te2[s3>>8] 167 ext $i1,$s0,0,8 175 lwxs $t9,$i1($Tbl) # Te3[s0] 176 ext $i1,$s1,24,8 195 lwxs $t5,$i1($Tbl) # Te0[s1>>24] 234 move $i1,$Tbl [all …]
|
D | aes-s390x.pl | 114 $i1="%r5"; 314 srlg $i1,$s1,`16-3` # i0 318 nr $i1,$mask 328 x $s0,3($i1,$tbl) # Te1[s1>>16] 333 srlg $i1,$s2,`8-3` # i0 335 nr $i1,$mask 349 x $s0,2($i1,$tbl) # Te2[s2>>8] 383 srlg $i1,$s1,`16-3` # i0 388 nr $i1,$mask 400 llgc $i1,2($i1,$tbl) # Te4[s1>>16] [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | cse.c | 165 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/ |
D | sub-cc-realtime | 15 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/selinux/libsepol/cil/src/ |
D | cil_policy.c | 189 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/jerryscript/jerry-libm/ |
D | floor.c | 45 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 …]
|
D | ceil.c | 45 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/ffmpeg/libavcodec/ |
D | jpeg2000dwt.c | 51 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/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericCallWithTupleType.ts | 5 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/glslang/Test/baseResults/ |
D | spv.accessChain.frag.out | 17 Name 18 "GetColor2(struct-S-vf31;i1;" 20 Name 22 "GetColor3(struct-S-vf31;i1;" 23 Name 26 "GetColor4(struct-S-vf31;i1;" 26 Name 30 "GetColor5(struct-S-vf31;i1;" 29 Name 34 "GetColor6(struct-S-vf31;i1;" 32 Name 38 "GetColor7(struct-S-vf31;i1;" 35 Name 42 "GetColor8(struct-S-vf31;i1;" 38 Name 46 "GetColor9(struct-S-vf31;i1;" 41 Name 50 "GetColor10(struct-S-vf31;i1;" 44 Name 54 "GetColor11(struct-S-vf31;i1;" [all …]
|