Guitarix
|
Go to the source code of this file.
Macros | |
#define | max(x, y) (((x) > (y)) ? (x) : (y)) |
#define | min(x, y) (((x) < (y)) ? (x) : (y)) |
#define | FAUSTFLOAT float |
#define | N_(String) (String) |
#define | NC_(Context, String) (String) |
#define | always_inline inline __attribute__((__always_inline__)) |
#define | FAUSTFLOAT_BUF(buf, len) FAUSTFLOAT *buf=(FAUSTFLOAT*)alloca(sizeof(FAUSTFLOAT)*len) |
#define | FLOAT_BUF(b, s) float *b=(float*)alloca(sizeof(float)*s) |
Functions | |
template<int N> | |
float | faustpower (float x) |
template<int N> | |
double | faustpower (double x) |
template<int N> | |
int | faustpower (int x) |
template<> | |
int | faustpower< 0 > (int x) |
template<> | |
int | faustpower< 1 > (int x) |
template<class T > | |
T | mydsp_faustpower2_f (T x) |
template<class T > | |
T | mydsp_faustpower3_f (T x) |
template<class T > | |
T | mydsp_faustpower4_f (T x) |
template<class T > | |
T | mydsp_faustpower5_f (T x) |
template<class T > | |
T | mydsp_faustpower6_f (T x) |
#define always_inline inline __attribute__((__always_inline__)) |
Definition at line 32 of file gx_faust_support.h.
#define FAUSTFLOAT float |
Definition at line 23 of file gx_faust_support.h.
#define FAUSTFLOAT_BUF | ( | buf, | |
len | |||
) | FAUSTFLOAT *buf=(FAUSTFLOAT*)alloca(sizeof(FAUSTFLOAT)*len) |
Definition at line 37 of file gx_faust_support.h.
#define FLOAT_BUF | ( | b, | |
s | |||
) | float *b=(float*)alloca(sizeof(float)*s) |
Definition at line 38 of file gx_faust_support.h.
#define max | ( | x, | |
y | |||
) | (((x) > (y)) ? (x) : (y)) |
Definition at line 7 of file gx_faust_support.h.
#define min | ( | x, | |
y | |||
) | (((x) < (y)) ? (x) : (y)) |
Definition at line 8 of file gx_faust_support.h.
#define N_ | ( | String | ) | (String) |
Definition at line 25 of file gx_faust_support.h.
#define NC_ | ( | Context, | |
String | |||
) | (String) |
Definition at line 28 of file gx_faust_support.h.
|
inline |
Definition at line 11 of file gx_faust_support.h.
|
inline |
Definition at line 10 of file gx_faust_support.h.
Referenced by faustpower().
|
inline |
Definition at line 12 of file gx_faust_support.h.
|
inline |
Definition at line 13 of file gx_faust_support.h.
|
inline |
Definition at line 14 of file gx_faust_support.h.
|
inline |
Definition at line 17 of file gx_faust_support.h.
|
inline |
Definition at line 18 of file gx_faust_support.h.
|
inline |
Definition at line 19 of file gx_faust_support.h.
|
inline |
Definition at line 20 of file gx_faust_support.h.
|
inline |
Definition at line 21 of file gx_faust_support.h.