gmp-mparam.h
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:2k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. /* POWER gmp-mparam.h -- Compiler/machine parameter header file.
  2. Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
  3. This file is part of the GNU MP Library.
  4. The GNU MP Library is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU Lesser General Public License as published by
  6. the Free Software Foundation; either version 3 of the License, or (at your
  7. option) any later version.
  8. The GNU MP Library is distributed in the hope that it will be useful, but
  9. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  11. License for more details.
  12. You should have received a copy of the GNU Lesser General Public License
  13. along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
  14. /* Generated by tuneup.c, 2003-02-10, gcc 3.2, POWER2 66.7MHz */
  15. #define MUL_TOOM22_THRESHOLD             12
  16. #define MUL_TOOM33_THRESHOLD             75
  17. #define SQR_BASECASE_THRESHOLD            7
  18. #define SQR_TOOM2_THRESHOLD              28
  19. #define SQR_TOOM3_THRESHOLD              86
  20. #define DIV_SB_PREINV_THRESHOLD       MP_SIZE_T_MAX  /* never */
  21. #define DIV_DC_THRESHOLD                 36
  22. #define POWM_THRESHOLD                   69
  23. #define HGCD_THRESHOLD                   97
  24. #define GCD_ACCEL_THRESHOLD               3
  25. #define GCD_DC_THRESHOLD                590
  26. #define JACOBI_BASE_METHOD                2
  27. #define DIVREM_1_NORM_THRESHOLD          12
  28. #define DIVREM_1_UNNORM_THRESHOLD     MP_SIZE_T_MAX  /* never */
  29. #define MOD_1_NORM_THRESHOLD             10
  30. #define MOD_1_UNNORM_THRESHOLD        MP_SIZE_T_MAX  /* never */
  31. #define USE_PREINV_DIVREM_1               0
  32. #define USE_PREINV_MOD_1                  1
  33. #define DIVREM_2_THRESHOLD               11
  34. #define DIVEXACT_1_THRESHOLD              0  /* always */
  35. #define MODEXACT_1_ODD_THRESHOLD          0  /* always */
  36. #define GET_STR_DC_THRESHOLD             10
  37. #define GET_STR_PRECOMPUTE_THRESHOLD     20
  38. #define SET_STR_THRESHOLD              2899
  39. #define MUL_FFT_TABLE  { 336, 800, 1408, 3584, 10240, 24576, 0 }
  40. #define MUL_FFT_MODF_THRESHOLD          296
  41. #define MUL_FFT_THRESHOLD              2304
  42. #define SQR_FFT_TABLE  { 336, 800, 1408, 3584, 10240, 24576, 0 }
  43. #define SQR_FFT_MODF_THRESHOLD          296
  44. #define SQR_FFT_THRESHOLD              2304