home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
pragma
/
mathieeedoubtrans.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
1KB
|
24 lines
#ifndef PRAGMA_MATHIEEEDOUBTRANS_H
#define PRAGMA_MATHIEEEDOUBTRANS_H
/* "mathieeedoubtrans.library" */
#pragma amicall(_MathIeeeDoubTransBase, 0x1E, IEEEDPAtan(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x24, IEEEDPSin(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x2A, IEEEDPCos(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x30, IEEEDPTan(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x36, IEEEDPSincos(a0,d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x3C, IEEEDPSinh(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x42, IEEEDPCosh(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x48, IEEEDPTanh(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x4E, IEEEDPExp(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x54, IEEEDPLog(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x5A, IEEEDPPow(d2,d3,d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x60, IEEEDPSqrt(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x66, IEEEDPTieee(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x6C, IEEEDPFieee(d0))
#pragma amicall(_MathIeeeDoubTransBase, 0x72, IEEEDPAsin(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x78, IEEEDPAcos(d0,d1))
#pragma amicall(_MathIeeeDoubTransBase, 0x7E, IEEEDPLog10(d0,d1))
#endif /* PRAGMA_MATHIEEEDOUBTRANS_H */