arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Float16.h File Reference

Go to the source code of this file.

Classes

class  float16
 Stores float values with 2 bytes. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 
namespace  std
 

Functions

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)