Home
last modified time | relevance | path

Searched refs:input_cell (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustfft-3.0.1/src/algorithm/
H A Draders_algorithm.rs75 for input_cell in &mut inner_fft_input { in new()
77 *input_cell = twiddle * unity_scale; in new()
120 …for ((&input_cell, output_cell), &multiple) in input.iter().zip(output.iter_mut()).zip(self.inner_… in perform_fft()
121 *output_cell = (input_cell * multiple).conj(); in perform_fft()
H A Ddft.rs50 for input_cell in signal { in perform_fft()
52 *output_cell = *output_cell + twiddle * input_cell; in perform_fft()
H A Dgood_thomas_algorithm.rs124 for (y, input_cell) in row.iter().enumerate() { in perform_fft()
126 output[output_index] = *input_cell; in perform_fft()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/algorithm/
H A Draders_algorithm.rs90 for input_cell in &mut inner_fft_input { in new()
92 *input_cell = twiddle * inner_fft_scale; in new()
155 for ((output_cell, input_cell), &multiple) in output in perform_fft_out_of_place()
160 *input_cell = (*output_cell * multiple).conj(); in perform_fft_out_of_place()
H A Ddft.rs53 for input_cell in signal { in perform_fft_out_of_place()
55 *output_cell = *output_cell + twiddle * input_cell; in perform_fft_out_of_place()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationCell.h130 inline int GetInput(int input_cell) const { return m_inputs[input_cell]; } in GetInput() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/avx/
H A Davx_raders.rs167 for input_cell in &mut inner_fft_input { in new_with_avx()
169 *input_cell = twiddle * inner_fft_scale; in new_with_avx()
H A Davx_mixed_radix.rs325 let input_cell = input.get_unchecked(input_index_base + len_per_row*i); localVariable
327 *output_cell = *input_cell;
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/
H A Dgrid_points.py563 def _set_grid_matrix_by_input_cell(self, input_cell, length): argument
568 lattice = np.dot(input_cell.cell.T, tmat).T
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/
H A Dgrid_points.py563 def _set_grid_matrix_by_input_cell(self, input_cell, length): argument
568 lattice = np.dot(input_cell.cell.T, tmat).T
/dports/editors/libreoffice6/libreoffice-6.4.7.2/uitest/ui_logger_dsl/
H A DSpecial_commands.tx96 '{' '"CELL":' input_cell=STRING '}'
H A Ddsl_core.py666 calc_Select_cell.select_op.input_cell,
/dports/editors/libreoffice/libreoffice-7.2.6.2/uitest/ui_logger_dsl/
H A DSpecial_commands.tx103 '{' '"CELL":' input_cell=STRING '}'
H A Ddsl_core.py794 calc_Select_cell.select_op.input_cell,
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dinput.c51 struct input_cell { struct
63 struct input_cell cell; argument
65 struct input_cell old_cell;
/dports/sysutils/tmux23/tmux-2.3/
H A Dinput.c51 struct input_cell { struct
63 struct input_cell cell; argument
65 struct input_cell old_cell;
/dports/sysutils/tmate/tmate-2.4.0/
H A Dinput.c51 struct input_cell { struct
63 struct input_cell cell; argument
65 struct input_cell old_cell;
/dports/sysutils/tmux/tmux-3.2a/
H A Dinput.c55 struct input_cell { struct
81 struct input_cell cell; argument
83 struct input_cell old_cell;
/dports/multimedia/libmpeg3/libmpeg3-1.8/
H A Dmpeg3ifo.c634 int input_cell = 0, current_address = 0; in finaltable() local
/dports/science/py-pyscf/pyscf-2.0.1/doc_legacy/source/pbc/
H A Dgto.rst24 .. literalinclude:: ../../../examples/pbc/00-input_cell.py