Home
last modified time | relevance | path

Searched refs:s1y (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Dvf_nlmeans.c67 const int s1y = e; in checkasm_check_nlmeans() local
71 const int starty_safe = FFMAX(s1y, s2y); in checkasm_check_nlmeans()
73 const int endy_safe = FFMIN(s1y + h, s2y + h); in checkasm_check_nlmeans()
79 av_assert0(starty_safe - s1y >= 0); av_assert0(starty_safe - s1y < h); in checkasm_check_nlmeans()
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Dvf_nlmeans.c67 const int s1y = e; in checkasm_check_nlmeans() local
71 const int starty_safe = FFMAX(s1y, s2y); in checkasm_check_nlmeans()
73 const int endy_safe = FFMIN(s1y + h, s2y + h); in checkasm_check_nlmeans()
79 av_assert0(starty_safe - s1y >= 0); av_assert0(starty_safe - s1y < h); in checkasm_check_nlmeans()
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/checkasm/
H A Dvf_nlmeans.c67 const int s1y = e; in checkasm_check_nlmeans() local
71 const int starty_safe = FFMAX(s1y, s2y); in checkasm_check_nlmeans()
73 const int endy_safe = FFMIN(s1y + h, s2y + h); in checkasm_check_nlmeans()
79 av_assert0(starty_safe - s1y >= 0); av_assert0(starty_safe - s1y < h); in checkasm_check_nlmeans()
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Dvf_nlmeans.c67 const int s1y = e; in checkasm_check_nlmeans() local
71 const int starty_safe = FFMAX(s1y, s2y); in checkasm_check_nlmeans()
73 const int endy_safe = FFMIN(s1y + h, s2y + h); in checkasm_check_nlmeans()
79 av_assert0(starty_safe - s1y >= 0); av_assert0(starty_safe - s1y < h); in checkasm_check_nlmeans()
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
/dports/devel/dyncall/dyncall-1.3/test/samples/composite/
H A Dargs.c92 typedef struct { v256_t f1; } s1y; typedef
103 extern void f_s1y(s1y a1); void call_f_s1y() { s1y a1 = {0,}; f_s1y(a1); } in call_f_s1y()
106 extern void f_s1ys1y(s1y a1,s1y a2); void call_f_s1ys1y() { s1y a1 = {0,}, a2 = {0,}; f_s1ys1y(a1,a… in call_f_s1ys1y()
107 extern void f_s2ys1y(s2y a1,s1y a2); void call_f_s2ys1y() { s2y a1 = {0,}; s1y a2 = {0,}; f_s2ys1y(… in call_f_s2ys1y()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp163 calc_t const s1y = get<1>(seg1); in apply() local
175 || math::equals(s1y, pi2) || math::equals(s1y, -pi2); // s1 is pole in apply()
201 ? (s1y <= py && s2y >= py) || (s2y <= py && s1y >= py) in apply()
203 : (pi - s1y - s2y <= pi in apply()
204 ? (eq1_strict && s1y <= py) || (eq2_strict && s2y <= py) // north in apply()
206 : (eq1_strict && s1y >= py) || (eq2_strict && s2y >= py)) // south in apply()
243 calc_t const s1y = get<1>(seg1); in apply() local
245 if ((s1y <= py && s2y >= py) || (s2y <= py && s1y >= py)) in apply()
/dports/games/naev/naev-0.7.0/src/
H A Dcollision.c122 int CollideLineLine( double s1x, double s1y, double e1x, double e1y, in CollideLineLine() argument
128 ua_t = (e2x - s2x) * (s1y - s2y) - (e2y - s2y) * (s1x - s2x); in CollideLineLine()
129 ub_t = (e1x - s1x) * (s1y - s2y) - (e1y - s1y) * (s1x - s2x); in CollideLineLine()
130 u_b = (e2y - s2y) * (e1x - s1x) - (e2x - s2x) * (e1y - s1y); in CollideLineLine()
139 crash->y = s1y + ua * (e1y - s1y); in CollideLineLine()
/dports/german/BBBike/BBBike-3.18/ext/VectorUtil-Inline/
H A DInline.xs147 double s1x, double s1y) { in distance_point_line() argument
149 double syd = s1y-s0y; in distance_point_line()
154 tf = ((px-s0x)*(s1x-s0x) + (py-s0y)*(s1y-s0y)) / in distance_point_line()
161 ((ny >= s0y && ny <= s1y) || (ny >= s1y && ny <= s0y)) in distance_point_line()
167 double dist1 = hypot(s1x-px, s1y-py); in distance_point_line()
317 distance_point_line (px, py, s0x, s0y, s1x, s1y)
323 double s1y
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Dbounds.h45 SrcImageIterator s1y = src1_upperleft; in inspectOverlap() local
52 for (; s1y.y < send.y; ++s1y.y, ++s2y.y) { in inspectOverlap()
54 SrcImageIterator s1x = s1y; in inspectOverlap()
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vmal/
H A Dvmal_operators.cxx78 double s1x,double s1y,double s2x,double s2y)//second segment in cross_seg() argument
82 double nsy=s2y-s1y; in cross_seg()
88 double ds=-s1x*nsy+s1y*nsx; in cross_seg()
100 return ((((s1x-interx)*(s2x-interx)+(s1y-intery)*(s2y-intery)) < 0) && in cross_seg()
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab11_Trend.cpp30 s1y.Clear(); in OnSeries()
32s1y << 80.574E0 << 84.248E0 << 87.264E0 << 87.195E0 << 89.076E0 << 89.608E0 << 89.868E0 << 90.101E… in OnSeries()
34 VectorXY vs1(s1x, s1y); in OnSeries()
48 scatter.AddSeries(s1x, s1y).Legend("Series 1").MarkStyle<RhombMarkPlot>().MarkWidth(10).NoPlot(); in OnSeries()
/dports/german/BBBike/BBBike-3.18/lib/
H A DVectorUtil.pm128 my($px,$py,$s0x,$s0y,$s1x,$s1y) = @_;
129 my($sxd, $syd) = ($s1x-$s0x, $s1y-$s0y);
133 my $tf = (($px-$s0x)*($s1x-$s0x) + ($py-$s0y)*($s1y-$s0y)) /
145 my($px,$py,$s0x,$s0y,$s1x,$s1y) = @_;
146 my($sxd, $syd) = ($s1x-$s0x, $s1y-$s0y);
150 my $tf = (($px-$s0x)*($s1x-$s0x) + ($py-$s0y)*($s1y-$s0y)) /
157 (($ny >= $s0y && $ny <= $s1y) || ($ny >= $s1y && $ny <= $s0y))
165 my $dist1 = sqrt(sqr($s1x-$px) + sqr($s1y-$py));
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp95 CalculationType const s1y = get<1>(s1); in in_vertical_range() local
98 return (s1y >= py && s2y <= py) in in_vertical_range()
99 || (s2y >= py && s1y <= py); in in_vertical_range()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp95 CalculationType const s1y = get<1>(s1); in in_vertical_range() local
98 return (s1y >= py && s2y <= py) in in_vertical_range()
99 || (s2y >= py && s1y <= py); in in_vertical_range()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp95 CalculationType const s1y = get<1>(s1); in in_vertical_range() local
98 return (s1y >= py && s2y <= py) in in_vertical_range()
99 || (s2y >= py && s1y <= py); in in_vertical_range()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp95 CalculationType const s1y = get<1>(s1); in in_vertical_range() local
98 return (s1y >= py && s2y <= py) in in_vertical_range()
99 || (s2y >= py && s1y <= py); in in_vertical_range()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail10980.d24 S1 foo1() { S1 s1x; S1 s1y = s1x; return s1y; } in foo1() local

1234567