PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | LARGE_DATASET |
This version is stamped on May 10, 2016. More... | |
#define | NQ 140 |
#define | NR 150 |
#define | NP 160 |
#define | _PB_NQ POLYBENCH_LOOP_BOUND(NQ,nq) |
#define | _PB_NR POLYBENCH_LOOP_BOUND(NR,nr) |
#define | _PB_NP POLYBENCH_LOOP_BOUND(NP,np) |
#define | DATA_TYPE_IS_DOUBLE |
#define | DATA_TYPE double |
#define | DATA_PRINTF_MODIFIER "%0.2lf " |
#define | SCALAR_VAL(x) x |
#define | SQRT_FUN(x) sqrt(x) |
#define | EXP_FUN(x) exp(x) |
#define | POW_FUN(x, y) pow(x,y) |
#define _PB_NP POLYBENCH_LOOP_BOUND(NP,np) |
Definition at line 55 of file doitgen.h.
Referenced by __attribute__().
#define _PB_NQ POLYBENCH_LOOP_BOUND(NQ,nq) |
Definition at line 53 of file doitgen.h.
Referenced by __attribute__().
#define _PB_NR POLYBENCH_LOOP_BOUND(NR,nr) |
Definition at line 54 of file doitgen.h.
Referenced by __attribute__().
#define LARGE_DATASET |
This version is stamped on May 10, 2016.
Contact: Louis-Noel Pouchet <pouchet.ohio-state.edu> Tomofumi Yuki <tomofumi.yuki.fr>
Web address: http://polybench.sourceforge.net
#define NP 160 |
Definition at line 41 of file doitgen.h.
Referenced by module::copy(), and main().