Home
last modified time | relevance | path

Searched refs:remove_factors (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/
H A Dmath_utils.rs190 pub fn remove_factors(mut self, factor: PrimeFactor) -> Option<Self> { in remove_factors() method
677 .remove_factors(PrimeFactor { value: 2, count: i }) in test_remove_factors()
H A Dplan.rs373 .remove_factors(PrimeFactor { in design_fft_with_factors()
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dproto.h231 int remove_factors(void);
H A Dpoly.c547 remove_factors(void) in remove_factors() function
685 if (!remove_factors())
699 if (!remove_factors())
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/sse/
H A Dsse_planner.rs503 .remove_factors(PrimeFactor { in design_fft_with_factors()