home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / include / pragma / mathieeedoubtrans.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  1KB  |  24 lines

  1. #ifndef PRAGMA_MATHIEEEDOUBTRANS_H
  2. #define PRAGMA_MATHIEEEDOUBTRANS_H
  3.  
  4. /* "mathieeedoubtrans.library" */
  5. #pragma amicall(_MathIeeeDoubTransBase, 0x1E, IEEEDPAtan(d0,d1))
  6. #pragma amicall(_MathIeeeDoubTransBase, 0x24, IEEEDPSin(d0,d1))
  7. #pragma amicall(_MathIeeeDoubTransBase, 0x2A, IEEEDPCos(d0,d1))
  8. #pragma amicall(_MathIeeeDoubTransBase, 0x30, IEEEDPTan(d0,d1))
  9. #pragma amicall(_MathIeeeDoubTransBase, 0x36, IEEEDPSincos(a0,d0,d1))
  10. #pragma amicall(_MathIeeeDoubTransBase, 0x3C, IEEEDPSinh(d0,d1))
  11. #pragma amicall(_MathIeeeDoubTransBase, 0x42, IEEEDPCosh(d0,d1))
  12. #pragma amicall(_MathIeeeDoubTransBase, 0x48, IEEEDPTanh(d0,d1))
  13. #pragma amicall(_MathIeeeDoubTransBase, 0x4E, IEEEDPExp(d0,d1))
  14. #pragma amicall(_MathIeeeDoubTransBase, 0x54, IEEEDPLog(d0,d1))
  15. #pragma amicall(_MathIeeeDoubTransBase, 0x5A, IEEEDPPow(d2,d3,d0,d1))
  16. #pragma amicall(_MathIeeeDoubTransBase, 0x60, IEEEDPSqrt(d0,d1))
  17. #pragma amicall(_MathIeeeDoubTransBase, 0x66, IEEEDPTieee(d0,d1))
  18. #pragma amicall(_MathIeeeDoubTransBase, 0x6C, IEEEDPFieee(d0))
  19. #pragma amicall(_MathIeeeDoubTransBase, 0x72, IEEEDPAsin(d0,d1))
  20. #pragma amicall(_MathIeeeDoubTransBase, 0x78, IEEEDPAcos(d0,d1))
  21. #pragma amicall(_MathIeeeDoubTransBase, 0x7E, IEEEDPLog10(d0,d1))
  22.  
  23. #endif /* PRAGMA_MATHIEEEDOUBTRANS_H */
  24.