#ifndef PRAGMA_MATHIEEESINGBAS_LIB_H #define PRAGMA_MATHIEEESINGBAS_LIB_H /* ** $VER: mathieeesingbas_lib.h 47.1 (30.11.2021) ** ** Aztec 'C', Maxon 'C' and StormC format pragma files. */ #ifndef CLIB_MATHIEEESINGBAS_PROTOS_H #include #endif /* CLIB_MATHIEEESINGBAS_PROTOS_H */ /* "mathieeesingbas.library" */ #pragma amicall(MathIeeeSingBasBase, 0x1e, IEEESPFix(d0)) #pragma amicall(MathIeeeSingBasBase, 0x24, IEEESPFlt(d0)) #pragma amicall(MathIeeeSingBasBase, 0x2a, IEEESPCmp(d0,d1)) #pragma amicall(MathIeeeSingBasBase, 0x30, IEEESPTst(d0)) #pragma amicall(MathIeeeSingBasBase, 0x36, IEEESPAbs(d0)) #pragma amicall(MathIeeeSingBasBase, 0x3c, IEEESPNeg(d0)) #pragma amicall(MathIeeeSingBasBase, 0x42, IEEESPAdd(d0,d1)) #pragma amicall(MathIeeeSingBasBase, 0x48, IEEESPSub(d0,d1)) #pragma amicall(MathIeeeSingBasBase, 0x4e, IEEESPMul(d0,d1)) #pragma amicall(MathIeeeSingBasBase, 0x54, IEEESPDiv(d0,d1)) #pragma amicall(MathIeeeSingBasBase, 0x5a, IEEESPFloor(d0)) #pragma amicall(MathIeeeSingBasBase, 0x60, IEEESPCeil(d0)) #endif /* PRAGMA_MATHIEEESINGBAS_LIB_H */