home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume21 / cloops / part01 / params.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-25  |  1.0 KB  |  35 lines

  1. /*
  2.  * This file is part of the Livermore Loops transliteration into C.
  3.  * Copyright (C) 1991 by Martin Fouts
  4.  *
  5.  * This program is free software; you can redistribute it and/or modify
  6.  * it under the terms of the GNU General Public License as published by
  7.  * the Free Software Foundation; either version 1, or (at your option)
  8.  * any later version.
  9.  *
  10.  * This program is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  * GNU General Public License for more details.
  14.  *
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with this program; if not, write to the Free Software
  17.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  */
  19.  
  20. #define l1 1001
  21. #define l2 101
  22. #define l13 64
  23. #define l13h (l13/2)
  24. #define l213 (l13+l13h)
  25. #define l813 (8*l13)
  26. #define l14 512
  27. #define l16 75
  28. #define l416 4*75
  29. #define l21 25
  30. #define m1 1000
  31. #define m2 100
  32. #define m7 (1001-6)
  33. #define NTESTS 47
  34.  
  35.