github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/tests/mpn/t-toom63.c (about)

     1  #define mpn_toomMN_mul mpn_toom63_mul
     2  #define mpn_toomMN_mul_itch mpn_toom63_mul_itch
     3  
     4  #define MIN_AN 49
     5  #define MIN_BN(an) (2*(((an) + 23) / (size_t) 6))	/* 2/6 */
     6  #define MAX_BN(an) ((3*(an) - 23)  / (size_t) 5)	/* 3/5 */
     7  
     8  #include "toom-shared.h"