home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / MAXONC3_6OF8.DMS / in.adf / incl.lha / INCLUDE / pragma / mathieeedoubbas_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-22  |  1.1 KB  |  32 lines

  1. // pragmas for mathieedoubbas.library
  2. // (c) Maxon Computer 1994
  3. #ifndef _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
  4. #define _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
  5.  
  6. #ifdef __cplusplus
  7. #define CPLUSPLUSON
  8. #pragma -
  9. #endif
  10.  
  11. #include <clib/mathieeedoubbas_protos.h>
  12.  
  13. #pragma amicall(MathIeeeDoubBasBase, 0x1e, IEEEDPFix(d0,d1))
  14. #pragma amicall(MathIeeeDoubBasBase, 0x24, IEEEDPFlt(d0))
  15. #pragma amicall(MathIeeeDoubBasBase, 0x2a, IEEEDPCmp(d0,d1,d2,d3))
  16. #pragma amicall(MathIeeeDoubBasBase, 0x30, IEEEDPTst(d0,d1))
  17. #pragma amicall(MathIeeeDoubBasBase, 0x36, IEEEDPAbs(d0,d1))
  18. #pragma amicall(MathIeeeDoubBasBase, 0x3c, IEEEDPNeg(d0,d1))
  19. #pragma amicall(MathIeeeDoubBasBase, 0x42, IEEEDPAdd(d0,d1,d2,d3))
  20. #pragma amicall(MathIeeeDoubBasBase, 0x48, IEEEDPSub(d0,d1,d2,d3))
  21. #pragma amicall(MathIeeeDoubBasBase, 0x4e, IEEEDPMul(d0,d1,d2,d3))
  22. #pragma amicall(MathIeeeDoubBasBase, 0x54, IEEEDPDiv(d0,d1,d2,d3))
  23. #pragma amicall(MathIeeeDoubBasBase, 0x5a, IEEEDPFloor(d0,d1))
  24. #pragma amicall(MathIeeeDoubBasBase, 0x60, IEEEDPCeil(d0,d1))
  25.  
  26. #ifdef CPLUSPLUSON
  27. #undef CPLUSPLUSON
  28. #pragma +
  29. #endif
  30.  
  31. #endif
  32.