home *** CD-ROM | disk | FTP | other *** search
- // pragmas for mathieedoubbas.library
- // (c) Maxon Computer 1994
- #ifndef _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
- #define _INCLUDE_PRAGMA_MATHIEEEDOUBBAS_LIB_H
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #include <clib/mathieeedoubbas_protos.h>
-
- #pragma amicall(MathIeeeDoubBasBase, 0x1e, IEEEDPFix(d0,d1))
- #pragma amicall(MathIeeeDoubBasBase, 0x24, IEEEDPFlt(d0))
- #pragma amicall(MathIeeeDoubBasBase, 0x2a, IEEEDPCmp(d0,d1,d2,d3))
- #pragma amicall(MathIeeeDoubBasBase, 0x30, IEEEDPTst(d0,d1))
- #pragma amicall(MathIeeeDoubBasBase, 0x36, IEEEDPAbs(d0,d1))
- #pragma amicall(MathIeeeDoubBasBase, 0x3c, IEEEDPNeg(d0,d1))
- #pragma amicall(MathIeeeDoubBasBase, 0x42, IEEEDPAdd(d0,d1,d2,d3))
- #pragma amicall(MathIeeeDoubBasBase, 0x48, IEEEDPSub(d0,d1,d2,d3))
- #pragma amicall(MathIeeeDoubBasBase, 0x4e, IEEEDPMul(d0,d1,d2,d3))
- #pragma amicall(MathIeeeDoubBasBase, 0x54, IEEEDPDiv(d0,d1,d2,d3))
- #pragma amicall(MathIeeeDoubBasBase, 0x5a, IEEEDPFloor(d0,d1))
- #pragma amicall(MathIeeeDoubBasBase, 0x60, IEEEDPCeil(d0,d1))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-