|
libmixed
|
#include <math.h>

Go to the source code of this file.
Macros | |
| #define | INT24_MAX 8388607 |
| #define | INT24_MIN -8388608 |
| #define | UINT24_MAX 16777215 |
Typedefs | |
| typedef int32_t | int24_t |
| typedef uint32_t | uint24_t |
Functions | |
| __attribute__ ((always_inline)) MIXED_EXPORT inline float mixed_from_float(float sample) | |
| #define INT24_MAX 8388607 |
| #define INT24_MIN -8388608 |
| #define UINT24_MAX 16777215 |
| typedef int32_t int24_t |
| typedef uint32_t uint24_t |
| __attribute__ | ( | (always_inline) | ) |