Go to the source code of this file.
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |
| namespace | std |
| |
|
| float | fabs (float16 arg) |
| |
| float | floor (float16 arg) |
| |
| float | operator* (float one, float16 two) |
| |
| float | operator* (float16 one, float two) |
| |
| float | operator* (float16 one, float16 two) |
| |
| float | operator+ (float one, float16 two) |
| |
| float | operator+ (float16 one, float two) |
| |
| float | operator+ (float16 one, float16 two) |
| |
| float | operator- (float one, float16 two) |
| |
| float | operator- (float16 one, float two) |
| |
| float | operator- (float16 one, float16 two) |
| |
| float | operator/ (float one, float16 two) |
| |
| float | operator/ (float16 one, float two) |
| |
| float | operator/ (float16 one, float16 two) |
| |