Home
last modified time | relevance | path

Searched refs:y_it (Results 26 – 48 of 48) sorted by relevance

12

/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dspglue_times_meat.hpp120 typename SpMat<eT>::const_iterator y_it = y.begin(); in apply_noalias() local
129 const uword y_it_row = y_it.row(); in apply_noalias()
149 const uword old_col = y_it.col(); in apply_noalias()
150 ++y_it; in apply_noalias()
153 if(old_col != y_it.col()) in apply_noalias()
168 while(y_it != y_end); in apply_noalias()
H A DSpMat_meat.hpp861 typename SpMat<T>::const_iterator y_it = Y.begin(); in SpMat() local
866 while((x_it != x_end) || (y_it != y_end)) in SpMat()
868 if(x_it == y_it) // if we are at the same place in SpMat()
870 access::rw(values[cur_pos]) = std::complex<T>((T) *x_it, (T) *y_it); in SpMat()
875 ++y_it; in SpMat()
879 …if((x_it.col() < y_it.col()) || ((x_it.col() == y_it.col()) && (x_it.row() < y_it.row()))) // if y… in SpMat()
889 access::rw(values[cur_pos]) = std::complex<T>(T(0), (T) *y_it); in SpMat()
890 access::rw(row_indices[cur_pos]) = y_it.row(); in SpMat()
891 ++access::rw(col_ptrs[y_it.col() + 1]); in SpMat()
893 ++y_it; in SpMat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/
H A Dpin.cc179 const auto& y_it = cose_key.find(cbor::Value(-3)); in ParseFromCOSE() local
180 if (x_it == cose_key.end() || y_it == cose_key.end() || in ParseFromCOSE()
181 !x_it->second.is_bytestring() || !y_it->second.is_bytestring()) { in ParseFromCOSE()
186 const auto& y = y_it->second.GetBytestring(); in ParseFromCOSE()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/
H A Dbvxm_voxel_world.cxx820 …bvxm_voxel_slab<float>::iterator depth_it = depth.begin(), x_it = slab_x_virtual.begin(), y_it = s… in heightmap_exp() local
822 …for (; depth_it != depth.end(); ++depth_it, ++x_it, ++y_it, ++z_it, ++x_pre_it, ++y_pre_it, ++z_pr… in heightmap_exp()
824 float inc_y = *y_pre_it - *y_it; in heightmap_exp()
829 *y_pre_it = *y_it; in heightmap_exp()
862 …bvxm_voxel_slab<float>::iterator depth_it = depth.begin(), x_it = slab_x_virtual.begin(), y_it = s… in heightmap_exp() local
864 …for (; depth_it != depth.end(); ++depth_it, ++x_it, ++y_it, ++z_it, ++x_pre_it, ++y_pre_it, ++z_pr… in heightmap_exp()
866 float inc_y = *y_pre_it - *y_it; in heightmap_exp()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDMultilevelSampling.cpp1915 IntRespMCIter r_it; IntRMMIter y_it; in accumulate_ml_Ysums() local
1929 y_it = sum_Y.begin(); y_ord = y_it->first; in accumulate_ml_Ysums()
1933 y_it->second(qoi,lev) += lf_prod; ++y_it; in accumulate_ml_Ysums()
1934 y_ord = (y_it == sum_Y.end()) ? 0 : y_it->first; in accumulate_ml_Ysums()
1962 y_it = sum_Y.begin(); y_ord = y_it->first; in accumulate_ml_Ysums()
1967 ++y_it; y_ord = (y_it == sum_Y.end()) ? 0 : y_it->first; in accumulate_ml_Ysums()
2168 IntRespMCIter r_it; IntRMMIter y_it; in accumulate_mlcv_Ysums() local
2183 y_it = sum_Y.begin(); ord = y_it->first; active_ord = 1; in accumulate_mlcv_Ysums()
2184 while (y_it!=sum_Y.end()) { in accumulate_mlcv_Ysums()
2187 y_it->second(qoi,lev) += prod_l - prod_lm1; ++y_it; in accumulate_mlcv_Ysums()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/
H A Dpin.cc153 const auto& y_it = cose_key.find(cbor::Value(-3)); in ParseFromCOSE() local
154 if (x_it == cose_key.end() || y_it == cose_key.end() || in ParseFromCOSE()
155 !x_it->second.is_bytestring() || !y_it->second.is_bytestring()) { in ParseFromCOSE()
160 const auto& y = y_it->second.GetBytestring(); in ParseFromCOSE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Dannot_collector.cpp1344 CIdRangeMap::TIdRangeMap::const_iterator y_it = y_idmap.begin(); in operator ()() local
1345 for (; x_it != x_idmap.end() && y_it != y_idmap.end(); ++x_it, ++y_it) { in operator ()()
1346 if (x_it->first != y_it->first) return x_it->first < y_it->first; in operator ()()
1347 … int cmp = CompareRanges(x_it->second.from, x_it->second.to, y_it->second.from, y_it->second.to); in operator ()()
1350 if (y_it != y_idmap.end()) return true; in operator ()()
1415 CIdRangeMap::TIdRangeMap::const_iterator y_it = y_idmap.begin(); in operator ()() local
1416 for (; x_it != x_idmap.end() && y_it != y_idmap.end(); ++x_it, ++y_it) { in operator ()()
1417 if (x_it->first != y_it->first) return y_it->first < x_it->first; in operator ()()
1419 x_it->second.from, x_it->second.to, y_it->second.from, y_it->second.to); in operator ()()
1423 if (y_it != y_idmap.end()) return false; in operator ()()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Dannot_collector.cpp1344 CIdRangeMap::TIdRangeMap::const_iterator y_it = y_idmap.begin(); in operator ()() local
1345 for (; x_it != x_idmap.end() && y_it != y_idmap.end(); ++x_it, ++y_it) { in operator ()()
1346 if (x_it->first != y_it->first) return x_it->first < y_it->first; in operator ()()
1347 … int cmp = CompareRanges(x_it->second.from, x_it->second.to, y_it->second.from, y_it->second.to); in operator ()()
1350 if (y_it != y_idmap.end()) return true; in operator ()()
1415 CIdRangeMap::TIdRangeMap::const_iterator y_it = y_idmap.begin(); in operator ()() local
1416 for (; x_it != x_idmap.end() && y_it != y_idmap.end(); ++x_it, ++y_it) { in operator ()()
1417 if (x_it->first != y_it->first) return y_it->first < x_it->first; in operator ()()
1419 x_it->second.from, x_it->second.to, y_it->second.from, y_it->second.to); in operator ()()
1423 if (y_it != y_idmap.end()) return false; in operator ()()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_benchmark.c290 cs_real_t y_it, y_it_prev; in _mat_vec_exdiag_native_v1() local
322 y_it = y_it_prev; in _mat_vec_exdiag_native_v1()
325 y_it = y[ii]; in _mat_vec_exdiag_native_v1()
329 y_it_prev = y_it + xa[face_id+kk] * x[face_cel_p[2*kk+1]]; in _mat_vec_exdiag_native_v1()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/tddft/
H A Dspectrum.py27 y_it = np.swapaxes(y_ti, 0, 1)
28 Y_wi = np.tensordot(f_wt, dx_t * envelope(x_t) * y_it, axes=(1, 1))
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/interface/
H A Dvisgrep.pyx143 cdef Py_ssize_t y_it
147 for y_it in range(ymax, y_end + 1):
149 badness = img_subimage_cmp(master, find, x_it, y_it, tolerance)
151 return FoundResult(badness, Point(x_it, y_it))
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DSpMat_meat.hpp861 typename SpMat<T>::const_iterator y_it = Y.begin(); in SpMat() local
866 while((x_it != x_end) || (y_it != y_end)) in SpMat()
868 if(x_it == y_it) // if we are at the same place in SpMat()
870 access::rw(values[cur_pos]) = std::complex<T>((T) *x_it, (T) *y_it); in SpMat()
875 ++y_it; in SpMat()
879 …if((x_it.col() < y_it.col()) || ((x_it.col() == y_it.col()) && (x_it.row() < y_it.row()))) // if y… in SpMat()
889 access::rw(values[cur_pos]) = std::complex<T>(T(0), (T) *y_it); in SpMat()
890 access::rw(row_indices[cur_pos]) = y_it.row(); in SpMat()
891 ++access::rw(col_ptrs[y_it.col() + 1]); in SpMat()
893 ++y_it; in SpMat()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsavegame.cpp378 const auto y_it = needs_conversion.find( pos + point( 0, conv.offset.y ) ); in convert_terrain() local
380 y_it != needs_conversion.end() && y_it->second == conv.y_id ) { in convert_terrain()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsavegame.cpp378 const auto y_it = needs_conversion.find( pos + point( 0, conv.offset.y ) ); in convert_terrain() local
380 y_it != needs_conversion.end() && y_it->second == conv.y_id ) { in convert_terrain()
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DScreen.cc2163 std::vector<int>::iterator x_it = x_begin, y_it = y_begin; in smartPlacement() local
2169 *y_it++ = avail.top(); in smartPlacement()
2170 *y_it++ = avail.bottom(); in smartPlacement()
2195 *y_it++ = std::max(win->frameRect().top() + top_border, in smartPlacement()
2197 *y_it++ = std::min(win->frameRect().bottom() + bottom_border, in smartPlacement()
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DPhoto.vala4318 for (int y_it = ymin; y_it <= ymax; y_it++) {
4325 red_reduce_pixel (pixbuf, x_it, y_it);
4335 for (int y_it = ymin; y_it <= ymax; y_it++) {
4342 red_reduce_pixel (pixbuf, x_it, y_it);
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DPhoto.vala4282 for (int y_it = ymin; y_it <= ymax; y_it++) {
4289 red_reduce_pixel(pixbuf, x_it, y_it);
4299 for (int y_it = ymin; y_it <= ymax; y_it++) {
4306 red_reduce_pixel(pixbuf, x_it, y_it);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpbvh.c2250 const int y_it[4] = {0, 0, 1, 1}; in pbvh_grids_node_raycast() local
2261 (y + y_it[j]) * gridkey->grid_size + (x + x_it[j]); in pbvh_grids_node_raycast()
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp4758 EdgesList::iterator y_it = incomingEdges.find(y); in getEdge() local
4759 if (y_it == incomingEdges.end() || (*y_it).second == 0) { in getEdge()
4764 ((*y_it).second)->push_back(x); in getEdge()
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dmatrix_impl.hpp1537 auto y_it = y.nonzeros().begin(); in is_equal() local
1539 if (!casadi_limits<Scalar>::is_equal(e, *y_it++, depth)) return false; in is_equal()
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh1173 y_it = y.matrix.element_begin(); in concatenate_assign() local
1179 for (dimension_type j = old_num_rows; j < rs_i; ++j, ++y_it) { in concatenate_assign()
1180 r[j] = *y_it; in concatenate_assign()
H A Dppl.hh.dist72227 y_it = y.matrix.element_begin();
72233 for (dimension_type j = old_num_rows; j < rs_i; ++j, ++y_it) {
72234 r[j] = *y_it;
/dports/audio/musescore/MuseScore-3.6.1/fonts/
H A DFreeSerif.sfd226428 StartChar: y_it

12