home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / math / logical.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.9 KB  |  59 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : package LOGICAL
  4. -- Version      : 1.0
  5. -- Author       : Joseph M. Orost
  6. --              : Concurrent Computer Corporation
  7. --              : 106 Apple St.
  8. --              : Tinton Falls, NJ  07724
  9. -- DDN Address  : vax135!petsd!joe@BERKELEY
  10. -- Copyright    : ** not copyright **
  11. -- Date created :  June 1, 1986
  12. -- Release date :  June 13, 1986
  13. -- Last update  :
  14. -- Machine/System Compiled/Run on : CCUR_3200MPS, C3-Ada R00-00
  15. --                                                           -*
  16. ---------------------------------------------------------------
  17. --                                                           -*
  18. -- Keywords     :  LOGICAL OPERATIONS
  19. --
  20. -- Abstract     :  This package provides logical operations
  21. ----------------:  such as AND, OR, XOR, NOT, SHIFT, ROTATE,
  22. ----------------:  on operands of type INTEGER.  It is portable 
  23. ----------------:  to any two's complement machine.  For
  24. ----------------:  increased efficiency, the body can be
  25. ----------------:  re-implemented via PRAGMA interface(assembler.
  26. --                                                           -*
  27. ------------------ Revision history ---------------------------
  28. --                                                           -*
  29. -- DATE         VERSION    AUTHOR                  HISTORY
  30. -- 06/13/86      1.0    Orost           Initial Release
  31. --                                                           -*
  32. ------------------ Distribution and Copyright -----------------
  33. --                                                           -*
  34. -- This software is released to the Ada community.
  35. -- This software is released to the Public Domain (note:
  36. --   software released to the Public Domain is not subject
  37. --   to copyright protection).
  38. -- Restrictions on use or distribution:  NONE
  39. --                                                           -*
  40. ------------------ Disclaimer ---------------------------------
  41. --                                                           -*
  42. -- This software and its documentation are provided "AS IS" and
  43. -- without any expressed or implied warranties whatsoever.
  44. -- No warranties as to performance, merchantability, or fitness
  45. -- for a particular purpose exist.
  46. --
  47. -- Because of the diversity of conditions and hardware under
  48. -- which this software may be used, no warranty of fitness for
  49. -- a particular purpose is offered.  The user is advised to
  50. -- test the software thoroughly before relying on it.  The user
  51. -- must assume the entire risk and liability of using this
  52. -- software.
  53. --
  54. -- In no event shall any person or organization of people be
  55. -- held responsible for any direct, indirect, consequential
  56. -- or inconsequential damages or lost profits.
  57. --                                                           -*
  58. -------------------END-PROLOGUE--------------------------------
  59.