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

数学计算

开发平台:

Unix_Linux

  1. #define mpn_toomMN_mul mpn_toom44_mul
  2. #define mpn_toomMN_mul_itch mpn_toom44_mul_itch
  3. /* Smaller sizes not supported; may lead to recursive calls to
  4.    toom22_mul or toom33_mul with invalid input size. */
  5. #define MIN_AN MUL_TOOM44_THRESHOLD
  6. #define MIN_BN(an) (1 + 3*(((an)+3)>>2))
  7. #define COUNT 1000
  8. #include "toom-shared.h"