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

  1. // pragmas for mathieeedoubtrans.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_MATHIEEEDOUBTRANS_LIB_H
  5. #define _INCLUDE_PRAGMA_MATHIEEEDOUBTRANS_LIB_H
  6.  
  7. #ifndef  CLIB_MATHIEEEDOUBTRANS_PROTOS_H
  8. #include <clib/mathieeedoubtrans_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(MathIeeeDoubTransBase, 0x1e, IEEEDPAtan(d0,d1))
  17. #pragma amicall(MathIeeeDoubTransBase, 0x24, IEEEDPSin(d0,d1))
  18. #pragma amicall(MathIeeeDoubTransBase, 0x2a, IEEEDPCos(d0,d1))
  19. #pragma amicall(MathIeeeDoubTransBase, 0x30, IEEEDPTan(d0,d1))
  20. #pragma amicall(MathIeeeDoubTransBase, 0x36, IEEEDPSincos(a0,d0,d1))
  21. #pragma amicall(MathIeeeDoubTransBase, 0x3c, IEEEDPSinh(d0,d1))
  22. #pragma amicall(MathIeeeDoubTransBase, 0x42, IEEEDPCosh(d0,d1))
  23. #pragma amicall(MathIeeeDoubTransBase, 0x48, IEEEDPTanh(d0,d1))
  24. #pragma amicall(MathIeeeDoubTransBase, 0x4e, IEEEDPExp(d0,d1))
  25. #pragma amicall(MathIeeeDoubTransBase, 0x54, IEEEDPLog(d0,d1))
  26. #pragma amicall(MathIeeeDoubTransBase, 0x5a, IEEEDPPow(d2,d3,d0,d1))
  27. #pragma amicall(MathIeeeDoubTransBase, 0x60, IEEEDPSqrt(d0,d1))
  28. #pragma amicall(MathIeeeDoubTransBase, 0x66, IEEEDPTieee(d0,d1))
  29. #pragma amicall(MathIeeeDoubTransBase, 0x6c, IEEEDPFieee(d0))
  30. #pragma amicall(MathIeeeDoubTransBase, 0x72, IEEEDPAsin(d0,d1))
  31. #pragma amicall(MathIeeeDoubTransBase, 0x78, IEEEDPAcos(d0,d1))
  32. #pragma amicall(MathIeeeDoubTransBase, 0x7e, IEEEDPLog10(d0,d1))
  33.  
  34. #ifdef CPLUSPLUSON
  35. #undef CPLUSPLUSON
  36. #pragma +
  37. #endif
  38.  
  39. #endif
  40.