Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/third_party/typescript/tests/baselines/reference/
DcyclicGenericTypeInstantiation.types3 >foo : <T>() => { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; …
6 >z : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
7 >foo<typeof y>() : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; …
8 >foo : <T>() => { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; …
9 >y : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
12 >y : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
14 y2: typeof z
15 >y2 : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; }…
16 >z : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
20 >y : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
[all …]
DcyclicGenericTypeInstantiationInference.types3 >foo : <T>() => { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; …
6 >z : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
7 >foo<typeof y>() : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; …
8 >foo : <T>() => { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; …
9 >y : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
12 >y : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
14 y2: typeof z
15 >y2 : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; }…
16 >z : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
20 >y : { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: { y2: any; }; }; }; }; }; }; }; };…
[all …]
DcontextuallyTypedFunctionExpressionsAndReturnAnnotations.types2 declare function foo(x: (y: string) => (y2: number) => void);
3 >foo : (x: (y: string) => (y2: number) => void) => any
4 >x : (y: string) => (y2: number) => void
6 >y2 : number
9 foo((y): (y2: number) => void => {
10 >foo((y): (y2: number) => void => { var z = y.charAt(0); // Should be string return null;}) :…
11 >foo : (x: (y: string) => (y2: number) => void) => any
12 >(y): (y2: number) => void => { var z = y.charAt(0); // Should be string return null;} : (y: …
14 >y2 : number
30 >foo((y: string) => { return y2 => { var z = y2.toFixed(); // Should be string ret…
[all …]
DtsxStatelessFunctionComponentOverload4.types121 declare function TestingOptional(a: {y1?: string, y2?: number}): JSX.Element;
122 …1?: string; y2?: number;}): JSX.Element; (a: { y1?: string; y2?: number; children: JSX.Element;…
123 >a : { y1?: string; y2?: number; }
125 >y2 : number
128 declare function TestingOptional(a: {y1?: string, y2?: number, children: JSX.Element}): JSX.Element;
129 …?: string; y2?: number; }): JSX.Element; (a: { y1?: string; y2?: number; children: JSX.El…
130 >a : { y1?: string; y2?: number; children: JSX.Element; }
132 >y2 : number
137 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element;
138 …1?: string; y2?: number; }): JSX.Element; (a: { y1?: string; y2?: number; children: JSX.Element; }…
[all …]
DcontextuallyTypedFunctionExpressionsAndReturnAnnotations.symbols2 declare function foo(x: (y: string) => (y2: number) => void);
6 >y2 : Symbol(y2, Decl(contextuallyTypedFunctionExpressionsAndReturnAnnotations.ts, 0, 40))
9 foo((y): (y2: number) => void => {
12 >y2 : Symbol(y2, Decl(contextuallyTypedFunctionExpressionsAndReturnAnnotations.ts, 3, 10))
27 return y2 => {
28 >y2 : Symbol(y2, Decl(contextuallyTypedFunctionExpressionsAndReturnAnnotations.ts, 9, 10))
30 var z = y2.toFixed(); // Should be string
32 >y2.toFixed : Symbol(Number.toFixed, Decl(lib.es5.d.ts, --, --))
33 >y2 : Symbol(y2, Decl(contextuallyTypedFunctionExpressionsAndReturnAnnotations.ts, 9, 10))
DshorthandPropertyAssignmentsInDestructuring_ES6.types266 >(function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})}) : () => void
267 >function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})} : () => void
269 let y2: string, y3: { x: string };
270 >y2 : string
274 ({ y2 = 5, y3 = { x: 1 } } = {})
275 >({ y2 = 5, y3 = { x: 1 } } = {}) : { y2?: string; y3?: { x: string; }; }
276 >{ y2 = 5, y3 = { x: 1 } } = {} : { y2?: string; y3?: { x: string; }; }
277 >{ y2 = 5, y3 = { x: 1 } } : { y2?: string; y3?: { x: string; }; }
278 >y2 : string
284 >{} : { y2?: string; y3?: { x: string; }; }
[all …]
DshorthandPropertyAssignmentsInDestructuring.types266 >(function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})}) : () => void
267 >function() { let y2: string, y3: { x: string }; ({ y2 = 5, y3 = { x: 1 } } = {})} : () => void
269 let y2: string, y3: { x: string };
270 >y2 : string
274 ({ y2 = 5, y3 = { x: 1 } } = {})
275 >({ y2 = 5, y3 = { x: 1 } } = {}) : { y2?: string; y3?: { x: string; }; }
276 >{ y2 = 5, y3 = { x: 1 } } = {} : { y2?: string; y3?: { x: string; }; }
277 >{ y2 = 5, y3 = { x: 1 } } : { y2?: string; y3?: { x: string; }; }
278 >y2 : string
284 >{} : { y2?: string; y3?: { x: string; }; }
[all …]
DtsxStatelessFunctionComponentOverload4.errors.txt46 Overload 1 of 3, '(a: { y1?: string; y2?: number; }): Element', gave the following error.
48 …Overload 2 of 3, '(a: { y1?: string; y2?: number; children: Element; }): Element', gave the follow…
50 …Overload 3 of 3, '(a: { y1: boolean; y2?: number; y3: boolean; }): Element', gave the following er…
53 Overload 1 of 3, '(a: { y1?: string; y2?: number; }): Element', gave the following error.
54 …Type '{ y1: string; y2: number; y3: true; }' is not assignable to type 'IntrinsicAttributes & { y1…
55 Property 'y3' does not exist on type 'IntrinsicAttributes & { y1?: string; y2?: number; }'.
56 …Overload 2 of 3, '(a: { y1?: string; y2?: number; children: Element; }): Element', gave the follow…
57 …Type '{ y1: string; y2: number; y3: true; }' is not assignable to type 'IntrinsicAttributes & { y1…
58 …Property 'y3' does not exist on type 'IntrinsicAttributes & { y1?: string; y2?: number; children: …
59 …Overload 3 of 3, '(a: { y1: boolean; y2?: number; y3: boolean; }): Element', gave the following er…
[all …]
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 = { x: 1 } } = {});
DarrayLiteral.js14 var y2: number[] = [1]; variable
15 var y2: number[] = [1, 2]; variable
16 var y2: number[] = new Array<number>();
27 var y2 = [1]; variable
28 var y2 = [1, 2]; variable
29 var y2 = new Array(); variable
/third_party/boost/libs/endian/test/
Dendian_arithmetic_test.cpp26 boost::endian::endian_arithmetic<Order, T, sizeof(T) * 8, Align> y2( y ); in test_arithmetic_() local
28 BOOST_TEST_EQ( x2 += x, y2 += y ); in test_arithmetic_()
33 boost::endian::endian_arithmetic<Order, T, sizeof(T) * 8, Align> y2( y ); in test_arithmetic_() local
35 BOOST_TEST_EQ( x2 -= x, y2 -= y ); in test_arithmetic_()
40 boost::endian::endian_arithmetic<Order, T, sizeof(T) * 8, Align> y2( y ); in test_arithmetic_() local
42 BOOST_TEST_EQ( x2 *= x, y2 *= y ); in test_arithmetic_()
47 boost::endian::endian_arithmetic<Order, T, sizeof(T) * 8, Align> y2( y ); in test_arithmetic_() local
49 BOOST_TEST_EQ( x2 /= x, y2 /= y ); in test_arithmetic_()
54 boost::endian::endian_arithmetic<Order, T, sizeof(T) * 8, Align> y2( y ); in test_arithmetic_() local
56 BOOST_TEST_EQ( ++x2, ++y2 ); in test_arithmetic_()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_drawline.c31 SDL_DrawLine1(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine1() argument
34 if (y1 == y2) { in SDL_DrawLine1()
51 } else if (ABS(x1 - x2) == ABS(y1 - y2)) { in SDL_DrawLine1()
54 BLINE(x1, y1, x2, y2, DRAW_FASTSETPIXELXY1, draw_end); in SDL_DrawLine1()
59 SDL_DrawLine2(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine2() argument
62 if (y1 == y2) { in SDL_DrawLine2()
66 } else if (ABS(x1 - x2) == ABS(y1 - y2)) { in SDL_DrawLine2()
73 AALINE(x1, y1, x2, y2, in SDL_DrawLine2()
77 AALINE(x1, y1, x2, y2, in SDL_DrawLine2()
81 AALINE(x1, y1, x2, y2, in SDL_DrawLine2()
[all …]
DSDL_blendline.c31 SDL_BlendLine_RGB2(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB2() argument
51 if (y1 == y2) { in SDL_BlendLine_RGB2()
81 } else if (ABS(x1 - x2) == ABS(y1 - y2)) { in SDL_BlendLine_RGB2()
99 AALINE(x1, y1, x2, y2, in SDL_BlendLine_RGB2()
104 AALINE(x1, y1, x2, y2, in SDL_BlendLine_RGB2()
109 AALINE(x1, y1, x2, y2, in SDL_BlendLine_RGB2()
114 AALINE(x1, y1, x2, y2, in SDL_BlendLine_RGB2()
123 SDL_BlendLine_RGB555(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB555() argument
142 if (y1 == y2) { in SDL_BlendLine_RGB555()
172 } else if (ABS(x1 - x2) == ABS(y1 - y2)) { in SDL_BlendLine_RGB555()
[all …]
/third_party/boost/libs/utility/test/
Doperators_test.cpp309 void sanity_check(X1 x1, Y1 y1, X2 x2, Y2 y2) in sanity_check() argument
311 BOOST_TEST( true_value(y1) == true_value(y2) ); in sanity_check()
316 void test_less_than_comparable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_less_than_comparable_aux() argument
318 BOOST_TEST( static_cast<bool>(x1 < y1) == static_cast<bool>(x2 < y2) ); in test_less_than_comparable_aux()
319 BOOST_TEST( static_cast<bool>(x1 <= y1) == static_cast<bool>(x2 <= y2) ); in test_less_than_comparable_aux()
320 BOOST_TEST( static_cast<bool>(x1 >= y1) == static_cast<bool>(x2 >= y2) ); in test_less_than_comparable_aux()
321 BOOST_TEST( static_cast<bool>(x1 > y1) == static_cast<bool>(x2 > y2) ); in test_less_than_comparable_aux()
325 void test_less_than_comparable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_less_than_comparable() argument
327 sanity_check( x1, y1, x2, y2 ); in test_less_than_comparable()
328 test_less_than_comparable_aux( x1, y1, x2, y2 ); in test_less_than_comparable()
[all …]
/third_party/alsa-utils/alsamixer/
Dmixer_clickable.c20 void clickable_set(int y1, int x1, int y2, int x2, command_enum command, int arg1) { in clickable_set() argument
61 .y2 = y2, in clickable_set()
67 void clickable_set_relative(WINDOW *win, int y1, int x1, int y2, int x2, command_enum command, int … in clickable_set_relative() argument
72 y2 = y + y2; in clickable_set_relative()
74 clickable_set(y1, x1, y2, x2, command, arg1); in clickable_set_relative()
77 void clickable_clear(int y1, int x1, int y2, int x2) { in clickable_clear() argument
78 #define IS_IN_RECT(Y, X) (Y >= y1 && Y <= y2 && X >= x1 && X <= x2) in clickable_clear()
81 if (x1 == 0 && x2 == -1 && y2 == -1) { in clickable_clear()
96 if (clickable_rects[i].y2 >= y1) in clickable_clear()
103 if (y2 < 0) in clickable_clear()
[all …]
/third_party/pixman/demos/
Dquad2quad.c12 double x2, double y2, in quad_to_quad() argument
116 t4 = (t3 - px2 * px3 * x2 * x3) * y2; in quad_to_quad()
125 t11 = (t10 + t9) * y2; in quad_to_quad()
153 t33 = t32 * y2; in quad_to_quad()
160 t38 = (t37 + px2 * px3 * x2 * x3) * y2; in quad_to_quad()
168 t44 = (t43 + t42) * y2; in quad_to_quad()
172 t47 = (px2 * px3 * x3 - px2 * px3 * x2) * y2; in quad_to_quad()
180 t53 = (t26 + t52 + t51) * y2; in quad_to_quad()
209 t76 = t75 + t74 + t73 * y2; in quad_to_quad()
215 t81 = t80 + t79 + (t78 + t77) * y2; in quad_to_quad()
[all …]
/third_party/boost/boost/geometry/srs/projections/proj/
Dnatearth.hpp114 T yc, tol, y2, y4, f, fder; in inv() local
127 y2 = yc * yc; in inv()
128 y4 = y2 * y2; in inv()
129 f = (yc * (B0 + y2 * (B1 + y4 * (B2 + B3 * y2 + B4 * y4)))) - xy_y; in inv()
130 fder = C0 + y2 * (C1 + y4 * (C2 + C3 * y2 + C4 * y4)); in inv()
141 y2 = yc * yc; in inv()
142 lp_lon = xy_x / (A0 + y2 * (A1 + y2 * (A2 + y2 * y2 * y2 * (A3 + y2 * A4)))); in inv()
/third_party/gstreamer/gstplugins_good/gst/goom/
Ddrawmethods.c39 draw_line (Pixel * data, int x1, int y1, int x2, int y2, int col, int screenx, in draw_line() argument
45 if ((y1 < 0) || (y2 < 0) || (x1 < 0) || (x2 < 0) || (y1 >= screeny) in draw_line()
46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
98 dy = y2 - y1; in draw_line()
106 y1 = y2; in draw_line()
107 y2 = tmp; in draw_line()
109 dy = y2 - y1; in draw_line()
114 if (y1 < y2) { in draw_line()
116 for (y = y1; y <= y2; y++) { in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
[all …]
Dmmx.c146 draw_line_mmx (Pixel * data, int x1, int y1, int x2, int y2, int col, in draw_line_mmx() argument
152 if ((y1 < 0) || (y2 < 0) || (x1 < 0) || (x2 < 0) || (y1 >= screeny) in draw_line_mmx()
153 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line_mmx()
157 dy = y2 - y1; in draw_line_mmx()
165 y1 = y2; in draw_line_mmx()
166 y2 = tmp; in draw_line_mmx()
168 dy = y2 - y1; in draw_line_mmx()
173 if (y1 < y2) { in draw_line_mmx()
175 for (y = y1; y <= y2; y++) { in draw_line_mmx()
180 p = &(data[(screenx * y2) + x1]); in draw_line_mmx()
[all …]
Dxmmx.c257 draw_line_xmmx (Pixel * data, int x1, int y1, int x2, int y2, int col, in draw_line_xmmx() argument
263 if ((y1 < 0) || (y2 < 0) || (x1 < 0) || (x2 < 0) || (y1 >= screeny) in draw_line_xmmx()
264 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line_xmmx()
268 dy = y2 - y1; in draw_line_xmmx()
276 y1 = y2; in draw_line_xmmx()
277 y2 = tmp; in draw_line_xmmx()
279 dy = y2 - y1; in draw_line_xmmx()
284 if (y1 < y2) { in draw_line_xmmx()
286 for (y = y1; y <= y2; y++) { in draw_line_xmmx()
291 p = &(data[(screenx * y2) + x1]); in draw_line_xmmx()
[all …]
/third_party/pixman/pixman/
Dpixman-region.c85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2)
86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2)
174 ((r1)->y2 <= (r2)->y1) || \
175 ((r1)->y1 >= (r2)->y2) ) )
181 ((r)->y2 > y) && \
189 ((r1)->y2 >= (r2)->y2) )
247 next_rect->y2 = ny2; \
310 if (reg1->extents.y2 != reg2->extents.y2) in PREFIX()
330 if (rects1[i].y2 != rects2[i].y2) in PREFIX()
353 rgn->extents.y2); in PREFIX()
[all …]
/third_party/python/Tools/demo/
Dhanoi.py48 x2, y2 = x1+pegwidth, y1+pegheight
50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
66 x1, y1 = (pegdist-maxpiecewidth)//2, y2-pieceheight-2
67 x2, y2 = x1+maxpiecewidth, y1+pieceheight
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
74 y1, y2 = y1 - pieceheight-2, y2-pieceheight-2
98 x1, y1, x2, y2 = c.bbox(p)
99 if y2 < ay1: break
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dfilter-metadata-cropdetect3 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
4 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
5 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
6 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
7 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
8 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
9 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
10 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
11 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
12 …ag:lavfi.cropdetect.x2=719|tag:lavfi.cropdetect.y1=61|tag:lavfi.cropdetect.y2=424|tag:lavfi.cropde…
[all …]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPathBuilder.java26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() argument
27 nQuadTo(mNativeInstance, x1, y1, x2, y2); in quadTo()
29 public void conicTo(float x1, float y1, float x2, float y2, float w) { in conicTo() argument
30 nConicTo(mNativeInstance, x1, y1, x2, y2, w); in conicTo()
32 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()
71 … private static native void nQuadTo(long mNativeInstance, float x1, float y1, float x2, float y2); in nQuadTo() argument
72 …static native void nConicTo(long mNativeInstance, float x1, float y1, float x2, float y2, float w); in nConicTo() argument
73 …ve void nCubicTo(long mNativeInstance, float x1, float y1, float x2, float y2, float x3, float y3); in nCubicTo() argument
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_compare.py76 y2 = Tensor(y2_np)
79 return x0, y0, x1, y1, x2, y2, x3, y3
82 def get_less_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
87 less_output_2 = net_less(x2, y2).asnumpy()
92 def get_greater_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
97 greater_output_2 = net_greater(x2, y2).asnumpy()
102 def get_less_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
107 less_equal_output_2 = net_less_equal(x2, y2).asnumpy()
112 def get_greater_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
117 greter_equal_output_2 = net_greater_equal(x2, y2).asnumpy()
[all …]

12345678910>>...39