Searched refs:x_extra (Results 1 – 2 of 2) sorted by relevance
41 const int x_extra = x2 > n / 2 && x2 < n; in unpack_2d_output() local43 col_fft[y * n + x] - (x_extra && y_extra ? col_fft[y2 * n + x2] : 0); in unpack_2d_output()45 (x_extra ? col_fft[y * n + x2] : 0); in unpack_2d_output()49 (x_extra && y_extra ? col_fft[y2 * n + x2] : 0); in unpack_2d_output()52 (x_extra ? col_fft[y * n + x2] : 0); in unpack_2d_output()
162 x_extra, y_extra = _modes[mode](np.random.rand(extras) * 2 * np.pi, *args,164 spir_x = np.append(spir_x, x_extra)