From 37438ca202a9a1f4e782f1d1803686fc6b65e918 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 12 Nov 2008 23:25:26 +0000 Subject: Move static function prototypes from nbench1.h to appropriate files git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@14 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- fourier.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'fourier.c') diff --git a/fourier.c b/fourier.c index b6f40c8..4ce1153 100644 --- a/fourier.c +++ b/fourier.c @@ -11,6 +11,18 @@ ** FOURIER COEFFICIENTS ** *************************/ +static unsigned long DoFPUTransIteration(double *abase, + double *bbase, + unsigned long arraysize); +static double TrapezoidIntegrate(double x0, + double x1, + int nsteps, + double omegan, + int select); +static double thefunction(double x, + double omegan, + int select); + /************** ** DoFourier ** *************** -- cgit v1.2.3