Searched refs:_col2 (Results 1 – 2 of 2) sorted by relevance
287 #define FS_COL_COPY(_col1, _col2) \ argument289 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \290 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \291 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \294 #define FS_COL_HALVE(_col1, _col2) \ argument296 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \297 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \298 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \301 #define FS_COL_DOUBLE(_col1, _col2) \ argument303 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \[all …]
292 #define FS_COL_COPY(_col1, _col2) \ argument294 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \295 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \296 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \299 #define FS_COL_HALVE(_col1, _col2) \ argument301 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \302 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \303 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \306 #define FS_COL_DOUBLE(_col1, _col2) \ argument308 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \[all …]