Home
last modified time | relevance | path

Searched refs:fft_step_size (Results 1 – 9 of 9) sorted by relevance

/dports/math/mingw32-libgmp/gmp-6.0.0/tune/
H A Dtuneup.c727 fft_step_size (int k) in fft_step_size() function
746 mp_size_t m = fft_step_size (k); in fft_next_size()
1116 s.size = size + fft_step_size (k) / 2; in fft()
1129 (long) size + fft_step_size (k) / 2, k, tk, in fft()
/dports/math/gap/gap-4.11.0/extern/gmp/tune/
H A Dtuneup.c739 fft_step_size (int k) in fft_step_size() function
758 mp_size_t m = fft_step_size (k); in fft_next_size()
1126 s.size = size + fft_step_size (k) / 2; in fft()
1139 (long) size + fft_step_size (k) / 2, k, tk, in fft()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tune/
H A Dtuneup.c803 fft_step_size (int k) in fft_step_size() function
822 mp_size_t m = fft_step_size (k); in fft_next_size()
1190 s.size = size + fft_step_size (k) / 2; in fft()
1203 (long) size + fft_step_size (k) / 2, k, tk, in fft()
/dports/math/gmp/gmp-6.2.1/tune/
H A Dtuneup.c803 fft_step_size (int k) in fft_step_size() function
822 mp_size_t m = fft_step_size (k); in fft_next_size()
1190 s.size = size + fft_step_size (k) / 2; in fft()
1203 (long) size + fft_step_size (k) / 2, k, tk, in fft()
/dports/math/mpir/mpir-3.0.0/tune/
H A Dtuneup.c717 fft_step_size (int size) in fft_step_size() function
756 s.size = size + fft_step_size (size) / 2; in fft()
769 (long) size + fft_step_size (size) / 2, tk, in fft()
/dports/math/mpir/mpir-3.0.0/
H A DChangeLog10963 * tune/tuneup.c (fft_step_size): Test for overflow using the actual
/dports/math/gmp/gmp-6.2.1/
H A DChangeLog25721 * tune/tuneup.c (fft_step_size): Test for overflow using the actual
/dports/math/gap/gap-4.11.0/extern/gmp/
H A DChangeLog24171 * tune/tuneup.c (fft_step_size): Test for overflow using the actual
/dports/math/mingw32-libgmp/gmp-6.0.0/
H A DChangeLog22958 * tune/tuneup.c (fft_step_size): Test for overflow using the actual