summaryrefslogtreecommitdiff
path: root/emfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'emfloat.h')
-rw-r--r--emfloat.h11
1 files changed, 0 insertions, 11 deletions
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);