[comp.sources.atari.st] v01i018: Dummy floating-point math routines for Megamax

koreth@ssyx.ucsc.edu (Steven Grimm) (04/25/88)

Submitted-by: braner@tcgould.tn.cornell.edu (Moshe Braner)
Posting-number: Volume 1, Issue 18
Archive-name: fdum

/*  A dummy fmath.c (to make fmath.o) that will satisfy the linker
    but not introduce any FP code into non-FP programs.

	By Moshe Braner, 870629.
 */

int _maxprec;
long jmp_tbl[5];
double _fpreg0, _fpreg1, _fpreg2;

_fcom(){}
_fadd(){}
_fsub(){}
_fmul(){}
_fdiv(){}
_incdouble(){}
_decdouble(){}
_incfloat(){}
_decfloat(){}
_0from_lon(){}
_0to_long(){}
_0from_flo(){}
_0to_float(){}
_1from_lon(){}
_1to_long(){}
_1from_flo(){}
_1to_float(){}
_2from_lon(){}
_2to_long(){}
_2from_flo(){}
_2to_float(){}
_ffunc(){}
_to_float(){}
_from_floa(){}
_from_long(){}
_to_long(){}
power10(){}
fconvert(){}
exponent(){}
putexp(){}