Home
last modified time | relevance | path

Searched refs:y3 (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp233 ADDR_CHANNEL_SETTING y3 = InitChannel(1, 1, bankYStart); in ComputeBankEquation() local
242 y3.value = (threshY > bankYStart) ? y3.value : 0; in ComputeBankEquation()
259 pEquation->addr[3] = y3; in ComputeBankEquation()
271 pEquation->addr[3] = y3; in ComputeBankEquation()
283 pEquation->addr[3] = y3; in ComputeBankEquation()
295 pEquation->addr[3] = y3; in ComputeBankEquation()
312 pEquation->addr[2] = y3; in ComputeBankEquation()
322 pEquation->addr[2] = y3; in ComputeBankEquation()
332 pEquation->addr[2] = y3; in ComputeBankEquation()
462 ADDR_CHANNEL_SETTING y3 = InitChannel(1, 1, 3); ComputePipeEquation() local
688 UINT_32 y3 = _BIT(ty,0); ComputePipeFromCoord() local
847 UINT_32 y3 = 0; ComputeTileCoordFromPipeAndElemIdx() local
2550 UINT_32 y3 = _BIT(y, 3); HwlComputeSurfaceCoord2DFromBankPipe() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DshorthandPropertyAssignmentsInDestructuring_ES6.js80 let y2: string, y3: { x: string };
81 ({ y2 = 5, y3 = { x: 1 } } = {})
85 let y2: string, y3: { x: string };
86 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {})
184 let y2, y3;
185 ({ y2 = 5, y3 = { x: 1 } } = {});
188 let y2, y3;
189 ({ y2: y2 = 5, y3: y3
[all...]
H A DaugmentedTypesFunction.js14 function y3() { } // error function
15 class y3 { } // error
51 function y3() { } // error
52 var y3 = /** @class */ (function () {
53 function y3() {
55 return y3;
H A DshorthandPropertyAssignmentsInDestructuring.js80 let y2: string, y3: { x: string };
81 ({ y2 = 5, y3 = { x: 1 } } = {})
85 let y2: string, y3: { x: string };
86 ({ y2:y2 = 5, y3:y3 = { x: 1 } } = {})
207 var y2, y3;
208 (_a = {}, _b = _a.y2, y2 = _b === void 0 ? 5 : _b, _c = _a.y3, y3 = _c === void 0 ? { x: 1 } : _c);
212 var y2, y3;
213 (_a = {}, _b = _a.y2, y2 = _b === void 0 ? 5 : _b, _c = _a.y3, y
[all...]
H A DexternalModuleAssignToVar.js25 var y3: new () => ext3 = ext3; variable
26 y3 = ext3; // ok
69 var y3 = ext3;
70 y3 = ext3; // ok
H A DnoImplicitAnyDestructuringVarDeclaration2.js11 let {x3 = <any>undefined, y3 = <any>null, z3 = <any>undefined} = { x3: 1, y3: 2, z3: 3 }; // no error property
24 var _y = { x3: 1, y3: 2, z3: 3 }, _z = _y.x3, x3 = _z === void 0 ? undefined : _z, _0 = _y.y3, y3 = _0 === void 0 ? null : _0, _1 = _y.z3, z3 = _1 === void 0 ? undefined : _1; // no error
H A DtsxStatelessFunctionComponentOverload4.js31 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element;
34 const e1 = <TestingOptional y1 y3="hello"/>
35 const e2 = <TestingOptional y1="hello" y2={1000} y3 />
62 var e1 = <TestingOptional y1 y3="hello"/>;
63 var e2 = <TestingOptional y1="hello" y2={1000} y3/>;
H A DdeclarationEmitDestructuringArrayPattern1.js9 var [x3, y3, z3] = a; // emit x3, y3, z3
18 var x3 = a[0], y3 = a[1], z3 = a[2]; // emit x3, y3, z3
27 declare var x3: string | number, y3: string | number, z3: string | number;
H A DcontextuallyTypingRestParameters.js7 var y3: string[] = y; // No error
20 var y3 = y; // No error
H A DdeclFileTypeofClass.js6 public y3: number;
40 y3: number;
H A DforIn.js16 var y3 = arr2[j];
37 var y3 = arr2[j];
H A DinitializersWidened.js14 var y3: undefined = undefined; variable
36 var y3 = undefined; variable
H A DdeclFileTypeAnnotationVisibilityErrorVariableDeclaration.js28 var y3 = new m2.public2();
66 var y3 = new m2.public2();
H A Dm7Bugs.js25 var y3: C1 = <C1> {};
61 var y3 = {};
H A DthisAndSuperInStaticMembers1(target=es2022).js13 static y3 = this?.x();
47 static y3 = this?.x();
/third_party/skia/experimental/docs/
H A DinterpolatorFunctions.js28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7];
31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3);
35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3);
37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsimple_idct_neon.S76 .macro idct_col4_top y1, y2, y3, y4, i, l
77 smull\i v7.4S, \y3\l, z2
78 smull\i v16.4S, \y3\l, z6
94 .macro idct_row4_neon y1, y2, y3, y4, pass
98 ld1 {\y3\().2D,\y4\().2D}, [x2], #32
99 orr v6.16B, \y3\().16B, \y4\().16B
104 idct_col4_top \y1, \y2, \y3, \y4, 1, .4H
112 smull2 v16.4S, \y3\().8H, z2
119 smull2 v7.4S, \y3\().8H, z6
129 \pass: add \y3\()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dv210.asm63 movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0
71 psrld m0, 22 ; 00 v5 00 y9 00 u4 00 y6 00 v2 00 y3 00 u1 00 y0
74 vpblendd m2, m1, m0, 0x55 ; yB yA 00 y9 y8 y7 00 y6 y5 y4 00 y3 y2 y1 00 y0
75 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
76 vpermd m2, m6, m2 ; 00 00 00 00 yB yA y9 y8 y7 y6 y5 y4 y3 y2 y1 y0
87 shufps m2, m1, m0, 0x8d ; 00 y9 00 y6 yB yA y8 y7 00 y3 00 y0 y5 y4 y2 y1
88 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
/third_party/ffmpeg/libavcodec/
H A Dxl.c49 int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0; in decode_frame() local
84 y0 = y3 + xl_table[val & 0x1F]; in decode_frame()
90 y3 = y2 + xl_table[val & 0x1F]; in decode_frame()
105 Y[j + 3] = y3 << 1; in decode_frame()
/third_party/skia/src/core/
H A DSkEdge.cpp352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local
363 y3 = SkScalarRoundToFDot6(pts[3].fY, shift); in setCubicWithoutUpdate()
373 y3 = int(pts[3].fY * scale); in setCubicWithoutUpdate()
378 if (sortY && y0 > y3) in setCubicWithoutUpdate()
383 swap(y0, y3); in setCubicWithoutUpdate()
389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate()
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate()
438 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); in setCubicWithoutUpdate()
446 fCLastY = SkFDot6ToFixed(y3); in setCubicWithoutUpdate()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftpsprop.c54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in FT_BASE_CALLBACK_DEF() local
92 y3 = darken_params[5]; in FT_BASE_CALLBACK_DEF()
97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in FT_BASE_CALLBACK_DEF()
99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in FT_BASE_CALLBACK_DEF()
107 driver->darken_params[5] = y3; in FT_BASE_CALLBACK_DEF()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPathBuilder.java32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() argument
33 nCubicTo(mNativeInstance, x1, y1, x2, y2, x3, y3); in cubicTo()
73 private static native void nCubicTo(long mNativeInstance, float x1, float y1, float x2, float y2, float x3, float y3); in nCubicTo() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafmodule.c196 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in af_property_set() local
234 y3 = darken_params[5]; in af_property_set()
239 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in af_property_set()
241 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in af_property_set()
249 module->darken_params[5] = y3; in af_property_set()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c927 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local
935 y3 = ADD_INT32( cf2_stack_getReal( opStack, idx + 5 ), y2 ); in cf2_interpT2CharString()
937 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
940 curY = y3; in cf2_interpT2CharString()
2721 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local
2729 y3 = ADD_INT32( cf2_stack_getReal( opStack, idx + 5 ), y2 ); in cf2_interpT2CharString()
2731 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
2734 curY = y3; in cf2_interpT2CharString()
2758 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local
2774 y3 in cf2_interpT2CharString()
2803 CF2_Fixed x1, y1, x2, y2, x3, y3; cf2_interpT2CharString() local
2852 CF2_Fixed x1, x2, x3, y1, y2, y3; cf2_interpT2CharString() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp286 const float y3 = 1.0f; in convertCartesianCoordinatesToBarycentric() local
289 ((y2 - y3) * (cartesian_coordinates[0] - x3) + (x3 - x2) * (cartesian_coordinates[1] - y3)) / in convertCartesianCoordinatesToBarycentric()
290 ((y2 - y3) * (x1 - x3) + (x3 - x2) * (y1 - y3)); in convertCartesianCoordinatesToBarycentric()
292 ((y3 - y1) * (cartesian_coordinates[0] - x3) + (x1 - x3) * (cartesian_coordinates[1] - y3)) / in convertCartesianCoordinatesToBarycentric()
293 ((y2 - y3) * (x1 - x3) + (x3 - x2) * (y1 - y3)); in convertCartesianCoordinatesToBarycentric()

Completed in 24 milliseconds

12345