librfn
An ad-hoc utility library
Typedefs
fixed.h File Reference
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef int32_t ttq19_t
 Q19 fixed point type (or a float if HAVE_FPU is set) More...
 
typedef int64_t ttq38_t
 

Typedef Documentation

typedef int32_t ttq19_t

Q19 fixed point type (or a float if HAVE_FPU is set)

The compiler cannot do any meaningful type checking because all fixed pointer values ultimately have integer type. Thus its use is essentially a form of commenting.

Definition at line 25 of file fixed.h.

typedef int64_t ttq38_t

Definition at line 27 of file fixed.h.