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

  1. // pragmas for mathieeesingtrans.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_MATHIEEESINGTRANS_LIB_H
  5. #define _INCLUDE_PRAGMA_MATHIEEESINGTRANS_LIB_H
  6.  
  7. #ifndef  CLIB_MATHIEEESINGTRANS_PROTOS_H
  8. #include <clib/mathieeesingtrans_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(MathIeeeSingTransBase, 0x1e, IEEESPAtan(d0))
  17. #pragma amicall(MathIeeeSingTransBase, 0x24, IEEESPSin(d0))
  18. #pragma amicall(MathIeeeSingTransBase, 0x2a, IEEESPCos(d0))
  19. #pragma amicall(MathIeeeSingTransBase, 0x30, IEEESPTan(d0))
  20. #pragma amicall(MathIeeeSingTransBase, 0x36, IEEESPSincos(a0,d0))
  21. #pragma amicall(MathIeeeSingTransBase, 0x3c, IEEESPSinh(d0))
  22. #pragma amicall(MathIeeeSingTransBase, 0x42, IEEESPCosh(d0))
  23. #pragma amicall(MathIeeeSingTransBase, 0x48, IEEESPTanh(d0))
  24. #pragma amicall(MathIeeeSingTransBase, 0x4e, IEEESPExp(d0))
  25. #pragma amicall(MathIeeeSingTransBase, 0x54, IEEESPLog(d0))
  26. #pragma amicall(MathIeeeSingTransBase, 0x5a, IEEESPPow(d1,d0))
  27. #pragma amicall(MathIeeeSingTransBase, 0x60, IEEESPSqrt(d0))
  28. #pragma amicall(MathIeeeSingTransBase, 0x66, IEEESPTieee(d0))
  29. #pragma amicall(MathIeeeSingTransBase, 0x6c, IEEESPFieee(d0))
  30. #pragma amicall(MathIeeeSingTransBase, 0x72, IEEESPAsin(d0))
  31. #pragma amicall(MathIeeeSingTransBase, 0x78, IEEESPAcos(d0))
  32. #pragma amicall(MathIeeeSingTransBase, 0x7e, IEEESPLog10(d0))
  33.  
  34. #ifdef CPLUSPLUSON
  35. #undef CPLUSPLUSON
  36. #pragma +
  37. #endif
  38.  
  39. #endif
  40.