RetroArch
Classes | Functions
complex.h File Reference
#include <stdint.h>
#include <retro_inline.h>
Include dependency graph for complex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fft_complex_t
 

Functions

static INLINE fft_complex_t fft_complex_mul (fft_complex_t a, fft_complex_t b)
 
static INLINE fft_complex_t fft_complex_add (fft_complex_t a, fft_complex_t b)
 
static INLINE fft_complex_t fft_complex_sub (fft_complex_t a, fft_complex_t b)
 
static INLINE fft_complex_t fft_complex_conj (fft_complex_t a)
 

Function Documentation

◆ fft_complex_add()

static INLINE fft_complex_t fft_complex_add ( fft_complex_t  a,
fft_complex_t  b 
)
static
Here is the caller graph for this function:

◆ fft_complex_conj()

static INLINE fft_complex_t fft_complex_conj ( fft_complex_t  a)
static

◆ fft_complex_mul()

static INLINE fft_complex_t fft_complex_mul ( fft_complex_t  a,
fft_complex_t  b 
)
static
Here is the caller graph for this function:

◆ fft_complex_sub()

static INLINE fft_complex_t fft_complex_sub ( fft_complex_t  a,
fft_complex_t  b 
)
static
Here is the caller graph for this function: