arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
float16 Class Reference

Stores float values with 2 bytes. More...

#include <Float16.h>

Public Member Functions

 float16 ()=default
 
 float16 (const float16 &value16)
 
 float16 (float in)
 
 operator double ()
 
 operator float ()
 
 operator int ()
 
 operator int () const
 
bool operator!= (float16 other) const
 
bool operator< (float16 other) const
 
bool operator<= (float16 other) const
 
bool operator== (float16 other) const
 
bool operator> (float16 other) const
 
bool operator>= (float16 other) const
 

Static Protected Member Functions

static float as_float (const uint32_t x)
 
static uint32_t as_uint (const float x)
 
static uint16_t float_to_half (const float x)
 
static float half_to_float (const uint16_t x)
 

Protected Attributes

uint16_t value = 0
 

Detailed Description

Stores float values with 2 bytes.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ float16() [1/3]

float16 ( )
default

◆ float16() [2/3]

float16 ( float  in)
inline

◆ float16() [3/3]

float16 ( const float16 value16)
inline

Member Function Documentation

◆ as_float()

static float as_float ( const uint32_t  x)
inlinestaticprotected

◆ as_uint()

static uint32_t as_uint ( const float  x)
inlinestaticprotected

◆ float_to_half()

static uint16_t float_to_half ( const float  x)
inlinestaticprotected

◆ half_to_float()

static float half_to_float ( const uint16_t  x)
inlinestaticprotected

◆ operator double()

operator double ( )
inlineexplicit

◆ operator float()

operator float ( )
inline

◆ operator int() [1/2]

operator int ( )
inlineexplicit

◆ operator int() [2/2]

operator int ( ) const
inlineexplicit

◆ operator!=()

bool operator!= ( float16  other) const
inline

◆ operator<()

bool operator< ( float16  other) const
inline

◆ operator<=()

bool operator<= ( float16  other) const
inline

◆ operator==()

bool operator== ( float16  other) const
inline

◆ operator>()

bool operator> ( float16  other) const
inline

◆ operator>=()

bool operator>= ( float16  other) const
inline

Member Data Documentation

◆ value

uint16_t value = 0
protected

The documentation for this class was generated from the following file: