31 for (i = 0; i < n; i++)
49 for (i = 0; i < n; i++) {
61 void kernel_durbin(
int n,
77 for (k = 1; k <
_PB_N; k++) {
78 beta = (1-alpha*alpha)*beta;
83 alpha = - (r[
k] +
sum)/beta;
86 z[i] = y[i] + alpha*y[k-i-1];
98 int main(
int argc,
char** argv)
#define POLYBENCH_ARRAY(x)
#define POLYBENCH_DUMP_BEGIN(s)
#define POLYBENCH_FREE_ARRAY(x)
static void init_array(int n, DATA_TYPE POLYBENCH_1D(r, N, n))
This version is stamped on May 10, 2016.
int main(int argc, char **argv)
static const uint32_t k[]
#define POLYBENCH_DUMP_START
#define DATA_PRINTF_MODIFIER
#define polybench_prevent_dce(func)
__attribute__((noinline))
Convert the given fixedpt number to a decimal string.
#define POLYBENCH_DUMP_TARGET
#define POLYBENCH_DUMP_END(s)
#define POLYBENCH_1D(var, dim1, ddim1)
#define POLYBENCH_DUMP_FINISH
#define POLYBENCH_1D_ARRAY_DECL(var, type, dim1, ddim1)
#define polybench_stop_instruments
#define polybench_print_instruments
static void print_array(int n, DATA_TYPE POLYBENCH_1D(y, N, n))
#define polybench_start_instruments