Home
last modified time | relevance | path

Searched refs:this_vec (Results 1 – 21 of 21) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/yap/example/
H A Dlazy_vector.cpp84 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
85 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
86 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp80 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
81 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
82 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/example/
H A Dlazy_vector.cpp84 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
85 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
86 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-docs/boost_1_72_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp80 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
81 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
82 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp80 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
81 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
82 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/example/
H A Dlazy_vector.cpp84 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
85 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
86 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/example/
H A Dlazy_vector.cpp84 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
85 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
86 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/test/
H A Dlazy_vector_alloc_test.cpp80 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
81 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
82 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp88 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
89 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
90 this_vec[i] += rhs[i]; in operator +=()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/yap/perf/
H A Dlazy_vector_perf.cpp88 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
89 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
90 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-docs/boost_1_72_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp88 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
89 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
90 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp88 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
89 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
90 this_vec[i] += rhs[i]; in operator +=()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/perf/
H A Dlazy_vector_perf.cpp88 std::vector<double> & this_vec = boost::yap::value(*this); in operator +=() local
89 for (int i = 0, size = (int)this_vec.size(); i < size; ++i) { in operator +=()
90 this_vec[i] += rhs[i]; in operator +=()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DCN.hpp579 short int *this_vec = permuteVec[t][dim], *that_vec = revPermuteVec[t][dim]; in setPermutation() local
581 this_vec = revPermuteVec[t][dim]; in setPermutation()
586 this_vec[i] = pvec[i]; in setPermutation()
590 this_vec[MAX_SUB_ENTITIES] = that_vec[MAX_SUB_ENTITIES] = (short)num_entries; in setPermutation()
/dports/science/libkml/libkml-1.3.0/src/kml/convenience/
H A Dconvenience.cc302 Vec3 this_vec = src->get_coordinates_array_at(i); in SimplifyCoordinates() local
305 last_vec.get_altitude(), this_vec.get_latitude(), in SimplifyCoordinates()
306 this_vec.get_longitude(), this_vec.get_altitude())) { in SimplifyCoordinates()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DExtrudeGeometryFilter.cpp487 osg::Vec3d this_vec = next_corner->roof - this_corner->roof; in buildStructure() local
488 this_vec.normalize(); in buildStructure()
491 c->cosAngle = prev_vec * this_vec; in buildStructure()
862 osg::Vec3d this_vec = f->right.roof - f->left.roof; in buildOutlineGeometry() local
863 this_vec.normalize(); in buildOutlineGeometry()
867 drawPost = (this_vec * prev_vec) < cosMinAngle; in buildOutlineGeometry()
910 prev_vec = this_vec; in buildOutlineGeometry()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DShapeMisc.cpp654 Geom::Point this_vec(0,0); in MakeTweak() local
659 this_vec = this_power * (vector * tovec) ; in MakeTweak()
661 this_vec = this_power * scaler * to_center_normalized; in MakeTweak()
664this_vec = g_random_double_range(0, 1) * this_power * scaler * Geom::Point(sin(angle), cos(angle)); in MakeTweak()
684 Path::DoLeftJoin (this, 0, join, ptP+this_vec, stD+this_vec, seD+this_vec, miter, stL, seL, in MakeTweak()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/onnx/
H A Dgonnxbackend.cpp1085 const auto &this_vec = ctx.inArg<cv::detail::VectorRef>(in_idx+1u); in run() local
1086 GAPI_Assert(this_vec.size() == list_size); in run()
1092 if (this_vec.holds<cv::Rect>()) { in run()
1094 const auto &vec = this_vec.rref<cv::Rect>(); in run()
1096 } else if (this_vec.holds<cv::Mat>()) { in run()
1100 const auto &vec = this_vec.rref<cv::Mat>(); in run()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c777 struct st_h2o_http3_server_sendvec_t *this_vec = stream->sendbuf.vecs.entries + vec_index; in on_send_emit() local
778 size_t sz = this_vec->vec.len - off; in on_send_emit()
781 …if (!(this_vec->vec.callbacks->flatten)(&this_vec->vec, &stream->req, h2o_iovec_init(dst, sz), off… in on_send_emit()
783 …if (this_vec->entity_offset != UINT64_MAX && stream->req.bytes_sent < this_vec->entity_offset + of… in on_send_emit()
784 stream->req.bytes_sent = this_vec->entity_offset + off + sz; in on_send_emit()
788 if (off == this_vec->vec.len) { in on_send_emit()
/dports/games/libretro-vecx/libretro-vecx-9af0702/
H A Dlibretro.c994 VECX_POINT this_vec, next_vec; in osint_render() local
1001 this_vec.x = dx; in osint_render()
1002 this_vec.y = dy; in osint_render()
1005 dot = dot2d(this_vec, next_vec); in osint_render()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/ie/
H A Dgiebackend.cpp1255 const auto &this_vec = ctx->inArg<cv::detail::VectorRef>(in_idx+1u); in run() local
1256 GAPI_Assert(this_vec.size() == list_size); in run()
1258 if (this_vec.getKind() == cv::detail::OpaqueKind::CV_RECT) { in run()
1259 const auto &vec = this_vec.rref<cv::Rect>(); in run()
1261 } else if (this_vec.getKind() == cv::detail::OpaqueKind::CV_MAT) { in run()
1262 const auto &vec = this_vec.rref<cv::Mat>(); in run()