PandA-2024.02
Macros
atax.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LARGE_DATASET
 This version is stamped on May 10, 2016. More...
 
#define M   1900
 
#define N   2100
 
#define _PB_M   POLYBENCH_LOOP_BOUND(M,m)
 
#define _PB_N   POLYBENCH_LOOP_BOUND(N,n)
 
#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)
 

Macro Definition Documentation

◆ _PB_M

#define _PB_M   POLYBENCH_LOOP_BOUND(M,m)

Definition at line 48 of file atax.h.

◆ _PB_N

#define _PB_N   POLYBENCH_LOOP_BOUND(N,n)

Definition at line 49 of file atax.h.

◆ DATA_PRINTF_MODIFIER

#define DATA_PRINTF_MODIFIER   "%0.2lf "

Definition at line 74 of file atax.h.

◆ DATA_TYPE

#define DATA_TYPE   double

Definition at line 73 of file atax.h.

◆ DATA_TYPE_IS_DOUBLE

#define DATA_TYPE_IS_DOUBLE

Definition at line 54 of file atax.h.

◆ EXP_FUN

#define EXP_FUN (   x)    exp(x)

Definition at line 77 of file atax.h.

◆ LARGE_DATASET

#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

Definition at line 15 of file atax.h.

◆ M

#define M   1900

Definition at line 36 of file atax.h.

◆ N

#define N   2100

Definition at line 37 of file atax.h.

◆ POW_FUN

#define POW_FUN (   x,
 
)    pow(x,y)

Definition at line 78 of file atax.h.

◆ SCALAR_VAL

#define SCALAR_VAL (   x)    x

Definition at line 75 of file atax.h.

◆ SQRT_FUN

#define SQRT_FUN (   x)    sqrt(x)

Definition at line 76 of file atax.h.


Generated on Mon Feb 12 2024 13:03:12 for PandA-2024.02 by doxygen 1.8.13