Home
last modified time | relevance | path

Searched refs:c7 (Results 1 – 25 of 255) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
DcommentsClass.js41 class c7 { class
48 var i7 = new c7();
49 var i7_c = c7;
119 var c7 = /** @class */ (function () { function
121 function c7() { function
123 return c7;
125 var i7 = new c7();
126 var i7_c = c7;
180 declare class c7 {
184 declare var i7: c7;
[all …]
DcommentsClass.types87 class c7 {
88 >c7 : c7
98 var i7 = new c7();
99 >i7 : c7
100 >new c7() : c7
101 >c7 : typeof c7
103 var i7_c = c7;
104 >i7_c : typeof c7
105 >c7 : typeof c7
DcommentsClass.symbols82 class c7 {
83 >c7 : Symbol(c7, Decl(commentsClass.ts, 36, 14))
87 >s1 : Symbol(c7.s1, Decl(commentsClass.ts, 39, 10))
93 var i7 = new c7();
95 >c7 : Symbol(c7, Decl(commentsClass.ts, 36, 14))
97 var i7_c = c7;
99 >c7 : Symbol(c7, Decl(commentsClass.ts, 36, 14))
DliteralTypes2.js31 const c7 = true;
55 const c7: [1 | 2, "foo" | "bar"] = [1, "bar"];
56 const c8 = cond ? c6 : cond ? c7 : "hello";
63 let x7 = c7;
82 readonly c7 = true; field in C1
217 var c7 = true;
243 var c7 = [1, "bar"];
244 var c8 = cond ? c6 : cond ? c7 : "hello";
251 var x7 = c7;
270 this.c7 = true;
DcommentsArgumentsOfCallExpression1.types33 foo(/*c7*/
34 >foo(/*c7*/ () => { }) : void
41 >foo( /*c7*/ /*c8*/() => { }) : void
44 /*c7*/
DconstDeclarations-ambient.symbols20 const c7: number;
21 >c7 : Symbol(c7, Decl(constDeclarations-ambient.ts, 7, 9))
DconstDeclarations-ambient-errors.symbols20 const c7: number = 7;
21 >c7 : Symbol(c7, Decl(constDeclarations-ambient-errors.ts, 7, 9))
DambientConstLiterals.js14 const c7 = true; constant
41 var c7 = true; variable
66 declare const c7 = true;
DconstDeclarations-invalidContexts.symbols40 const c7 = 0;
41 >c7 : Symbol(c7, Decl(constDeclarations-invalidContexts.ts, 21, 9))
/third_party/mesa3d/src/intel/tools/tests/gen8/
Dmad.expected2 5b 01 80 00 00 00 1e 15 c8 31 01 39 16 20 c7 02
10 5b 01 60 06 00 00 1e 09 c8 31 20 80 08 20 c7 03
20 5b 11 60 00 40 d8 1e 4f c8 71 02 39 2a 20 c7 13
25 5b 01 60 00 40 05 1e 46 c8 d1 20 40 04 20 c7 0b
28 5b 01 80 00 00 01 1e 38 01 68 20 40 0d 20 c7 0c
33 5b 01 60 00 00 d9 1e 2b c8 a1 02 39 44 20 c7 01
34 5b 11 60 00 00 d9 1e 03 c8 21 00 39 de 20 c7 09
39 5b 01 60 00 40 dc 1e 06 c8 71 03 39 04 20 c7 0b
/third_party/mesa3d/src/intel/tools/tests/gen9/
Dmad.expected7 5b 01 80 00 40 00 1e 1d 01 10 02 39 32 20 c7 03
11 5b 01 60 00 00 04 1e 20 c8 f1 21 c0 04 20 c7 03
20 5b 11 60 00 40 d8 1e 4f c8 71 02 39 2a 20 c7 13
25 5b 01 60 00 40 05 1e 46 c8 d1 20 40 04 20 c7 0b
28 5b 01 80 00 00 01 1e 38 01 68 20 40 0d 20 c7 0c
33 5b 01 60 00 00 d9 1e 2b c8 a1 02 39 44 20 c7 01
34 5b 11 60 00 00 d9 1e 03 c8 21 00 39 de 20 c7 09
39 5b 01 60 00 40 dc 1e 06 c8 71 03 39 04 20 c7 0b
/third_party/typescript/tests/cases/compiler/
DcommentsClass.ts44 class c7 { class
51 var i7 = new c7();
52 var i7_c = c7;
/third_party/mesa3d/src/intel/tools/tests/gen7/
Dmad.expected6 5b 01 60 06 00 00 1e 09 c8 31 20 80 08 20 c7 03
15 5b 11 60 00 20 02 1e 25 c8 31 02 39 ae 20 c7 15
16 5b 11 60 00 a0 02 1e 06 c8 d1 25 40 05 20 c7 15
22 5b 11 60 00 80 00 1e 7b c8 21 20 00 80 20 c7 02
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
Dmad.expected6 5b 01 60 06 00 00 1e 09 c8 31 20 80 08 20 c7 03
8 5b 01 60 00 00 02 1e 20 c8 f1 21 c0 04 20 c7 03
22 5b 01 60 00 80 00 1e 1e 01 c2 22 00 58 20 c7 06
23 5b 01 80 00 80 00 1e 38 01 62 20 00 0c 20 c7 0c
/third_party/ffmpeg/libavfilter/
Dvf_colormatrix.c78 int c7; member
223 const int c7 = td->c7; in process_slice_uyvy422() local
233 dstp[x + 2] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_uyvy422()
267 const int c7 = td->c7; in process_slice_yuv444p() local
277 dstpV[x] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_yuv444p()
314 const int c7 = td->c7; in process_slice_yuv422p() local
325 dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_yuv422p()
364 const int c7 = td->c7; in process_slice_yuv420p() local
377 dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16); in process_slice_yuv420p()
473 td.c7 = color->yuv_convert[color->mode][2][2]; in filter_frame()
Dvf_convolution.c170 …const uint16_t *c6 = (const uint16_t *)c[6], *c7 = (const uint16_t *)c[7], *c8 = (const uint16_t *… in filter16_kirsch() local
176 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
179 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
182 c6[x] * -3 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
185 c6[x] * 5 + c7[x] * -3 + c8[x] * -3; in filter16_kirsch()
188 c6[x] * 5 + c7[x] * 5 + c8[x] * -3; in filter16_kirsch()
191 c6[x] * 5 + c7[x] * 5 + c8[x] * 5; in filter16_kirsch()
194 c6[x] * -3 + c7[x] * 5 + c8[x] * 5; in filter16_kirsch()
197 c6[x] * -3 + c7[x] * -3 + c8[x] * 5; in filter16_kirsch()
218 const uint8_t *c6 = c[6], *c7 = c[7], *c8 = c[8]; in filter_prewitt() local
[all …]
/third_party/typescript/tests/cases/conformance/types/literal/
DliteralTypes2.ts30 const c7 = true; constant
54 const c7: [1 | 2, "foo" | "bar"] = [1, "bar"]; constant
55 const c8 = cond ? c6 : cond ? c7 : "hello"; constant
62 let x7 = c7;
81 readonly c7 = true; property in C1
/third_party/selinux/libsepol/cil/test/integration_testing/
Dordered_lists_easy.cil30 (category c7)
36 (categoryorder (c5 c6 c7))
37 (categoryorder (c7 c8 c9))
Dordered_lists_bad1.cil33 (category c7)
39 (categoryorder (c5 c6 c7))
41 (categoryorder (c7 c8 c9))
Dordered_lists_hard.cil34 (category c7)
40 (categoryorder (c5 c6 c7))
42 (categoryorder (c7 c8 c9))
Dordered_lists_bad2.cil34 (category c7)
40 (categoryorder (c5 c6 c7))
42 (categoryorder (c7 c8 c9))
Dordered_lists_bad3.cil34 (category c7)
40 (categoryorder (c5 c6 c7))
42 (categoryorder (c7 c8 c9))
/third_party/libffi/testsuite/libffi.complex/
Dmany_complex.inc13 _Complex T_C_TYPE c7,
40 T_CONV creal (c7), T_CONV cimag (c7),
48 return (c1+c2-c3-c4+c5+c6+c7-c8-c9-c10-c11+c12+c13);
/third_party/mesa3d/src/intel/tools/tests/gen4/
Dmul.expected20 41 01 60 80 bd 77 c7 20 c4 00 6a 00 e0 00 60 00
29 41 05 60 80 be 77 c7 20 00 04 60 00 c4 03 6a 00
33 41 05 60 00 be 77 c7 20 84 01 6a 00 a0 01 60 00
/third_party/mesa3d/src/intel/tools/tests/gen4.5/
Dmul.expected20 41 01 60 80 bd 77 c7 20 c4 00 6a 00 e0 00 60 00
29 41 05 60 80 be 77 c7 20 00 04 60 00 c4 03 6a 00
34 41 05 60 00 be 77 c7 20 84 01 6a 00 a0 01 60 00

1234567891011