Home
last modified time | relevance | path

Searched refs:crow2 (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/fwd/mat/fun/
H A Drows_dot_product.hpp23 Eigen::Matrix<fvar<T>, R2, C2> crow2 = v2.row(j); in rows_dot_product() local
24 ret(j, 0) = dot_product(crow1, crow2); in rows_dot_product()
37 Eigen::Matrix<fvar<T>, R2, C2> crow2 = v2.row(j); in rows_dot_product() local
38 ret(j, 0) = dot_product(crow, crow2); in rows_dot_product()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/VOX/Source/
H A Dvox2d.c79 ubyte *crow2,*hrow2; in vmap_dot() local
161 crow2 = col->bits + crow + initu; in vmap_dot()
165 c = *crow2; in vmap_dot()
212 crow2 += du; in vmap_dot()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp2118 char *crow2; in out_bmp_work() local
2122 crow2=crow; in out_bmp_work()
2123 *crow2++=10; in out_bmp_work()
2124 *crow2++=1; in out_bmp_work()
2125 *crow2++=10; in out_bmp_work()
2126 *crow2++=2; in out_bmp_work()
2127 *crow2++=10; in out_bmp_work()
2128 *crow2++=3; in out_bmp_work()
2130 *crow2++=4; in out_bmp_work()
2132 *crow2++=5; in out_bmp_work()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-mesh-array.cpp1868 guint crow2 = c2 / ncorners; in adjacent_corners() local
1889 if ( crow1 == crow2 && (ccol2 - ccol1) == 1 ) { in adjacent_corners()
1897 if ( ccol1 == ccol2 && (crow2 - crow1) == 1 ) { in adjacent_corners()
2426 guint crow2 = c2 / ncorners; in insert() local
2431 if ( crow1 == crow2 && (ccol2 - ccol1) == 1 ) { in insert()
2436 if ( ccol1 == ccol2 && (crow2 - crow1) == 1 ) { in insert()