Go to the source code of this file.
|
| class | float32 |
| | Stores float values as uint32_t so that we can use memory allocated with MALLOC_CAP_32BIT. More...
|
| |
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |
| namespace | std |
| |
|
| float | fabs (float32 arg) |
| |
| float | floor (float32 arg) |
| |
| float | operator* (float one, float32 two) |
| |
| float | operator* (float32 one, float two) |
| |
| float | operator* (float32 one, float32 two) |
| |
| float | operator+ (float one, float32 two) |
| |
| float | operator+ (float32 one, float two) |
| |
| float | operator+ (float32 one, float32 two) |
| |
| float | operator- (float one, float32 two) |
| |
| float | operator- (float32 one, float two) |
| |
| float | operator- (float32 one, float32 two) |
| |
| float | operator/ (float one, float32 two) |
| |
| float | operator/ (float32 one, float two) |
| |
| float | operator/ (float32 one, float32 two) |
| |