[BACK]Return to dft.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / fft

Diff for /OpenXM_contrib2/asir2000/fft/dft.h between version 1.3 and 1.4

version 1.3, 2000/08/22 05:04:12 version 1.4, 2003/02/14 22:29:10
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/fft/dft.h,v 1.2 2000/08/21 08:31:33 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/fft/dft.h,v 1.3 2000/08/22 05:04:12 noro Exp $
 */  */
 #if LONG_IS_32BIT  #if defined(LONG_IS_32BIT)
 #if defined(VISUAL)  #if defined(VISUAL)
 typedef unsigned _int64 UL;  typedef unsigned _int64 UL;
 #else  #else
Line 62  struct PrimesS {
Line 62  struct PrimesS {
         int  bitwid, d;          int  bitwid, d;
 };  };
   
 #if USE_FLOAT  #if defined(USE_FLOAT)
 #define NPrimes 536  #define NPrimes 536
 #else  #else
 #define NPrimes 13681  #define NPrimes 13681
 #endif  #endif
   
 #if USE_FLOAT  #if defined(USE_FLOAT)
 typedef float ModNum;  typedef float ModNum;
   
 #define AxBplusCmodP(ans,anstype,a,b,c,p,pinv) \  #define AxBplusCmodP(ans,anstype,a,b,c,p,pinv) \

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>