Home
last modified time | relevance | path

Searched refs:mpn_fft_mul_modF_K (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmul_fft.c456 mpn_fft_mul_modF_K (mp_ptr *ap, mp_ptr *bp, mp_size_t n, mp_size_t K) in mpn_fft_mul_modF_K() function
774 mpn_fft_mul_modF_K (Ap, sqr ? Ap : Bp, nprime, K); in mpn_mul_fft_internal()
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog164 * mpn/generic/mul_fft.c (mpn_fft_mul_modF_K):
9901 (mpn_fft_mul_modF_K): Replace some multiplies by K with shifting by k.
14079 (mpn_fft_mul_modF_K): Fix a spurious ASSERT_NOCARRY.
26335 * mul_fft.c (mpn_fft_mul_modF_K etc): Patch by Paul Zimmermann to fix