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

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