Home
last modified time | relevance | path

Searched refs:a_beg (Results 1 – 5 of 5) sorted by relevance

/dports/math/amgcl/amgcl-1.4.2/amgcl/relaxation/
H A Dilup.hpp171 ptrdiff_t a_beg = A.ptr[i]; in ilup() local
176 for(ptrdiff_t ja = a_beg, ea = a_end, jp = p_beg, ep = p_end; ja < ea; ++ja) { in ilup()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DGU_PrimVDB.cc1296 Coord a_beg(beg[0]&~(DIM-1), beg[1]&~(DIM-1), beg[2]&~(DIM-1)); in copyToTile() local
1298 ValueType const_value = acc.getValue(a_beg); in copyToTile()
1299 if (isConstantRegion_(acc, beg, end, a_beg, const_value)) { in copyToTile()
1311 for (ijk[0] = a_beg[0]; ijk[0] < end[0]; ijk[0] += DIM) { in copyToTile()
1312 for (ijk[1] = a_beg[1]; ijk[1] < end[1]; ijk[1] += DIM) { in copyToTile()
1313 for (ijk[2] = a_beg[2]; ijk[2] < end[2]; ijk[2] += DIM) { in copyToTile()
/dports/math/dbcsr/dbcsr-2.1.0/src/ops/
H A Ddbcsr_operations.F2702 b_frst_blk, b_last_blk, b_row_size, nze, row, a_beg, a_end, b_beg, b_end
2765 a_beg = ABS(matrix_a%blk_p(a_blk))
2766 a_end = a_beg + nze - 1
2772 trace = trace + fac*SUM(a_data(a_beg:a_end)*b_data(b_beg:b_end))
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/ops/
H A Ddbcsr_operations.F2732 b_frst_blk, b_last_blk, b_row_size, nze, row, a_beg, a_end, b_beg, b_end
2803 a_beg = ABS(matrix_a%blk_p(a_blk))
2804 a_end = a_beg + nze - 1
2810 trace = trace + fac*SUM(a_data(a_beg:a_end)*b_data(b_beg:b_end))
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgausspol.cc1816 vector< monomial<gen> >::const_iterator a_beg=a.coord.begin(); in submulpoly() local
1824 if (a_beg == a_end) { in submulpoly()
1831 const index_m & pow_a = a_beg->index; in submulpoly()
1834 while (a_beg != a_end) { in submulpoly()
1835 new_coord.push_back(*a_beg); in submulpoly()
1836 ++a_beg; in submulpoly()
1845 new_coord.push_back(*a_beg); in submulpoly()
1846 ++a_beg; in submulpoly()
1855 gen diff = (*a_beg).value - (*b_beg).value; in submulpoly()
1858 ++a_beg; in submulpoly()