home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / lib / mathlib / libfft / TRY / constant.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  310 b   |  20 lines

  1.  
  2. #define    MIN_SIZE    8
  3. #define INC_SIZE    7
  4. #define MAX_SIZE    777
  5. #define MAX_2D        333
  6. #define MAX_3D        55
  7.  
  8. #define MAX_STRIDE  5
  9. #define DEF_TRIALS  33
  10.  
  11. #define MAX_FLOPS   4.e+6
  12.  
  13. #define STOLERANCE    4.e-3
  14. #define DTOLERANCE    1.e-10
  15.  
  16. #define MY_CHECK    -999.
  17.  
  18. char *my_alloc( int);
  19. int my_free(char *);
  20.