Go to the source code of this file.
◆ randomize_int32
#define randomize_int32 |
( |
|
buf, |
|
|
|
len |
|
) |
| |
Value: do { \
for (
int i = 0;
i <
len;
i++) { \
int32_t
f = ((int)(UINT32_MAX >> 17)) - ((
int)(
rnd() >> 16)); \
} \
} while (0)
Definition at line 26 of file lpc.c.
◆ EPS
Definition at line 34 of file lpc.c.
◆ test_window()
static void test_window |
( |
int |
len | ) |
|
|
static |
◆ test_compute_autocorr()
static void test_compute_autocorr |
( |
ptrdiff_t |
len, |
|
|
int |
lag |
|
) |
| |
|
static |
◆ checkasm_check_lpc()
void checkasm_check_lpc |
( |
void |
| ) |
|
Definition at line 96 of file lpc.c.