Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom43.c2 #define mpn_toomMN_mul_itch mpn_toom43_mul_itch
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul.c287 ASSERT (mpn_toom43_mul_itch ((3*vn-1)/2, vn) <= ITCH_TOOMX3); /* 9vn/4+ */ in mpn_mul()
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dspeed.h1442 mpn_toom43_mul_itch (s->size, s->size*3/4), \
1459 mpn_toom43_mul_itch (s->size, 17*s->size/24), \
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h5194 mpn_toom43_mul_itch (mp_size_t an, mp_size_t bn) in mpn_toom43_mul_itch() function
H A DChangeLog11732 * gmp-impl.h (mpn_toom43_mul_itch): New function.