Upload Tizen:Base source
[external/gmp.git] / tests / mpn / t-toom6h.c
1 #define mpn_toomMN_mul mpn_toom6h_mul
2 #define mpn_toomMN_mul_itch mpn_toom6h_mul_itch
3
4 /* Smaller sizes not supported; may lead to recursive calls to
5    toom22_mul, toom33_mul, or toom44_mul with invalid input size. */
6 #define MIN_AN MUL_TOOM6H_THRESHOLD
7 #define MIN_BN(an) (MAX ((an*3)>>3, 42) )
8
9 #include "toom-shared.h"