summaryrefslogtreecommitdiff
path: root/nbench1.h
diff options
context:
space:
mode:
Diffstat (limited to 'nbench1.h')
-rw-r--r--nbench1.h84
1 files changed, 0 insertions, 84 deletions
diff --git a/nbench1.h b/nbench1.h
index 6d0f63a..a892043 100644
--- a/nbench1.h
+++ b/nbench1.h
@@ -45,10 +45,7 @@ extern HuffStruct global_huffstruct;
extern NNetStruct global_nnetstruct;
extern LUStruct global_lustruct;
-#if 0
/* External PROTOTYPES */
-/*extern unsigned long abs_randwc(unsigned long num);*/ /* From MISC */
-/*extern long randnum(long lngval);*/
extern int32_t randwc(int32_t num);
extern uint32_t abs_randwc(uint32_t num);
extern int32_t randnum(int32_t lngval);
@@ -64,84 +61,3 @@ extern unsigned long StartStopwatch();
extern unsigned long StopStopwatch(unsigned long startticks);
extern unsigned long TicksToSecs(unsigned long tickamount);
extern double TicksToFracSecs(unsigned long tickamount);
-/*****************
-** NUMERIC SORT **
-*****************/
-
-/*
-** PROTOTYPES
-*/
-void DoNumSort(void);
-
-/****************
-** STRING SORT **
-*****************
-*/
-
-
-/*
-** PROTOTYPES
-*/
-void DoStringSort(void);
-
-/************************
-** BITFIELD OPERATIONS **
-*************************
-*/
-
-/*
-** PROTOTYPES
-*/
-void DoBitops(void);
-
-/****************************
-** EMULATED FLOATING POINT **
-****************************/
-
-/*
-** PROTOTYPES
-*/
-void DoEmFloat(void);
-
-
-/*************************
-** FOURIER COEFFICIENTS **
-*************************/
-
-/*
-** PROTOTYPES
-*/
-void DoFourier(void);
-
-/*************************
-** ASSIGNMENT ALGORITHM **
-*************************/
-
-void DoAssign(void);
-
-/********************
-** IDEA ENCRYPTION **
-********************/
-
-void DoIDEA(void);
-
-/************************
-** HUFFMAN COMPRESSION **
-************************/
-
-void DoHuffman(void);
-
-
-/********************************
-** BACK PROPAGATION NEURAL NET **
-********************************/
-
-void DoNNET(void);
-
-/***********************
-** LU DECOMPOSITION **
-** (Linear Equations) **
-***********************/
-
-void DoLU(void);
-#endif