Home
last modified time | relevance | path

Searched refs:dy2 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstsphere.c140 gdouble dx2, dy2; in sphere_map() local
145 dy2 = dy * dy; in sphere_map()
147 if (dy2 >= in sphere_map()
161 dy2 / cgt->precalc_radius2) * (cgt->precalc_radius2)); in sphere_map()
172 angle = acos (dy / sqrt (dy2 + z2)); in sphere_map()
/third_party/musl/libc-test/src/math/
Dsincosl.c41 dcos = ulperr(ycos, p->y2, p->dy2); in main()
45 dsin, dsin-p->dy, p->dy, dcos, dcos-p->dy2, p->dy2); in main()
Dsincos.c36 dcos = ulperr(ycos, p->y2, p->dy2); in main()
40 dsin, dsin-p->dy, p->dy, dcos, dcos-p->dy2, p->dy2); in main()
Dmodf.c36 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()
Dsincosf.c36 dcos = ulperrf(ycos, p->y2, p->dy2); in main()
40 dsin, dsin-p->dy, p->dy, dcos, dcos-p->dy2, p->dy2); in main()
Dmodff.c36 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()
Dmodfl.c41 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()
/third_party/boost/boost/polygon/detail/
Dpolygon_arbitrary_formation.hpp48 static inline Unit compute_intercept(const area_type& dy2, in compute_intercept()
55 return dx1_q * dy2 + (dy2 * dx1_r)/dx2; in compute_intercept()
59 static inline bool equal_slope(area_type dx1, area_type dy1, area_type dx2, area_type dy2) { in equal_slope()
62 …s_2 = (unsigned_product_type)(dx1 < 0 ? -dx1 :dx1) * (unsigned_product_type)(dy2 < 0 ? -dy2 : dy2); in equal_slope()
66 int dy2_sign = dy2 < 0 ? -1 : 1; in equal_slope()
73 static inline bool equal_slope_hp(const T& dx1, const T& dy1, const T& dx2, const T& dy2) { in equal_slope_hp()
74 return dx1 * dy2 == dx2 * dy1; in equal_slope_hp()
81 at dy2 = (at)pts[1]->get(VERTICAL) - (at)y; in equal_slope() local
85 return equal_slope(dx1, dy1, dx2, dy2); in equal_slope()
89 static inline bool less_slope(area_type dx1, area_type dy1, area_type dx2, area_type dy2) { in less_slope()
[all …]
/third_party/musl/libc-test/src/math/gen/
Dgen.c193 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()
Dmplibm.c343 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()
Dgen.h40 float dy2; member
Dmp.c810 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/
Dmtest.h84 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/boost/boost/geometry/strategies/cartesian/
Dbuffer_join_round.hpp82 PromotedType const dy2 = get<1>(perp2) - get<1>(vertex); in generate_points() local
87 PromotedType angle2 = atan2(dy2, dx2); in generate_points()
/third_party/ffmpeg/libavfilter/
Dvf_swaprect.c92 double dx2, dy2; in filter_frame() local
139 ret = av_expr_parse_and_eval(&dy2, s->y2, in filter_frame()
146 w = dw; h = dh; x1[0] = dx1; y1[0] = dy1; x2[0] = dx2; y2[0] = dy2; in filter_frame()
/third_party/boost/boost/polygon/
Dpolygon_traits.hpp1209 static inline bool equal_slope(area_type dx1, area_type dy1, area_type dx2, area_type dy2) { in equal_slope()
1212 …s_2 = (unsigned_product_type)(dx1 < 0 ? -dx1 :dx1) * (unsigned_product_type)(dy2 < 0 ? -dy2 : dy2); in equal_slope()
1216 int dy2_sign = dy2 < 0 ? -1 : 1; in equal_slope()
1226 at dy2 = (at)pts[1]->get(VERTICAL) - (at)y; in equal_slope() local
1230 return equal_slope(dx1, dy1, dx2, dy2); in equal_slope()
1234 static inline bool less_slope(area_type dx1, area_type dy1, area_type dx2, area_type dy2) { in less_slope()
1244 dy2 *= -1; in less_slope()
1252 …s_2 = (unsigned_product_type)(dx1 < 0 ? -dx1 :dx1) * (unsigned_product_type)(dy2 < 0 ? -dy2 : dy2); in less_slope()
1256 int dy2_sign = dy2 < 0 ? -1 : 1; in less_slope()
1270 at dy2 = (at)pts[1]->get(VERTICAL) - (at)y; in less_slope() local
[all …]
/third_party/boost/libs/geometry/test/robustness/overlay/buffer/
Dmany_ring_buffer.cpp83 double dy2 = bg::get<1>(perp2) - bg::get<1>(vertex); in generate_points() local
87 double angle2 = atan2(dy2, dx2); in generate_points()
/third_party/flutter/skia/include/core/
DSkPath.h666 SkPath& rQuadTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2);
742 SkPath& rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
801 SkPath& rCubicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
/third_party/skia/include/core/
DSkPath.h683 SkPath& rQuadTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2);
759 SkPath& rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
818 SkPath& rCubicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
/third_party/libinput/src/
Devdev.h702 int dy2 = dy * dy; in evdev_hysteresis() local
721 (double)dy2 / (b * b)); in evdev_hysteresis()
727 finger_distance = sqrt(dx2 + dy2); in evdev_hysteresis()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, … 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, dx3, 0); in stbtt__run_charstring()
[all …]
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h1909 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, … in stbtt__csctx_rccurve_to() argument
1914 float cy2 = cy1 + dy2; in stbtt__csctx_rccurve_to()
2117 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
2127 dy2 = s[2]; in stbtt__run_charstring()
2132 stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0); in stbtt__run_charstring()
2133 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, -dy2, dx6, 0); in stbtt__run_charstring()
2141 dy2 = s[3]; in stbtt__run_charstring()
2151 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring()
2160 dy2 = s[3]; in stbtt__run_charstring()
2166 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0); in stbtt__run_charstring()
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.cpp409 real64 dy2 = yPos * yPos; in Initialize()
412 real64 r = sqrt (dx2 + dy2); in Initialize()
/third_party/skia/modules/canvaskit/
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()
Dinterface.js302 CanvasKit.Path.prototype.rConicTo = function(dx1, dy1, dx2, dy2, w) { argument
303 this._rConicTo(dx1, dy1, dx2, dy2, w);

12