home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff473.lzh / CNewsSrc / cnews_src.lzh / include / pragma / mathieeesingbas.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  864b  |  19 lines

  1. #ifndef PRAGMA_MATHIEEESINGBAS_H
  2. #define PRAGMA_MATHIEEESINGBAS_H
  3.  
  4. /* "mathieeesingbas.library" */
  5. #pragma amicall(_MathIeeeSingBasBase, 0x1E, IEEESPFix(d0))
  6. #pragma amicall(_MathIeeeSingBasBase, 0x24, IEEESPFlt(d0))
  7. #pragma amicall(_MathIeeeSingBasBase, 0x2A, IEEESPCmp(d0,d1))
  8. #pragma amicall(_MathIeeeSingBasBase, 0x30, IEEESPTst(d0))
  9. #pragma amicall(_MathIeeeSingBasBase, 0x36, IEEESPAbs(d0))
  10. #pragma amicall(_MathIeeeSingBasBase, 0x3C, IEEESPNeg(d0))
  11. #pragma amicall(_MathIeeeSingBasBase, 0x42, IEEESPAdd(d0,d1))
  12. #pragma amicall(_MathIeeeSingBasBase, 0x48, IEEESPSub(d0,d1))
  13. #pragma amicall(_MathIeeeSingBasBase, 0x4E, IEEESPMul(d0,d1))
  14. #pragma amicall(_MathIeeeSingBasBase, 0x54, IEEESPDiv(d0,d1))
  15. #pragma amicall(_MathIeeeSingBasBase, 0x5A, IEEESPFloor(d0))
  16. #pragma amicall(_MathIeeeSingBasBase, 0x60, IEEESPCeil(d0))
  17.  
  18. #endif /* PRAGMA_MATHIEEESINGBAS_H */
  19.