Home
last modified time | relevance | path

Searched refs:weight_row (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dblenders.cpp163 const float* weight_row = weight_map.ptr<float>(y); in feed() local
168 dst_row[dx + x].x += static_cast<short>(src_row[x].x * weight_row[x]); in feed()
169 dst_row[dx + x].y += static_cast<short>(src_row[x].y * weight_row[x]); in feed()
171 dst_weight_row[dx + x] += weight_row[x]; in feed()
555 const float* weight_row = _weight_pyr_gauss.ptr<float>(y); in feed() local
563 dst_weight_row[x] += weight_row[x]; in feed()
573 const short* weight_row = _weight_pyr_gauss.ptr<short>(y); in feed() local
581 dst_weight_row[x] += weight_row[x]; in feed()
737 const float *weight_row = weight.ptr<float>(y); in normalizeUsingWeightMap() local
753 const short *weight_row = weight.ptr<short>(y); in normalizeUsingWeightMap() local
[all …]
/dports/devel/SpecTcl/SpecTcl/demo/
H A DDemo1.jui104 other weight_row {0 0 0}
130 other weight_row 0
H A DDemo2.jui176 other weight_row {0 0 0 1 0 0}
204 other weight_row 0
H A DCupDemo.jui84 other weight_row {0 0 0 0 0 0}
H A Dnewmenudemo.ui44 other weight_row {0 0}
/dports/devel/R-cran-BH/BH/inst/include/boost/math/quadrature/detail/
H A Dtanh_sinh_detail.hpp314 auto const& weight_row = this->get_weight_row(k); in integrate() local
362 sum += yp * weight_row[max_left_index] + ym * weight_row[max_right_index]; in integrate()
363 absum += abs(yp * weight_row[max_left_index]) + abs(ym * weight_row[max_right_index]); in integrate()
376 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
384 Real w = weight_row[j]; in integrate()
475 …yp = f(-1 - abscissa_row[max_left_index], abscissa_row[max_left_index]) * weight_row[max_left_inde… in integrate()
476 … abscissa_row[max_left_index - 1], abscissa_row[max_left_index - 1]) * weight_row[max_left_index -… in integrate()
484 …f(-1 - abscissa_row[max_right_index], abscissa_row[max_right_index]) * weight_row[max_right_index]; in integrate()
485 …bscissa_row[max_right_index - 1], abscissa_row[max_right_index - 1]) * weight_row[max_right_index … in integrate()
H A Dsinh_sinh_detail.hpp224 auto weight_row = get_weight_row(i); in integrate() local
231 sum += (yp + ym)*weight_row[j]; in integrate()
232 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
/dports/devel/SpecTcl/SpecTcl/SpecTcl/
H A Dresize.tk115 set data(weight_row) $row
H A DCreateBitmaps.ui40 other weight_row 0
/dports/devel/boost-docs/boost_1_72_0/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp216 auto weight_row = get_weight_row(i); in integrate() local
223 sum += (yp + ym)*weight_row[j]; in integrate()
224 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/devel/hyperscan/boost_1_75_0/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp218 auto weight_row = get_weight_row(i); in integrate() local
225 sum += (yp + ym)*weight_row[j]; in integrate()
226 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp218 auto weight_row = get_weight_row(i); in integrate() local
225 sum += (yp + ym)*weight_row[j]; in integrate()
226 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp216 auto weight_row = get_weight_row(i); in integrate() local
223 sum += (yp + ym)*weight_row[j]; in integrate()
224 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/devel/boost-libs/boost_1_72_0/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp216 auto weight_row = get_weight_row(i); in integrate() local
223 sum += (yp + ym)*weight_row[j]; in integrate()
224 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp216 auto weight_row = get_weight_row(i); in integrate() local
223 sum += (yp + ym)*weight_row[j]; in integrate()
224 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp218 auto weight_row = get_weight_row(i); in integrate() local
225 sum += (yp + ym)*weight_row[j]; in integrate()
226 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j]; in integrate()
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k); in integrate() local
311 for(size_t j = 0; j < weight_row.size(); ++j) in integrate()
319 Real w = weight_row[j]; in integrate()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/quadrature/detail/
H A Dsinh_sinh_detail.hpp216 auto weight_row = get_weight_row(i);
223 sum += (yp + ym)*weight_row[j];
224 Real abterm0 = (abs(yp) + abs(ym))*weight_row[j];
H A Dtanh_sinh_detail.hpp282 auto const& weight_row = this->get_weight_row(k);
311 for(size_t j = 0; j < weight_row.size(); ++j)
319 Real w = weight_row[j];

12