/third_party/typescript/tests/baselines/reference/ |
H A D | nullishCoalescingOperator11.js | 2 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 D | genericRestParameters1.js | 53 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 D | strictOptionalProperties1.js | 135 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 D | disallowLineTerminatorBeforeArrow.js | 23 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 D | genericDefaults.js | 203 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 D | functionWithMultipleReturnStatements2.js | 77 function f11() { function 167 function f11() {
|
H A D | stringLiteralTypeIsSubtypeOfString.js | 78 function f11(x: 'a'); 79 function f11(x: I); 80 function f11(x: any) { } function 147 function f11(x) { }
|
H A D | reachabilityChecks6.js | 116 function f11(x) { function 234 function f11(x) {
|
H A D | reachabilityChecks5.js | 116 function f11(x): number { 234 function f11(x) {
function
|
H A D | transformsElideNullUndefinedType.js | 21 var f11 = (p5: undefined) => { } 75 var f11 = (p5) => { };
|
H A D | asyncAwaitIsolatedModules_es2017.js | 19 let f11 = async () => mp; 53 let f11 = async () => mp;
|
H A D | asyncAwait_es2017.js | 19 let f11 = async () => mp; 60 let f11 = async () => mp;
|
H A D | covariantCallbacks.js | 29 function f11(a: AList1, b: BList1) { function 86 function f11(a, b) {
|
H A D | noImplicitAnyParametersInBareFunctions.js | 35 var f11 = (x, y, z) => ""; 77 var f11 = function (x, y, z) { return ""; };
function
|
H A D | functionsMissingReturnStatementsAndExpressions.js | 49 function f11(): string { 169 function f11() {
function
|
H A D | asyncAwaitIsolatedModules_es6.js | 19 let f11 = async () => mp; 74 let f11 = () => __awaiter(void 0, void 0, void 0, function* () { return mp; });
|
H A D | asyncAwait_es6.js | 19 let f11 = async () => mp; 81 let f11 = () => __awaiter(this, void 0, void 0, function* () { return mp; });
|
H A D | booleanLiteralTypes1.js | 53 function f11(x: true | false) { function 136 function f11(x) {
|
H A D | booleanLiteralTypes2.js | 53 function f11(x: true | false) { function 136 function f11(x) {
|
H A D | objectLiteralErrors.js | 33 var f11 = { 1.0: 0, get '1'() { return 0; } }; 86 var f11 = { 1.0: 0, get '1'() { return 0; } };
|
H A D | functionImplementationErrors.js | 62 function f11() { function 169 function f11() {
|
H A D | typeGuardOfFormTypeOfFunction.js | 47 function f11(x: { s: string } | (() => string)) { function 128 function f11(x) {
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcMisc.cpp | 112 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 D | simple_idct_mmi.c | 158 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 D | function-param-init4.js | 95 function f11([a] = eval("a")) function 99 f11([2]) 100 check_reference_error("f11()");
|