/third_party/typescript/tests/baselines/reference/ |
H A D | tsxStatelessFunctionComponentOverload2.js | 4 declare function OneThing(l: {yy: number, yy1: string}): JSX.Element; 8 yy1: "hello" 27 const c5 = <OneThing {...obj1} yy={42} {...{yy1: "hi"}}/> 28 const c6 = <OneThing {...obj1} {...{yy: 10000, yy1: "true"}} /> 32 const c10 = <OneThing {...obj2} yy1="boo" />; 41 yy1: "hello"
56 var c5 = <OneThing {...obj1} yy={42} {...{ yy1: "hi" }}/>;
57 var c6 = <OneThing {...obj1} {...{ yy: 10000, yy1: "true" }}/>;
61 var c10 = <OneThing {...obj2} yy1="boo"/>;
|
H A D | tsxStatelessFunctionComponentOverload3.js | 6 declare function ZeroThingOrTwoThing(l: {yy: number, yy1: string}, context: Context): JSX.Element; 12 const two2 = <ZeroThingOrTwoThing yy={100} yy1="hello"/>; 19 declare function ThreeThing(l: {yy: number, yy1: string}, context: Context, updater: any): JSX.Element; 22 const three1 = <ThreeThing yy={99} yy1="hello world" />; 30 var two2 = <ZeroThingOrTwoThing yy={100} yy1="hello"/>;
35 var three1 = <ThreeThing yy={99} yy1="hello world"/>;
|
H A D | tsxStatelessFunctionComponentOverload4.js | 4 declare function OneThing(l: {yy: number, yy1: string}): JSX.Element; 8 yy1: "hello" 15 const c2 = <OneThing {...obj} yy1 />; // type incompatible; 46 yy1: "hello"
52 var c2 = <OneThing {...obj} yy1/>; // type incompatible;
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_powl.c | 149 long double yy1, t1, t2, r, s, t, u, v, w; in powl() local 368 /* split up y into yy1+y2 and compute (yy1+y2)*(t1+t2) */ in powl() 369 yy1 = y; in powl() 370 o.value = yy1; in powl() 373 yy1 = o.value; in powl() 374 p_l = (y - yy1) * t1 + y * t2; in powl() 375 p_h = yy1 * t1; in powl()
|
/third_party/ffmpeg/libavcodec/ |
H A D | j2kenc.c | 1422 int cblkx, cblky, cblkno=0, xx0, x0, xx1, y0, yy0, yy1, bandpos; in encode_tile() local 1425 yy1 = FFMIN(ff_jpeg2000_ceildivpow2(band->coord[1][0] + 1, band->log2_cblk_height) << band->log2_cblk_height, in encode_tile() 1445 for (y = yy0; y < yy1; y++){ in encode_tile() 1452 for (y = yy0; y < yy1; y++){ in encode_tile() 1467 encode_cblk(s, &t1, prec->cblk + cblkno, tile, xx1 - xx0, yy1 - yy0, in encode_tile() 1472 yy0 = yy1; in encode_tile() 1473 yy1 = FFMIN(yy1 + (1 << band->log2_cblk_height), band->coord[1][1] - band->coord[1][0] + y0); in encode_tile()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 839 int d, m1, yy0, yy1, yy2, dow; in transtime() local 878 yy1 = yy0 / 100; in transtime() 881 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in transtime()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 837 int d, m1, yy0, yy1, yy2, dow; in transtime() local 876 yy1 = yy0 / 100; in transtime() 879 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in transtime()
|
/third_party/tzdata/ |
H A D | localtime.c | 1002 int d, m1, yy0, yy1, yy2, dow; in transtime() local 1040 yy1 = yy0 / 100; in transtime() 1043 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in transtime()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 156 const float yy1 = y1 * 2.0f - 1.0f; in buildVerticesAndIndices() local 165 vertices[ quad * compPerQuad + 1 ] = yy1; in buildVerticesAndIndices() 167 vertices[ quad * compPerQuad + 3 ] = yy1; in buildVerticesAndIndices() 630 float yy1 = y1 * 2.0 - 1.0; in initPrograms() 640 quads.data[at].c[0] = vec2(xx1, yy1); in initPrograms() 641 quads.data[at].c[1] = vec2(xx2, yy1); in initPrograms()
|