=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/fft/dft.h,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- OpenXM_contrib2/asir2000/fft/dft.h 2009/03/16 16:56:35 1.7 +++ OpenXM_contrib2/asir2000/fft/dft.h 2020/10/04 03:14:08 1.9 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/fft/dft.h,v 1.6 2009/03/16 16:43:02 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/fft/dft.h,v 1.8 2018/03/29 01:32:53 noro Exp $ */ #if SIZEOF_LONG == 8 typedef unsigned long UL; @@ -55,9 +55,11 @@ typedef unsigned long long UL; typedef unsigned _int64 UL; #endif +int dmar(int,int,int,int); + struct PrimesS { - int prime, primroot; - int bitwid, d; + int prime, primroot; + int bitwid, d; }; #if defined(USE_FLOAT) @@ -123,17 +125,17 @@ typedef unsigned int ModNum; void C_DFT_FORE(ModNum *,int,int,int,ModNum *, #ifdef POWA_STRIDE - int + int #else - ModNum *,int,ModNum,double,ModNum * + ModNum *,int,ModNum,double,ModNum * #endif ); void C_DFT_BACK(ModNum *,int,int,int,ModNum *, #ifdef POWA_STRIDE - int + int #else - ModNum *,int,int,int,ModNum,ModNum,double,ModNum * + ModNum *,int,int,int,ModNum,ModNum,double,ModNum * #endif );