Home
last modified time | relevance | path

Searched refs:mpn_toom6_mul_n_itch (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul_n.c77 ws = TMP_SALLOC_LIMBS (mpn_toom6_mul_n_itch (n)); in mpn_mul_n()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h5145 #define mpn_toom6_mul_n_itch(n) \ macro
5154 return mpn_toom6_mul_n_itch (estimatedN * 6); in mpn_toom6h_mul_itch()
5168 mpn_toom6_mul_n_itch(MUL_TOOM8H_MIN)))
H A DChangeLog8692 * gmp-impl.h (mpn_toom6_mul_n_itch): Handle threshold == zero.
10377 * gmp-impl.h (mpn_toom6_sqr_itch): Rename to mpn_toom6_mul_n_itch and redefine.