Searched refs:yc (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754int.h77 unsigned ym; int ye; int ys; int yc
104 #define EXPLODEYSP EXPLODESP(y, yc, ys, ye, ym)
111 u64 ym; int ye; int ys; int yc
138 #define EXPLODEYDP EXPLODEDP(y, yc, ys, ye, ym)
163 #define FLUSHYDP FLUSHDP(y, yc, ys, ye, ym)
165 #define FLUSHYSP FLUSHSP(y, yc, ys, ye, ym)
H A Ddp_cmp.c42 if (sig || xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN)
H A Dsp_cmp.c42 if (sig || xc == IEEE754_CLASS_SNAN || yc == IEEE754_CLASS_SNAN)
H A Ddp_div.c43 switch (CLPAIR(xc, yc)) {
H A Dsp_add.c43 switch (CLPAIR(xc, yc)) {
H A Dsp_div.c43 switch (CLPAIR(xc, yc)) {
H A Ddp_add.c44 switch (CLPAIR(xc, yc)) {
H A Ddp_mul.c43 switch (CLPAIR(xc, yc)) {
H A Ddp_sub.c43 switch (CLPAIR(xc, yc)) {
H A Dsp_mul.c43 switch (CLPAIR(xc, yc)) {
H A Dsp_sub.c43 switch (CLPAIR(xc, yc)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Drgb2rgb_template.c355 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; local
357 uint64_t k = yc[0] + (uc[0] << 8) +
358 (yc[1] << 16) + (unsigned)(vc[0] << 24);
359 uint64_t l = yc[2] + (uc[1] << 8) +
360 (yc[3] << 16) + (unsigned)(vc[1] << 24);
362 yc += 4;
369 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
373 *idst++ = (yc[0] << 24) + (uc[0] << 16) +
374 (yc[1] << 8) + (vc[0] << 0);
376 *idst++ = yc[
419 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Drgb2rgb_template.c363 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; local
366 k = yc[0] + (uc[0] << 8) +
367 (yc[1] << 16) + (vc[0] << 24);
368 l = yc[2] + (uc[1] << 8) +
369 (yc[3] << 16) + (vc[1] << 24);
371 yc += 4;
378 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
381 *idst++ = (yc[0] << 24)+ (uc[0] << 16) +
382 (yc[1] << 8) + (vc[0] << 0);
384 *idst++ = yc[
428 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp353 void wxSVGFileDC::DoDrawArc(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2, wxCoord xc, wxCoord yc) argument
355 /* Draws an arc of a circle, centred on (xc, yc), with starting point
368 double r1 = sqrt ( double( (x1-xc)*(x1-xc) ) + double( (y1-yc)*(y1-yc) ) );
369 double r2 = sqrt ( double( (x2-xc)*(x2-xc) ) + double( (y2-yc)*(y2-yc) ) );
378 double theta1 = atan2((double)(yc-y1),(double)(x1-xc));
380 double theta2 = atan2((double)(yc-y2), (double)(x2-xc));
390 x1,y1, r1, r2, fArc, fSweep, x2, y2, xc, yc );
434 double yc local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmatrix.h113 //!code: matrix' = | 0 ys yc(1-ys) | x matrix
115 wxTransformMatrix& Scale(const double &xs, const double &ys,const double &xc, const double &yc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_curves.c252 yc = point->next->y, local
254 r[i] = 6 * ((yn-yc)/h[i] - (yc-yp)/h[i-1]);
285 double yc = point->y; local
288 double a = yc;
289 double b = (yn-yc)/h[i] - h[i]*r[i]/2. - h[i]*(r[i+1]-r[i])/6.;
H A Dvf_signalstats.c145 const int yc = y >> s->vsub; local
147 const uint8_t *pchromau = &in->data[1][yc * in->linesize[1]];
148 const uint8_t *pchromav = &in->data[2][yc * in->linesize[2]];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsrenderer.tex76 \func{wxGraphicsBrush}{CreateRadialGradientBrush}{\param{wxDouble }{xo}, \param{wxDouble }{yo}, \param{wxDouble }{xc}, \param{wxDouble }{yc}, \param{wxDouble }{radius}, \param{const wxColour\& }{oColour}, \param{const wxColour\& }{cColour}}
78 Creates a native brush, having a radial gradient originating at (xo,yc) with color oColour and ends on a circle around (xc,yc) with radius r and color cColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmetafile.cpp243 wxCoord xc, yc, dc, elc; local
244 DoGetTextExtent(string, &xc, &yc, &dc, &elc, theFont);
249 *y = yc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp487 wxCoord xc, wxCoord yc )
495 double dy = y1 - yc;
511 (y1 - yc < 0) ? 90.0 : -90.0 :
512 -atan2(double(y1 - yc), double(x1 - xc)) * RAD2DEG;
514 (y2 - yc < 0) ? 90.0 : -90.0 :
515 -atan2(double(y2 - yc), double(x2 - xc)) * RAD2DEG;
522 path.MoveToPoint( xc, yc );
525 path.AddArc( xc, yc , rad , DegToRad(-sa) , DegToRad(-ea), false );
527 path.AddLineToPoint( xc, yc );
H A Dmatrix.cpp183 // 0 ys yc(1-ys)
186 wxTransformMatrix& wxTransformMatrix::Scale(const double &xs, const double &ys,const double &xc, const double &yc) argument
193 double ty = yc*(1-ys);
201 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) )
204 double ty = yc*(1-ys);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp393 void wxPostScriptDC::DoDrawArc (wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2, wxCoord xc, wxCoord yc) argument
398 wxCoord dy = y1 - yc;
415 (y1 - yc < 0) ? 90.0 : -90.0 :
416 -atan2(double(y1-yc), double(x1-xc)) * RAD2DEG;
418 (y2 - yc < 0) ? 90.0 : -90.0 :
419 -atan2(double(y2-yc), double(x2-xc)) * RAD2DEG;
435 LogicalToDeviceX(xc), LogicalToDeviceY(yc), LogicalToDeviceXRel(radius), LogicalToDeviceYRel(radius), (wxCoord)alpha1, (wxCoord) alpha2,
436 LogicalToDeviceX(xc), LogicalToDeviceY(yc) );
438 CalcBoundingBox( xc-radius, yc-radius );
439 CalcBoundingBox( xc+radius, yc
[all...]
H A Dgraphicc.cpp271 void CreateRadialGradientBrush( wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc, wxDouble radius,
674 void wxCairoBrushData::CreateRadialGradientBrush( wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc, wxDouble radius,
677 m_brushPattern = cairo_pattern_create_radial(xo,yo,0.0,xc,yc,radius);
1434 // sets the brush to a radial gradient originating at (xo,yc) with color oColor and ends on a circle around (xc,yc)
1436 virtual wxGraphicsBrush CreateRadialGradientBrush( wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc, wxDouble radius,
1567 // sets the brush to a radial gradient originating at (xo,yc) with color oColor and ends on a circle around (xc,yc)
1569 wxGraphicsBrush wxCairoRenderer::CreateRadialGradientBrush( wxDouble xo, wxDouble yo, wxDouble xc, wxDouble yc, wxDouble radius,
1574 d->CreateRadialGradientBrush(xo,yo,xc,yc,radiu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h104 void DoDrawArc(wxCoord x1,wxCoord y1,wxCoord x2,wxCoord y2,wxCoord xc,wxCoord yc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp1059 int xc, yc, x, y; local
1060 wxGetMousePosition(&xc, &yc);
1061 ScreenToClient(&xc, &yc);
1062 CalcUnscrolledPosition(xc, yc, &x, &y);
1203 int xc, yc, x, y; local
1204 wxGetMousePosition(&xc, &yc);
1205 ScreenToClient(&xc, &yc);
1206 CalcUnscrolledPosition(xc, yc, &x, &y);

Completed in 137 milliseconds

123