#include <math.h>
#include <stdint.h>
#include "config.h"
Go to the source code of this file.
◆ _USE_MATH_DEFINES
| #define _USE_MATH_DEFINES |
◆ CO_DB
Value:
unsigned v[N_MAX]
Definition inflate.c:1584
◆ DB_CO
Value:((
g) > -90.0f ? powf(10.0f, (
g) * 0.05f) : 0.0f)
int g
Definition inflate.c:1573
◆ DN_CHECK
| #define DN_CHECK |
( |
| x, |
|
|
| l ) |
Value:if (fabs(
x) < 1
e-38) printf(
"DN: "l"\n")
* e
Definition inflate.c:1404
int * l
Definition inflate.c:1579
unsigned x[BMAX+1]
Definition inflate.c:1586
◆ f_abs
Value:
float abs(const fft_t *freqs, off_t x)
Definition OscilGen.cpp:52
register unsigned j
Definition inflate.c:1576
◆ f_exp
Value:
static float f_pow2(float x)
Definition ladspa-util.h:218
#define LN2R
Definition ladspa-util.h:57
◆ LIMIT
| #define LIMIT |
( |
| v, |
|
|
| l, |
|
|
| u ) |
Value:
struct huft * u[BMAX]
Definition inflate.c:1583
◆ LIN_INTERP
| #define LIN_INTERP |
( |
| f, |
|
|
| a, |
|
|
| b ) |
Value:((
a) + (
f) * ((
b) - (
a)))
uint8_t a
Definition Spc_Cpu.h:141
unsigned f
Definition inflate.c:1572
◆ LN2R
| #define LN2R 1.442695041f |
◆ MOD
Value:
unsigned * m
Definition inflate.c:1559
◆ NEG_MOD
◆ cube_interp()
◆ f_clamp()
| float f_clamp |
( |
float | x, |
|
|
float | a, |
|
|
float | b ) |
|
inlinestatic |
◆ f_max()
| float f_max |
( |
float | x, |
|
|
float | a ) |
|
inlinestatic |
◆ f_min()
| float f_min |
( |
float | x, |
|
|
float | b ) |
|
inlinestatic |
◆ f_pow2()
◆ f_round()
◆ f_sin_sq()
| float f_sin_sq |
( |
float | angle | ) |
|
|
inlinestatic |
◆ f_trunc()
◆ flush_to_zero()
| float flush_to_zero |
( |
float | f | ) |
|
|
inlinestatic |
◆ lrintf()
| long int lrintf |
( |
float | x | ) |
|
◆ round_to_zero()
| void round_to_zero |
( |
volatile float * | f | ) |
|
|
inlinestatic |