Home
last modified time | relevance | path

Searched refs:f15 (Results 1 - 25 of 61) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitDestructuringObjectLiteralPattern2.js4 function f15() { function
10 var { a4, b4, c4 } = f15();
13 export var { a4, b4, c4 } = f15();
18 function f15() {
24 var _c = f15(), a4 = _c.a4, b4 = _c.b4, c4 = _c.c4;
28 _a = f15(), m.a4 = _a.a4, m.b4 = _a.b4, m.c4 = _a.c4;
34 declare function f15(): {
H A DdeclarationEmitDestructuringObjectLiteralPattern.js12 function f15() { function
18 var { a4, b4, c4 } = f15();
21 export var { a4, b4, c4 } = f15();
33 function f15() {
39 var _f = f15(), a4 = _f.a4, b4 = _f.b4, c4 = _f.c4;
43 _a = f15(), m.a4 = _a.a4, m.b4 = _a.b4, m.c4 = _a.c4;
55 declare function f15(): {
H A DdiscriminatedUnionTypes2.js39 function f15(x: Result<number>) { function
48 f15({ value: 10 });
49 f15({ error: new Error("boom") });
180 function f15(x) {
188 f15({ value: 10 });
189 f15({ error: new Error("boom") });
H A DtypeAliases.js71 declare function f15(a: string): boolean;
72 declare function f15(a: Meters): string;
73 f15(E.x).toLowerCase();
122 f15(E.x).toLowerCase();
H A DstringLiteralTypeIsSubtypeOfString.js95 function f15<T, U extends T>(x: 'a');
96 function f15<T, U extends T>(x: U);
97 function f15<T, U extends T>(x: any) { }
155 function f15(x) { } function
H A DgenericDefaults.js278 declare function f15<T = U, U = T>(a?: T, b?: U): [T, U];
280 f15();
281 f15(a);
282 f15(a, b);
284 f15<A>();
285 f15<A>(a);
286 f15<A>(a, a);
288 f15<A, B>();
289 f15<A, B>(a);
290 f15<
[all...]
H A DdeclarationsAndAssignments.js113 function f15() { function
121 var { a, b, c } = f15();
130 f17(f15());
289 function f15() {
296 var _a = f15(), a = _a.a, b = _a.b, c = _a.c;
304 f17(f15());
H A DfunctionsMissingReturnStatementsAndExpressions.js71 function f15(): number {
187 function f15() { function
H A DgenericRestParameters1.js80 declare function f15(a: string, b: number): string | number;
85 let x22 = call(f15, "hello", 42); // string | number
90 let x31 = callr(sn, f15); // string | number
239 var x22 = call(f15, "hello", 42); // string | number
243 var x31 = callr(sn, f15); // string | number
316 declare function f15(a: string, b: number): string | number;
H A DdisallowLineTerminatorBeforeArrow.js45 var f15 = (a: number): number /* */ => a
123 var f15 = function (a) { return a; }; function
H A DobjectLiteralErrors.js38 var f15 = { "100": 0, get 1e2() { return 0; } };
91 var f15 = { "100": 0, get 1e2() { return 0; } };
H A DcontrolFlowArrays.js147 function f15() { function
322 function f15() {
H A DnumericLiteralTypes1.js111 function f15(x: 0 | false, y: 1 | "one") { function
225 function f15(x, y) {
H A DnumericLiteralTypes2.js111 function f15(x: 0 | false, y: 1 | "one") { function
225 function f15(x, y) {
H A DcontrolFlowAliasing.js49 function f15(obj: { readonly x: string | number }) { function
329 function f15(obj) {
549 declare function f15(obj: {
/third_party/ffmpeg/libavcodec/mips/
H A Dsimple_idct_mmi.c160 MMI_LQC1($f15, $f14, %[block], 0x70) in ff_simple_idct_8_mmi()
173 IDCT_ROW_COND_DC($f14,$f15) in ff_simple_idct_8_mmi()
344 "por $f26, $f26, $f15 \n\t" in ff_simple_idct_8_mmi()
354 /* col7: $f13: col[27,19,11,3]; $f15: col[59,51,43,35] */ in ff_simple_idct_8_mmi()
355 IDCT_COL_CASE1($f13, $f13, $f15) in ff_simple_idct_8_mmi()
363 "punpcklhw $f28, $f11, $f15 \n\t" in ff_simple_idct_8_mmi()
364 "punpckhhw $f29, $f11, $f15 \n\t" in ff_simple_idct_8_mmi()
368 "punpckhwd $f15, $f27, $f29 \n\t" in ff_simple_idct_8_mmi()
376 /* col7: $f13: col[27,19,11,3]; $f15: col[59,51,43,35] */ in ff_simple_idct_8_mmi()
377 IDCT_COL_CASE2($f13, $f15, in ff_simple_idct_8_mmi()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-param-init4.js124 function f15(a = (() => b)(), b)
128 f15(1, 2)
129 check_reference_error("f15(undefined, 2)");
/third_party/musl/src/setjmp/s390x/
H A Dsetjmp.s22 std %f15, 17*8(%r2)
H A Dlongjmp.s18 ld %f15, 17*8(%r2)
/third_party/skia/modules/skottie/tests/
H A DText.cpp100 { "fName" : "f15", "fFamily": "f15", "fStyle" : "" } in DEF_TEST()
135 { "f15", SkFontStyle::kNormal_Weight , SkFontStyle::kUpright_Slant }, in DEF_TEST()
/third_party/libunwind/libunwind/src/s390x/
H A Dsetcontext.S62 ld %f15,0x178(%r2)
H A Dgetcontext.S61 std %f15,0x178(%r2)
/third_party/node/deps/v8/src/codegen/loong64/
H A Dreglist-loong64.h44 f8, f9, f10, f11, f12, f13, f14, f15,
H A Dregister-loong64.h29 V(f8) V(f9) V(f10) V(f11) V(f12) V(f13) V(f14) V(f15) \
42 V(f8) V(f9) V(f10) V(f11) V(f12) V(f13) V(f14) V(f15) V(f16) \
/third_party/node/deps/v8/src/execution/loong64/
H A Dframe-constants-loong64.h50 f15, f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, f26, f27, f28};

Completed in 13 milliseconds

123