home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / pragma / mathieeesingbas_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  1.1 KB  |  35 lines

  1. // pragmas for mathieeesingbas.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_MATHIEEESINGBAS_LIB_H
  5. #define _INCLUDE_PRAGMA_MATHIEEESINGBAS_LIB_H
  6.  
  7. #ifndef  CLIB_MATHIEEESINGBAS_PROTOS_H
  8. #include <clib/mathieeesingbas_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(MathIeeeSingBasBase, 0x1e, IEEESPFix(d0))
  17. #pragma amicall(MathIeeeSingBasBase, 0x24, IEEESPFlt(d0))
  18. #pragma amicall(MathIeeeSingBasBase, 0x2a, IEEESPCmp(d0,d1))
  19. #pragma amicall(MathIeeeSingBasBase, 0x30, IEEESPTst(d0))
  20. #pragma amicall(MathIeeeSingBasBase, 0x36, IEEESPAbs(d0))
  21. #pragma amicall(MathIeeeSingBasBase, 0x3c, IEEESPNeg(d0))
  22. #pragma amicall(MathIeeeSingBasBase, 0x42, IEEESPAdd(d0,d1))
  23. #pragma amicall(MathIeeeSingBasBase, 0x48, IEEESPSub(d0,d1))
  24. #pragma amicall(MathIeeeSingBasBase, 0x4e, IEEESPMul(d0,d1))
  25. #pragma amicall(MathIeeeSingBasBase, 0x54, IEEESPDiv(d0,d1))
  26. #pragma amicall(MathIeeeSingBasBase, 0x5a, IEEESPFloor(d0))
  27. #pragma amicall(MathIeeeSingBasBase, 0x60, IEEESPCeil(d0))
  28.  
  29. #ifdef CPLUSPLUSON
  30. #undef CPLUSPLUSON
  31. #pragma +
  32. #endif
  33.  
  34. #endif
  35.