t-toom63.c
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:0k
源码类别:

数学计算

开发平台:

Unix_Linux

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