Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
prototypes.h
Go to the documentation of this file.
1 
2 /***********************/
3 /* function prototypes */
4 /***********************/
5 void full_verify( void );
6 
7 double randlc( double *X, double *A );
8 
9 void c_print_results( const char *name,
10  const char class,
11  int n1,
12  int n2,
13  int n3,
14  int niter,
15  int nprocs_compiled,
16  int nprocs_total,
17  double t,
18  double mops,
19  const char *optype,
21  const char *npbversion,
22  const char *compiletime,
23  const char *mpicc,
24  const char *clink,
25  const char *cmpi_lib,
26  const char *cmpi_inc,
27  const char *cflags,
28  const char *clinkflags );
29 
30 
#define A
Definition: mg.c:64
void full_verify(void)
Definition: is.c:839
void c_print_results(char *name, char class, int n1, int n2, int n3, int niter, int nprocs_compiled, int nprocs_total, double t, double mops, char *optype, int passed_verification, char *npbversion, char *compiletime, char *mpicc, char *clink, char *cmpi_lib, char *cmpi_inc, char *cflags, char *clinkflags)
double randlc(double *X, double *A)
Definition: c_randlc.c:40
HitCounter passed_verification
Definition: is.c:185