home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / piwg / a000104.ada < prev    next >
Encoding:
Text File  |  1988-05-03  |  289 b   |  17 lines

  1. -- This is a procedure that calls the composite benchmarks once
  2.  
  3. with A000091 ;
  4. --with A000092 ; -- provide local math routines & fix up A000092.ADA
  5. with A000093 ;
  6. with A000094 ;
  7.  
  8. procedure A000104 is
  9. begin
  10.  
  11.   A000091 ;
  12. --  A000092 ;
  13.   A000093 ;
  14.   A000094 ;
  15.  
  16. end A000104 ;
  17.