#include <approx_math.h>
Public Member Functions | |
constexpr | binary32 () |
constexpr | binary32 (float ff) |
constexpr | binary32 (int32_t ii) |
constexpr | binary32 (uint32_t ui) |
Public Attributes | |
float | f |
int32_t | i32 |
uint32_t | ui32 |
Definition at line 12 of file approx_math.h.
|
inline |
Definition at line 13 of file approx_math.h.
|
inline |
Definition at line 14 of file approx_math.h.
|
inline |
Definition at line 15 of file approx_math.h.
|
inline |
Definition at line 16 of file approx_math.h.
float approx_math::binary32::f |
Definition at line 20 of file approx_math.h.
Referenced by ztail.Decoder::initial_synchronize().
int32_t approx_math::binary32::i32 |
Definition at line 19 of file approx_math.h.
uint32_t approx_math::binary32::ui32 |
Definition at line 18 of file approx_math.h.
Referenced by approx_math::fpfloor().