From 9631ec05f6ddc60b231e5fad280e5a5242c5bab3 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 13 Nov 2008 21:22:39 +0000 Subject: -- fix tests. For some reason commenting out a prototype or two in nbench1.h killed all the tests git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@16 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nbench1.h | 84 --------------------------------------------------------------- 1 file changed, 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 -- cgit v1.2.3