/third_party/musl/libc-test/src/math/ |
H A D | sincosl.c | 41 dcos = ulperr(ycos, p->y2, p->dy2); in main() 45 dsin, dsin-p->dy, p->dy, dcos, dcos-p->dy2, p->dy2); in main()
|
H A D | modf.c | 36 di = ulperr(yi, p->y2, p->dy2); in main() 39 p->file, p->line, rstr(p->r), p->x, p->y, p->y2, y, yi, d, d-p->dy, p->dy, di, di-p->dy2, p->dy2); in main()
|
H A D | modfl.c | 41 di = ulperr(yi, p->y2, p->dy2); in main() 44 p->file, p->line, rstr(p->r), p->x, p->y, p->y2, y, yi, d, d-p->dy, p->dy, di, di-p->dy2, p->dy2); in main()
|
H A D | modff.c | 36 di = ulperr(yi, p->y2, p->dy2); in main() 39 p->file, p->line, rstr(p->r), p->x, p->y, p->y2, y, yi, d, d-p->dy, p->dy, di, di-p->dy2, p->dy2); in main()
|
H A D | sincosf.c | 36 dcos = ulperrf(ycos, p->y2, p->dy2); in main() 40 dsin, dsin-p->dy, p->dy, dcos, dcos-p->dy2, p->dy2); in main()
|
H A D | sincos.c | 36 dcos = ulperr(ycos, p->y2, p->dy2); in main() 40 dsin, dsin-p->dy, p->dy, dcos, dcos-p->dy2, p->dy2); in main()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | gen.c | 193 long double dy, dy2; in scan() local 228 b[3] = &dy2; in scan() 245 t->dy2 = dy2; in scan() 308 a[3] = t->dy2; in print()
|
H A D | mplibm.c | 343 t->dy = t->dy2 = 0; in mp_f_i() 355 t->dy = t->dy2 = 0; in mpmodff() 365 t->dy = t->dy2 = 0; in mpmodfl() 376 t->dy = t->dy2 = 0; in mpsincos() 389 t->dy = t->dy2 = 0; in mpsincosf() 400 t->dy = t->dy2 = 0; in mpsincosl()
|
H A D | gen.h | 40 float dy2; member
|
H A D | mp.c | 810 t->dy2 = t->dy; in mp_f_i() 825 t->dy2 = t->dy; in mpmodff() 840 t->dy2 = t->dy; in mpmodfl() 855 t->dy2 = t->dy; in mpsincos() 870 t->dy2 = t->dy; in mpsincosf() 885 t->dy2 = t->dy; in mpsincosl()
|
/third_party/musl/libc-test/src/common/ |
H A D | mtest.h | 84 struct d_dd {POS int r; double x; double y; float dy; double y2; float dy2; int e; }; member 85 struct f_ff {POS int r; float x; float y; float dy; float y2; float dy2; int e; }; member 86 struct l_ll {POS int r; long double x; long double y; float dy; long double y2; float dy2; int e; }; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_swaprect.c | 83 double dx2, dy2; in filter_frame() local 130 ret = av_expr_parse_and_eval(&dy2, s->y2, 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 D | vf_deshake_opencl.c | 361 double dy2 = points[k]->s[1] - points[i]->s[1]; 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 D | fd5_blitter.c | 316 unsigned dx1, dy1, dx2, dy2; in emit_blit() local 351 dy2 = dbox->y + dbox->height - 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 D | SkPath.h | 661 /** Adds quad from last point towards vector (dx1, dy1), to vector (dx2, dy2). 669 Quad end is last point plus vector (dx2, dy2). 675 @param dy2 offset from last point to quad end on y-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). 755 @param dy2 offset from last point to conic end on y-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, dy2) [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 1925 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 1930 float cy2 = cy1 + dy2; in stbtt__csctx_rccurve_to() 2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local 2143 dy2 = s[2]; in stbtt__run_charstring() 2148 stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0); in stbtt__run_charstring() 2149 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, -dy2, dx6, 0); in stbtt__run_charstring() 2157 dy2 = s[3]; in stbtt__run_charstring() 2167 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring() 2176 dy2 = s[3]; in stbtt__run_charstring() 2182 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx in stbtt__run_charstring() [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 1925 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 1930 float cy2 = cy1 + dy2; in stbtt__csctx_rccurve_to() 2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local 2143 dy2 = s[2]; in stbtt__run_charstring() 2148 stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0); in stbtt__run_charstring() 2149 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, -dy2, dx6, 0); in stbtt__run_charstring() 2157 dy2 = s[3]; in stbtt__run_charstring() 2167 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring() 2176 dy2 = s[3]; in stbtt__run_charstring() 2182 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx in stbtt__run_charstring() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_sf.c | 40 struct brw_reg dy2; member 292 c->dy2 = brw_vec1_grf(1, 6); in alloc_regs() 493 brw_MUL(p, brw_null_reg(), c->a1_sub_a0, c->dy2); in brw_emit_tri_setup()
|
/third_party/libinput/src/ |
H A D | evdev.h | 719 int dy2 = dy * dy; in evdev_hysteresis() local 738 (double)dy2 / (b * b)); in evdev_hysteresis() 744 finger_distance = sqrt(dx2 + dy2); in evdev_hysteresis()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_resample.cpp | 409 real64 dy2 = yPos * yPos; in Initialize() 412 real64 r = sqrt (dx2 + dy2); in Initialize()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local 659 dy2 = dbox->y + dbox->height - 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 D | canvaskit_bindings.cpp | 259 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 D | interface.js | 302 CanvasKit.Path.prototype.rConicTo = function(dx1, dy1, dx2, dy2, w) { 303 this._rConicTo(dx1, dy1, dx2, dy2, w);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | calregts.cpp | 2357 int32_t dy2 = cal2->fieldDifference(date2, Calendar::YEAR, ec2); in TestJ438() local 2364 (dy2 != dy)){ in TestJ438()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 720 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()
|