Home
last modified time | relevance | path

Searched refs:f11 (Results 1 - 25 of 112) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DnullishCoalescingOperator11.js2 declare const f11: 1 | 0 | '' | null | undefined;
4 let g11 = f11 ?? f11.toFixed()
11 var g11 = f11 !== null && f11 !== void 0 ? f11 : f11.toFixed();
H A DgenericRestParameters1.js53 declare function f11<T extends (string | number | boolean)[]>(...args: T): T;
55 const z10 = f11(42, "hello", true); // [42, "hello", true]
56 const z11 = f11(42, "hello"); // [42, "hello"]
57 const z12 = f11(42); // [42]
58 const z13 = f11(); // []
59 const z14 = f11(...t3); // [number, string, boolean]
60 const z15 = f11(42, ...t2); // [42, string, boolean]
61 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
62 const z17 = f11(42, "hello", true, ...t0); // [42, "hello", true]
63 const z18 = f11(
[all...]
H A DstrictOptionalProperties1.js135 declare function f11<T>(x: { p?: T }): T;
137 f11(ox1); // string
138 f11(ox2); // string | undefined
139 f11(ox3); // string
140 f11(ox4); // string | undefined
340 f11(ox1); // string
341 f11(ox2); // string | undefined
342 f11(ox3); // string
343 f11(ox4); // string | undefined
437 declare function f11<
[all...]
H A DdisallowLineTerminatorBeforeArrow.js23 var f11 = (a: number): number /*
30 var f11 = (a: number
112 var f11 = function (a) { return a; }; function
115 var f11 = function (a) { return a; };
H A DgenericDefaults.js203 declare function f11<T, U = T | B>(a?: T, b?: U): [T, U];
205 f11();
206 f11(a);
207 f11(a, a);
208 f11(a, b);
209 f11(a, c);
211 f11<A>();
212 f11<A>(a);
213 f11<A>(a, a);
214 f11<
[all...]
H A DfunctionWithMultipleReturnStatements2.js77 function f11() { function
167 function f11() {
H A DstringLiteralTypeIsSubtypeOfString.js78 function f11(x: 'a');
79 function f11(x: I);
80 function f11(x: any) { } function
147 function f11(x) { }
H A DreachabilityChecks6.js116 function f11(x) { function
234 function f11(x) {
H A DreachabilityChecks5.js116 function f11(x): number {
234 function f11(x) { function
H A DtransformsElideNullUndefinedType.js21 var f11 = (p5: undefined) => { }
75 var f11 = (p5) => { };
H A DasyncAwaitIsolatedModules_es2017.js19 let f11 = async () => mp;
53 let f11 = async () => mp;
H A DasyncAwait_es2017.js19 let f11 = async () => mp;
60 let f11 = async () => mp;
H A DcovariantCallbacks.js29 function f11(a: AList1, b: BList1) { function
86 function f11(a, b) {
H A DnoImplicitAnyParametersInBareFunctions.js35 var f11 = (x, y, z) => "";
77 var f11 = function (x, y, z) { return ""; }; function
H A DfunctionsMissingReturnStatementsAndExpressions.js49 function f11(): string {
169 function f11() { function
H A DasyncAwaitIsolatedModules_es6.js19 let f11 = async () => mp;
74 let f11 = () => __awaiter(void 0, void 0, void 0, function* () { return mp; });
H A DasyncAwait_es6.js19 let f11 = async () => mp;
81 let f11 = () => __awaiter(this, void 0, void 0, function* () { return mp; });
H A DbooleanLiteralTypes1.js53 function f11(x: true | false) { function
136 function f11(x) {
H A DbooleanLiteralTypes2.js53 function f11(x: true | false) { function
136 function f11(x) {
H A DobjectLiteralErrors.js33 var f11 = { 1.0: 0, get '1'() { return 0; } };
86 var f11 = { 1.0: 0, get '1'() { return 0; } };
H A DfunctionImplementationErrors.js62 function f11() { function
169 function f11() {
H A DtypeGuardOfFormTypeOfFunction.js47 function f11(x: { s: string } | (() => string)) { function
128 function f11(x) {
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcMisc.cpp112 GLuint f11; in floatToUnisgnedF11() local
122 /* f32 NaN -> f11 NaN */ in floatToUnisgnedF11()
125 f11 = (GLuint)(FLOAT11_MAX_BIASED_EXP) | (GLuint)(0x0000003F); in floatToUnisgnedF11()
130 f11 = 0x00000000; in floatToUnisgnedF11()
133 return f11; in floatToUnisgnedF11()
150 f11 = (GLuint)(FLOAT11_MAX_BIASED_EXP) | (GLuint)(mantissa >> 17); in floatToUnisgnedF11()
166 f11 = mantissa; in floatToUnisgnedF11()
170 f11 = ((exp - FLOAT11_MIN_BIASED_EXP_AS_SINGLE_FP_EXP) >> 17) | (mantissa >> 17); in floatToUnisgnedF11()
173 return f11; in floatToUnisgnedF11()
308 float unsignedF11ToFloat(GLuint f11) in unsignedF11ToFloat() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dsimple_idct_mmi.c158 MMI_LQC1($f11, $f10, %[block], 0x50) in ff_simple_idct_8_mmi()
171 IDCT_ROW_COND_DC($f10,$f11) in ff_simple_idct_8_mmi()
343 "por $f26, $f26, $f11 \n\t" in ff_simple_idct_8_mmi()
352 /* col6: $f9: col[26,18,10,2]; $f11: col[58,50,42,34] */ in ff_simple_idct_8_mmi()
353 IDCT_COL_CASE1($f9, $f9, $f11) 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()
367 "punpcklwd $f11, $f27, $f29 \n\t" in ff_simple_idct_8_mmi()
374 /* col6: $f9: col[26,18,10,2]; $f11: col[58,50,42,34] */ in ff_simple_idct_8_mmi()
375 IDCT_COL_CASE2($f9, $f11, in ff_simple_idct_8_mmi()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-param-init4.js95 function f11([a] = eval("a")) function
99 f11([2])
100 check_reference_error("f11()");

Completed in 27 milliseconds

12345