Home
last modified time | relevance | path

Searched defs:dy1 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/math/interpolators/detail/
Dcubic_hermite_detail.hpp229 Real dy1 = dy_[i+1]; in unchecked_evaluation() local
264 Real dy1 = dy_[i+1]; in unchecked_prime() local
359 Real dy1 = dat_[i+1][1]; in unchecked_evaluation() local
398 Real dy1 = dat_[i+1][1]; in unchecked_prime() local
Dquintic_hermite_detail.hpp278 Real dy1 = dy_[i+1]; in unchecked_evaluation() local
325 Real dy1 = dy_[i+1]; in unchecked_prime() local
369 Real dy1 = dy_[i+1]; in unchecked_double_prime() local
463 Real dy1 = data_[i+1][1]; in unchecked_evaluation() local
551 Real dy1 = data_[i+1][1]; in unchecked_double_prime() local
Dseptic_hermite_detail.hpp296 Real dy1 = dy_[i+1]; in unchecked_evaluation() local
339 Real dy1 = dy_[i+1]; in unchecked_prime() local
395 Real dy1 = dy_[i+1]; in unchecked_double_prime() local
509 Real dy1 = data_[i+1][1]; in unchecked_evaluation() local
550 Real dy1 = data_[i+1][1]; in unchecked_prime() local
605 Real dy1 = data_[i+1][1]; in unchecked_double_prime() local
/third_party/mindspore/tests/st/ops/gpu/
Dtest_relu_v2.py110 def construct(self, x, dy1, dy2): argument
/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp177 float dy1 = 2.f * (rect.fTop + h) / dh - 1.f; in loadMSAAFromResolve() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dbuffer_join_round.hpp80 PromotedType const dy1 = get<1>(perp1) - get<1>(vertex); in generate_points() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c317 unsigned dx1, dy1, dx2, dy2; in emit_blit() local
/third_party/mesa3d/src/mesa/swrast/
Ds_aatriangle.c196 const GLfloat dy1 = v2[1] - v1[1]; in compute_coveragef() local
/third_party/ffmpeg/libavfilter/
Dvf_swaprect.c91 double dx1, dy1; in filter_frame() local
Dvf_deshake_opencl.c365 double dy1 = points[j]->s[1] - points[i]->s[1]; in points_not_collinear() local
/third_party/boost/libs/geometry/test/robustness/overlay/buffer/
Dmany_ring_buffer.cpp81 double dy1 = bg::get<1>(perp1) - bg::get<1>(vertex); in generate_points() local
/third_party/boost/boost/polygon/detail/
Dpolygon_arbitrary_formation.hpp82 at dy1 = (at)pts[0]->get(VERTICAL) - (at)y; in equal_slope() local
126 at dy1 = (at)pts[0]->get(VERTICAL) - (at)y; in less_slope() local
390 … high_precision y_high, dx1, dy1, dx2, dy2, x11, x21, y11, y21, x_num, y_num, x_den, y_den, x, y; member
393 … long double y_high, dx1, dy1, dx2, dy2, x11, x21, y11, y21, x_num, y_num, x_den, y_den, x, y; in compute_lazy_intersection() local
626 high_precision dy1 = (high_precision)(he1.second.get(VERTICAL)) - in compute_intersection() local
1241 Unit dy1 = elm1.first.first.first.get(VERTICAL) - elm1.first.first.second.get(VERTICAL); in operator ()() local
Dvoronoi_predicates.hpp112 int_x2_type dy1 = static_cast<int_x2_type>(point1.y()) - in eval() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp959 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local
1068 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp1872 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local
1981 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp259 void ApplyRConicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRConicTo()
269 void ApplyRCubicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRCubicTo()
302 void ApplyRQuadTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2) { in ApplyRQuadTo()
Dinterface.js302 CanvasKit.Path.prototype.rConicTo = function(dx1, dy1, dx2, dy2, w) { argument
/third_party/boost/boost/polygon/
Dpolygon_traits.hpp1227 at dy1 = (at)pts[0]->get(VERTICAL) - (at)y; in equal_slope() local
1271 at dy1 = (at)pts[0]->get(VERTICAL) - (at)y; in less_slope() local
/third_party/mesa3d/src/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()
2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
3421 float dy1 = y2-y1; in stbtt__tesselate_cubic() local
/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()
2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
3421 float dy1 = y2-y1; in stbtt__tesselate_cubic() local
/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()
2117 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
3395 float dy1 = y2-y1; in stbtt__tesselate_cubic() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3368 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3519 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw() local
/third_party/skia/src/core/
DSkPath.cpp720 SkPath& SkPath::rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in rConicTo()

12