home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_3.DMS / in.adf / C-Incl.Lha / pragma / mathieeesingbas_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-02  |  1.1 KB  |  38 lines

  1. #ifndef _INCLUDE_PRAGMA_MATHIEEESINGBAS_LIB_H
  2. #define _INCLUDE_PRAGMA_MATHIEEESINGBAS_LIB_H
  3.  
  4. /*
  5. **  $VER: mathieeesingbas_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_MATHIEEESINGBAS_PROTOS_H
  13. #include <clib/mathieeesingbas_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(MathIeeeSingBasBase, 0x1e, IEEESPFix(d0))
  21. #pragma amicall(MathIeeeSingBasBase, 0x24, IEEESPFlt(d0))
  22. #pragma amicall(MathIeeeSingBasBase, 0x2a, IEEESPCmp(d0,d1))
  23. #pragma amicall(MathIeeeSingBasBase, 0x30, IEEESPTst(d0))
  24. #pragma amicall(MathIeeeSingBasBase, 0x36, IEEESPAbs(d0))
  25. #pragma amicall(MathIeeeSingBasBase, 0x3c, IEEESPNeg(d0))
  26. #pragma amicall(MathIeeeSingBasBase, 0x42, IEEESPAdd(d0,d1))
  27. #pragma amicall(MathIeeeSingBasBase, 0x48, IEEESPSub(d0,d1))
  28. #pragma amicall(MathIeeeSingBasBase, 0x4e, IEEESPMul(d0,d1))
  29. #pragma amicall(MathIeeeSingBasBase, 0x54, IEEESPDiv(d0,d1))
  30. #pragma amicall(MathIeeeSingBasBase, 0x5a, IEEESPFloor(d0))
  31. #pragma amicall(MathIeeeSingBasBase, 0x60, IEEESPCeil(d0))
  32.  
  33. #ifdef __cplusplus
  34. }
  35. #endif
  36.  
  37. #endif
  38.