PandA-2024.02
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "support.h"
Go to the source code of this file.
Data Structures | |
struct | complex_t |
struct | bench_args_t |
Macros | |
#define | TYPE double |
#define | PI 3.1415926535 |
#define | M_SQRT1_2 0.70710678118654752440f |
Typedefs | |
typedef struct complex_t | complex |
Functions | |
void | fft1D_512 (TYPE work_x[512], TYPE work_y[512]) |
#define PI 3.1415926535 |
Definition at line 18 of file fft.h.
Referenced by twiddles8().