Chirp SonicLib
2.1.0
|
Functions for performing fixed point arithmetic. https://github.com/dmoulding/log2fix https://github.com/chmike/fpsqrt. More...
#include <stdio.h>
#include <math.h>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t | fixed_t |
Functions | |
fixed_t | FP_sqrt (fixed_t x) |
fixed_t | FP_log2 (fixed_t x) |
fixed_t | FP_log (fixed_t x) |
int32_t | sqrt_int32 (int32_t v) |
Functions for performing fixed point arithmetic. https://github.com/dmoulding/log2fix https://github.com/chmike/fpsqrt.