File: ecm-params.h.powerpc7450

package info (click to toggle)
gmp-ecm 6.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,160 kB
  • ctags: 1,946
  • sloc: ansic: 23,540; asm: 16,202; sh: 11,649; python: 810; xml: 634; makefile: 160
file content (10 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#define MPZMOD_THRESHOLD 103
#define REDC_THRESHOLD 273
#define MPN_MUL_LO_THRESHOLD_TABLE {0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}
#define SPV_NTT_GFP_DIF_RECURSIVE_THRESHOLD 16384
#define SPV_NTT_GFP_DIT_RECURSIVE_THRESHOLD 16384
#define MUL_NTT_THRESHOLD 1024
#define PREREVERTDIVISION_NTT_THRESHOLD 32
#define POLYINVERT_NTT_THRESHOLD 256
#define POLYEVALT_NTT_THRESHOLD 256
#define MPZSPV_NORMALISE_STRIDE 256