xref: /netbsd-src/external/lgpl3/gmp/dist/tests/mpn/t-toom52.c (revision 4ac76180e904e771b9d522c7e57296d371f06499)
1 #define mpn_toomMN_mul mpn_toom52_mul
2 #define mpn_toomMN_mul_itch mpn_toom52_mul_itch
3 
4 #define MIN_AN 32
5 #define MIN_BN(an) (((an) + 9) / (size_t) 5)
6 #define MAX_BN(an) (((an) - 3) >> 1)
7 
8 #include "toom-shared.h"
9