Searched refs:_col (Results 1 – 3 of 3) sorted by relevance
237 #define FS_COL_SET(_col, _joffs, _ioffs) \ argument243 col_sums_gx2[(_col)] = gx * (double)gx; \244 col_sums_gy2[(_col)] = gy * (double)gy; \245 col_sums_gxgy[(_col)] = gx * (double)gy; \249 #define FS_COL_ADD(_col, _joffs, _ioffs) \ argument255 col_sums_gx2[(_col)] += gx * (double)gx; \256 col_sums_gy2[(_col)] += gy * (double)gy; \257 col_sums_gxgy[(_col)] += gx * (double)gy; \261 #define FS_COL_SUB(_col, _joffs, _ioffs) \ argument267 col_sums_gx2[(_col)] -= gx * (double)gx; \[all …]
143 oldCol = self._col144 self._col = col = evt.GetColumn()201 oldCol = self._col202 self._col = col = evt.GetColumn()
2362 .. math:: \operatorname{rank}(J) < \operatorname{num\_col}(J)