22 #ifndef __LIBRETRO_SDK_MATH_COMPLEX_H__ 23 #define __LIBRETRO_SDK_MATH_COMPLEX_H__ 39 out.real =
a.real *
b.real -
a.imag *
b.imag;
40 out.imag =
a.imag *
b.real +
a.real *
b.imag;
50 out.real =
a.real +
b.real;
51 out.imag =
a.imag +
b.imag;
61 out.real =
a.real -
b.real;
62 out.imag =
a.imag -
b.imag;
#define INLINE
Definition: retro_inline.h:35
static INLINE fft_complex_t fft_complex_mul(fft_complex_t a, fft_complex_t b)
Definition: complex.h:35
struct passwd out
Definition: missing_libc_functions.c:51
float imag
Definition: complex.h:32
static INLINE fft_complex_t fft_complex_sub(fft_complex_t a, fft_complex_t b)
Definition: complex.h:57
GLboolean GLboolean GLboolean b
Definition: glext.h:6844
static INLINE fft_complex_t fft_complex_conj(fft_complex_t a)
Definition: complex.h:68
float real
Definition: complex.h:31
static INLINE fft_complex_t fft_complex_add(fft_complex_t a, fft_complex_t b)
Definition: complex.h:46
GLboolean GLboolean GLboolean GLboolean a
Definition: glext.h:6844