Home
last modified time | relevance | path

Searched refs:y0_ (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Dquadtree.h37 CoordinateT x0_, y0_, x1_, y1_;
55 …BoundingBox(const BoundingBox &other) : x0_(other.x0_), y0_(other.y0_), x1_(other.x1_), y1_(other.… in BoundingBox()
67 if (y < y0_ || y > y1_) in contains()
77 if (y1_ < y0_) in fixup()
78 std::swap(y0_, y1_); in fixup()
82 CoordinateT y0() const { return y0_; } in y0()
87 void setY0(CoordinateT v) { y0_ = v; } in setY0()
94 y0_ = pinf; in clear()
146 } else if (b.y0_ < bound_.y0_ || b.y0_ > bound_.y1_) { in fits()
178 bool north0 = b.y0_ < splity_; in quadrant()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dimage.h201 y0_(ybegin), in Rect()
234 return Rect(x0_, y0_ + y, xsize_, num); in Lines()
240 return Rect(std::max(x0_, other.x0_), std::max(y0_, other.y0_), xsize_, in Intersection()
242 std::min(y0_ + ysize_, other.y0_ + other.ysize_)); in Intersection()
251 return image->Row(y + y0_) + x0_; in Row()
256 return image->Row(y + y0_) + x0_; in Row()
261 return image->PlaneRow(c, y + y0_) + x0_; in PlaneRow()
266 return image.ConstRow(y + y0_) + x0_; in ConstRow()
276 y0_ >= other.y0() && y0_ + ysize_ <= other.y0() + other.ysize(); in IsInside()
287 size_t y0() const { return y0_; } in y0()
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.h203 y0_(ybegin), in Rect()
236 return Rect(x0_, y0_ + y, xsize_, num); in Lines()
242 return Rect(std::max(x0_, other.x0_), std::max(y0_, other.y0_), xsize_, in Intersection()
244 std::min(y0_ + ysize_, other.y0_ + other.ysize_)); in Intersection()
253 return image->Row(y + y0_) + x0_; in Row()
258 return image->Row(y + y0_) + x0_; in Row()
263 return image->PlaneRow(c, y + y0_) + x0_; in PlaneRow()
268 return image.ConstRow(y + y0_) + x0_; in ConstRow()
278 y0_ >= other.y0() && y0_ + ysize_ <= other.y0() + other.ysize(); in IsInside()
289 size_t y0() const { return y0_; } in y0()
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dsurface.cpp346 read_coeffs(surf_node, id_, y0_); in SurfaceYPlane()
351 return r.y - y0_; in evaluate()
367 array<double, 1> coeffs {{y0_}}; in to_hdf5_inner()
548 read_coeffs(surf_node, id_, y0_, z0_, radius_); in SurfaceXCylinder()
570 array<double, 3> coeffs {{y0_, z0_, radius_}}; in to_hdf5_inner()
576 return {-INFTY, INFTY, y0_ - radius_, y0_ + radius_, z0_ - radius_, z0_ + radius_}; in bounding_box()
651 array<double, 3> coeffs {{x0_, y0_, radius_}}; in to_hdf5_inner()
657 return {x0_ - radius_, x0_ + radius_, y0_ - radius_, y0_ + radius_, -INFTY, INFTY}; in bounding_box()
677 const double y = r.y - y0_; in evaluate()
685 const double y = r.y - y0_; in distance()
[all …]
/dports/science/openmc/openmc-0.12.2/src/
H A Dsurface.cpp346 read_coeffs(surf_node, id_, y0_); in SurfaceYPlane()
351 return r.y - y0_; in evaluate()
367 array<double, 1> coeffs {{y0_}}; in to_hdf5_inner()
548 read_coeffs(surf_node, id_, y0_, z0_, radius_); in SurfaceXCylinder()
570 array<double, 3> coeffs {{y0_, z0_, radius_}}; in to_hdf5_inner()
576 return {-INFTY, INFTY, y0_ - radius_, y0_ + radius_, z0_ - radius_, z0_ + radius_}; in bounding_box()
651 array<double, 3> coeffs {{x0_, y0_, radius_}}; in to_hdf5_inner()
657 return {x0_ - radius_, x0_ + radius_, y0_ - radius_, y0_ + radius_, -INFTY, INFTY}; in bounding_box()
677 const double y = r.y - y0_; in evaluate()
685 const double y = r.y - y0_; in distance()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.h201 y0_(ybegin), in Rect()
228 return Rect(x0_, y0_ + y, xsize_, num); in Lines()
234 return Rect(std::max(x0_, other.x0_), std::max(y0_, other.y0_), xsize_, in Intersection()
236 std::min(y0_ + ysize_, other.y0_ + other.ysize_)); in Intersection()
241 return image->Row(y + y0_) + x0_; in Row()
246 return image->Row(y + y0_) + x0_; in Row()
251 return image->PlaneRow(c, y + y0_) + x0_; in PlaneRow()
256 return image.ConstRow(y + y0_) + x0_; in ConstRow()
266 y0_ >= other.y0() && y0_ + ysize_ <= other.y0() + other.ysize(); in IsInside()
277 size_t y0() const { return y0_; } in y0()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.h201 y0_(ybegin), in Rect()
228 return Rect(x0_, y0_ + y, xsize_, num); in Lines()
234 return Rect(std::max(x0_, other.x0_), std::max(y0_, other.y0_), xsize_, in Intersection()
236 std::min(y0_ + ysize_, other.y0_ + other.ysize_)); in Intersection()
241 return image->Row(y + y0_) + x0_; in Row()
246 return image->Row(y + y0_) + x0_; in Row()
251 return image->PlaneRow(c, y + y0_) + x0_; in PlaneRow()
256 return image.ConstRow(y + y0_) + x0_; in ConstRow()
266 y0_ >= other.y0() && y0_ + ysize_ <= other.y0() + other.ysize(); in IsInside()
277 size_t y0() const { return y0_; } in y0()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Dcosine_oscillator.h78 y0_ = 0.5f; in Start()
86 float temp = y0_; in Next()
87 y0_ = iir_coefficient_ * y0_ - y1_; in Next()
94 float y0_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/dsp/
H A Dcosine_oscillator.h78 y0_ = 0.5f; in Start()
86 float temp = y0_; in Next()
87 y0_ = iir_coefficient_ * y0_ - y1_; in Next()
94 float y0_; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Dcosine_oscillator.h78 y0_ = 0.5f;
86 float temp = y0_;
87 y0_ = iir_coefficient_ * y0_ - y1_;
94 float y0_;
/dports/devel/R-cran-BH/BH/inst/include/boost/math/interpolators/detail/
H A Dbilinear_uniform_detail.hpp46 y0_ = y0; in bilinear_uniform_imp()
69 if (y > y0_ + (rows_ - 1)*dy_ || y < y0_) { in operator ()()
72 … std::cerr << "y must lie in the interval [" << y0_ << ", " << y0_ + (rows_ -1)*dy_ << "]\n"; in operator ()()
78 Real t = (y - y0_)/dy_; in operator ()()
113 …out << "(x0, y0) = (" << bu.x0_ << ", " << bu.y0_ << "), (dx, dy) = (" << bu.dx_ << ", " << bu.dy_… in operator <<()
114 …out << "(xf, yf) = (" << bu.x0_ + (bu.cols_ - 1)*bu.dx_ << ", " << bu.y0_ + (bu.rows_ - 1)*bu.dy_ … in operator <<()
130 Real y0_; member in boost::math::interpolators::detail::bilinear_uniform_imp
/dports/www/castor/castor-0.8.16/cargo-crates/pango-0.8.0/src/auto/
H A Dlayout_iter.rs117 let mut y0_ = mem::MaybeUninit::uninit(); in get_line_yrange() localVariable
121 y0_.as_mut_ptr(), in get_line_yrange()
124 let y0_ = y0_.assume_init(); in get_line_yrange() localVariable
126 (y0_, y1_) in get_line_yrange()
/dports/net-im/fractal/fractal-4.4.0/vendor/pango/src/auto/
H A Dlayout_iter.rs117 let mut y0_ = mem::MaybeUninit::uninit(); in get_line_yrange() localVariable
121 y0_.as_mut_ptr(), in get_line_yrange()
124 let y0_ = y0_.assume_init(); in get_line_yrange() localVariable
126 (y0_, y1_) in get_line_yrange()
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/contrib/image/
H A Dimage.h325 y0_(ybegin), in Rect()
331 : x0_(xbegin), y0_(ybegin), xsize_(xsize), ysize_(ysize) {} in Rect()
345 return Rect(x0_ + xbegin, y0_ + ybegin, xsize_max, ysize_max, x0_ + xsize_, in Subrect()
346 y0_ + ysize_); in Subrect()
351 return image->ConstRow(y + y0_) + x0_; in ConstRow()
356 return image->MutableRow(y + y0_) + x0_; in MutableRow()
361 return image.ConstPlaneRow(c, y + y0_) + x0_; in ConstPlaneRow()
366 return image->MutablePlaneRow(c, y + y0_) + x0_; in MutablePlaneRow()
373 return (x0_ + xsize_ <= image.xsize()) && (y0_ + ysize_ <= image.ysize()); in IsInside()
377 size_t y0() const { return y0_; } in y0()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/contrib/image/
H A Dimage.h318 y0_(ybegin), in Rect()
324 : x0_(xbegin), y0_(ybegin), xsize_(xsize), ysize_(ysize) {} in Rect()
338 return Rect(x0_ + xbegin, y0_ + ybegin, xsize_max, ysize_max, x0_ + xsize_, in Subrect()
339 y0_ + ysize_); in Subrect()
344 return image->ConstRow(y + y0_) + x0_; in ConstRow()
349 return image->MutableRow(y + y0_) + x0_; in MutableRow()
354 return image.ConstPlaneRow(c, y + y0_) + x0_; in ConstPlaneRow()
359 return image->MutablePlaneRow(c, y + y0_) + x0_; in MutablePlaneRow()
366 return (x0_ + xsize_ <= image.xsize()) && (y0_ + ysize_ <= image.ysize()); in IsInside()
370 size_t y0() const { return y0_; } in y0()
[all …]
/dports/devel/highway/highway-0.15.0/hwy/contrib/image/
H A Dimage.h326 y0_(ybegin), in Rect()
332 : x0_(xbegin), y0_(ybegin), xsize_(xsize), ysize_(ysize) {} in Rect()
346 return Rect(x0_ + xbegin, y0_ + ybegin, xsize_max, ysize_max, x0_ + xsize_, in Subrect()
347 y0_ + ysize_); in Subrect()
352 return image->ConstRow(y + y0_) + x0_; in ConstRow()
357 return image->MutableRow(y + y0_) + x0_; in MutableRow()
362 return image.ConstPlaneRow(c, y + y0_) + x0_; in ConstPlaneRow()
367 return image->MutablePlaneRow(c, y + y0_) + x0_; in MutablePlaneRow()
374 return (x0_ + xsize_ <= image.xsize()) && (y0_ + ysize_ <= image.ysize()); in IsInside()
378 size_t y0() const { return y0_; } in y0()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/contrib/image/
H A Dimage.h318 y0_(ybegin), in Rect()
324 : x0_(xbegin), y0_(ybegin), xsize_(xsize), ysize_(ysize) {} in Rect()
338 return Rect(x0_ + xbegin, y0_ + ybegin, xsize_max, ysize_max, x0_ + xsize_, in Subrect()
339 y0_ + ysize_); in Subrect()
344 return image->ConstRow(y + y0_) + x0_; in ConstRow()
349 return image->MutableRow(y + y0_) + x0_; in MutableRow()
354 return image.ConstPlaneRow(c, y + y0_) + x0_; in ConstPlaneRow()
359 return image->MutablePlaneRow(c, y + y0_) + x0_; in MutablePlaneRow()
366 return (x0_ + xsize_ <= image.xsize()) && (y0_ + ysize_ <= image.ysize()); in IsInside()
370 size_t y0() const { return y0_; } in y0()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_soview3D.h49 vgui_lineseg3D( float x0_, float y0_, float z0_, in vgui_lineseg3D() argument
51 : x0(x0_), y0(y0_), z0(z0_), x1(x1_), y1(y1_), z1(z1_) {} in vgui_lineseg3D()
66 vgui_triangle3D( float x0_, float y0_, float z0_, in vgui_triangle3D() argument
69 : x0(x0_), y0(y0_), z0(z0_), in vgui_triangle3D()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DLineSeg.cxx15 y0_ = y0; in LineSeg()
26 << l.y0_ << ' ' in operator <<()
36 return s >> l.x0_ >> l.y0_ >> l.x1_ >> l.y1_ >> l.theta_ >> l.grad_mean_; in operator >>()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/pango-0.14.3/src/auto/
H A Dlayout_iter.rs129 let mut y0_ = mem::MaybeUninit::uninit(); in line_yrange() localVariable
133 y0_.as_mut_ptr(), in line_yrange()
136 let y0_ = y0_.assume_init(); in line_yrange() localVariable
138 (y0_, y1_) in line_yrange()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/pango-0.14.8/src/auto/
H A Dlayout_iter.rs129 let mut y0_ = mem::MaybeUninit::uninit(); in line_yrange() localVariable
133 y0_.as_mut_ptr(), in line_yrange()
136 let y0_ = y0_.assume_init(); in line_yrange() localVariable
138 (y0_, y1_) in line_yrange()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/pango-0.14.8/src/auto/
H A Dlayout_iter.rs129 let mut y0_ = mem::MaybeUninit::uninit(); in line_yrange() localVariable
133 y0_.as_mut_ptr(), in line_yrange()
136 let y0_ = y0_.assume_init(); in line_yrange() localVariable
138 (y0_, y1_) in line_yrange()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/pango-0.14.8/src/auto/
H A Dlayout_iter.rs129 let mut y0_ = mem::MaybeUninit::uninit(); in line_yrange() localVariable
133 y0_.as_mut_ptr(), in line_yrange()
136 let y0_ = y0_.assume_init(); in line_yrange() localVariable
138 (y0_, y1_) in line_yrange()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pango/src/auto/
H A Dlayout_iter.rs129 let mut y0_ = mem::MaybeUninit::uninit(); in line_yrange() localVariable
133 y0_.as_mut_ptr(), in line_yrange()
136 let y0_ = y0_.assume_init(); in line_yrange() localVariable
138 (y0_, y1_) in line_yrange()
/dports/misc/vxl/vxl-3.3.2/core/vil1/
H A Dvil1_crop_image_impl.h33 return gi_.get_section(buf, x0 + x0_, y0 + y0_, width, height); in get_section()
36 return gi_.put_section(buf, x0 + x0_, y0 + y0_, width, height); in put_section()
49 int y0_; variable

123456