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

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