Home
last modified time | relevance | path

Searched refs:dx2 (Results 1 - 17 of 17) sorted by relevance

/third_party/FreeBSD/lib/msun/src/
H A Ds_tanhl.c115 double dx2; in tanhl() local
144 dx2 = x2; in tanhl()
146 RETURNI(((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 + in tanhl()
152 long double q = ((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 in tanhl()
[all...]
H A De_coshl.c88 double dx2; in coshl() local
110 dx2 = x2; in coshl()
111 RETURNI((((((((((((C26*dx2 + C24)*dx2 + C22)*dx2 + in coshl()
H A De_sinhl.c87 double dx2; in sinhl() local
114 dx2 = x2; in sinhl()
115 RETURNI(((((((((((S25*dx2 + S23)*dx2 + in sinhl()
/third_party/ffmpeg/libavfilter/
H A Dvf_swaprect.c83 double dx2, dy2; in filter_frame() local
123 ret = av_expr_parse_and_eval(&dx2, s->x2, in filter_frame()
137 w = dw; h = dh; x1[0] = dx1; y1[0] = dy1; x2[0] = dx2; y2[0] = dy2; in filter_frame()
H A Dvf_paletteuse.c255 int dx2; member
294 node->dx2 = dx*dx; in colormap_nearest_iterative()
319 } while (node->dx2 >= best_dist); in colormap_nearest_iterative()
H A Dvf_deshake_opencl.c360 double dx2 = points[k]->s[0] - points[i]->s[0]; in points_not_collinear() local
366 if (fabs(dx2*dy1 - dy2*dx1) <= 1.0) { in points_not_collinear()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c316 unsigned dx1, dy1, dx2, dy2; in emit_blit() local
350 dx2 = dbox->x + dbox->width - 1; in emit_blit()
416 OUT_RING(ring, CP_BLIT_4_DST_X2(dx2) | CP_BLIT_4_DST_Y2(dy2)); in emit_blit()
/third_party/skia/include/core/
H A DSkPath.h661 /** Adds quad from last point towards vector (dx1, dy1), to vector (dx2, dy2).
669 Quad end is last point plus vector (dx2, dy2).
674 @param dx2 offset from last point to quad end on x-axis
683 SkPath& rQuadTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2);
734 /** Adds conic from last point towards vector (dx1, dy1), to vector (dx2, dy2),
748 end is last point plus vector (dx2, dy2).
754 @param dx2 offset from last point to conic end on x-axis
759 SkPath& rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
799 vector (dx2, dy2), to vector (dx3, dy3).
807 Cubic end is last point plus vector (dx2, dy
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c38 struct brw_reg dx2; member
290 c->dx2 = brw_vec1_grf(1, 4); in alloc_regs()
500 brw_MAC(p, c->tmp, c->a1_sub_a0, negate(c->dx2)); in brw_emit_tri_setup()
/third_party/libinput/src/
H A Devdev.h718 int dx2 = dx * dx; in evdev_hysteresis() local
737 normalized_finger_distance = sqrt((double)dx2 / (a * a) + in evdev_hysteresis()
744 finger_distance = sqrt(dx2 + dy2); in evdev_hysteresis()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) in stbtt__csctx_rccurve_to() argument
1929 float cx2 = cx1 + dx2; in stbtt__csctx_rccurve_to()
2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
2142 dx2 = s[1]; in stbtt__run_charstring()
2148 stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0); in stbtt__run_charstring()
2156 dx2 = s[2]; in stbtt__run_charstring()
2167 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring()
2175 dx2 = s[2]; in stbtt__run_charstring()
2182 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0); in stbtt__run_charstring()
2190 dx2 in stbtt__run_charstring()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) in stbtt__csctx_rccurve_to() argument
1929 float cx2 = cx1 + dx2; in stbtt__csctx_rccurve_to()
2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
2142 dx2 = s[1]; in stbtt__run_charstring()
2148 stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0); in stbtt__run_charstring()
2156 dx2 = s[2]; in stbtt__run_charstring()
2167 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring()
2175 dx2 = s[2]; in stbtt__run_charstring()
2182 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0); in stbtt__run_charstring()
2190 dx2 in stbtt__run_charstring()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_resample.cpp410 real64 dx2 = xPos * xPos; in Initialize()
412 real64 r = sqrt (dx2 + dy2); in Initialize()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local
658 dx2 = (dbox->x + dbox->width) * nr_samples - 1; in emit_blit_texture()
663 OUT_RING(ring, A6XX_GRAS_2D_DST_BR_X(dx2) | A6XX_GRAS_2D_DST_BR_Y(dy2)); in emit_blit_texture()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp259 void ApplyRConicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRConicTo() argument
261 p.rConicTo(dx1, dy1, dx2, dy2, w); in ApplyRConicTo()
269 void ApplyRCubicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRCubicTo() argument
271 p.rCubicTo(dx1, dy1, dx2, dy2, dx3, dy3); in ApplyRCubicTo()
302 void ApplyRQuadTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2) { in ApplyRQuadTo() argument
303 p.rQuadTo(dx1, dy1, dx2, dy2); in ApplyRQuadTo()
H A Dinterface.js302 CanvasKit.Path.prototype.rConicTo = function(dx1, dy1, dx2, dy2, w) {
303 this._rConicTo(dx1, dy1, dx2, dy2, w);
/third_party/skia/src/core/
H A DSkPath.cpp720 SkPath& SkPath::rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in rConicTo() argument
725 return this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w); in rConicTo()

Completed in 33 milliseconds