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 | W 4096 |
#define | H 2160 |
#define | _PB_W POLYBENCH_LOOP_BOUND(W,w) |
#define | _PB_H POLYBENCH_LOOP_BOUND(H,h) |
#define | DATA_TYPE_IS_FLOAT |
#define | DATA_TYPE float |
#define | DATA_PRINTF_MODIFIER "%0.2f " |
#define | SCALAR_VAL(x) x##f |
#define | SQRT_FUN(x) sqrtf(x) |
#define | EXP_FUN(x) expf(x) |
#define | POW_FUN(x, y) powf(x,y) |
#define _PB_H POLYBENCH_LOOP_BOUND(H,h) |
Definition at line 49 of file deriche.h.
Referenced by __attribute__().
#define _PB_W POLYBENCH_LOOP_BOUND(W,w) |
Definition at line 48 of file deriche.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 W 4096 |
Definition at line 36 of file deriche.h.
Referenced by main(), and sha_transform().