From 332747f6df0cd2af6535d81ccde00ade374563fa Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 Nov 2008 02:19:34 +0000 Subject: Clean out fpemulation struct. Replace members with local static variables git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@48 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- emfloat.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'emfloat.h') diff --git a/emfloat.h b/emfloat.h index 8290da8..3c453b6 100644 --- a/emfloat.h +++ b/emfloat.h @@ -73,15 +73,7 @@ #define OPERAND_INFINITY 3 #define OPERAND_NAN 4 -/* -** Following already defined in NMGLOBAL.H -** #define INTERNAL_FPF_PRECISION 4 -*/ - -/* -** TYPEDEFS -*/ typedef struct { @@ -91,9 +83,6 @@ typedef struct uint16_t mantissa[INTERNAL_FPF_PRECISION]; } InternalFPF; -/* -** PROTOTYPES -*/ void AddSubInternalFPF(unsigned char operation,InternalFPF *x, InternalFPF *y, InternalFPF *z); void MultiplyInternalFPF(InternalFPF *x,InternalFPF *y, InternalFPF *z); void DivideInternalFPF(InternalFPF *x,InternalFPF *y, InternalFPF *z); -- cgit v1.2.3