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

  1. #ifndef PRAGMA_MATHIEEEDOUBBAS_H
  2. #define PRAGMA_MATHIEEEDOUBBAS_H
  3.  
  4. /* "mathieeedoubbas.library" */
  5. #pragma amicall(_MathIeeeDoubBasBase, 0x1E, IEEEDPFix(d0,d1))
  6. #pragma amicall(_MathIeeeDoubBasBase, 0x24, IEEEDPFlt(d0))
  7. #pragma amicall(_MathIeeeDoubBasBase, 0x2A, IEEEDPCmp(d0,d1,d2,d3))
  8. #pragma amicall(_MathIeeeDoubBasBase, 0x30, IEEEDPTst(d0,d1))
  9. #pragma amicall(_MathIeeeDoubBasBase, 0x36, IEEEDPAbs(d0,d1))
  10. #pragma amicall(_MathIeeeDoubBasBase, 0x3C, IEEEDPNeg(d0,d1))
  11. #pragma amicall(_MathIeeeDoubBasBase, 0x42, IEEEDPAdd(d0,d1,d2,d3))
  12. #pragma amicall(_MathIeeeDoubBasBase, 0x48, IEEEDPSub(d0,d1,d2,d3))
  13. #pragma amicall(_MathIeeeDoubBasBase, 0x4E, IEEEDPMul(d0,d1,d2,d3))
  14. #pragma amicall(_MathIeeeDoubBasBase, 0x54, IEEEDPDiv(d0,d1,d2,d3))
  15. /*--- functions in V33 or higher (distributed as Release 1.2) --- */
  16. #pragma amicall(_MathIeeeDoubBasBase, 0x5A, IEEEDPFloor(d0,d1))
  17. #pragma amicall(_MathIeeeDoubBasBase, 0x60, IEEEDPCeil(d0,d1))
  18.  
  19. #endif /* PRAGMA_MATHIEEEDOUBBAS_H */
  20.