HomeSort by: relevance | last modified time | path
    Searched defs:FFT_TABLE3_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
mul_fft.c 93 #ifndef FFT_TABLE3_SIZE /* When tuning this is defined in gmp-impl.h */
96 #define FFT_TABLE3_SIZE MUL_FFT_TABLE3_SIZE
98 #define FFT_TABLE3_SIZE SQR_FFT_TABLE3_SIZE
103 #ifndef FFT_TABLE3_SIZE
104 #define FFT_TABLE3_SIZE 200
107 FFT_TABLE_ATTRS struct fft_table_nk mpn_fft_table3[2][FFT_TABLE3_SIZE] =
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 5073 #define FFT_TABLE3_SIZE 2000 /* generous space for tuning */
5074 extern struct fft_table_nk mpn_fft_table3[2][FFT_TABLE3_SIZE];

Completed in 55 milliseconds