Home
last modified time | relevance | path

Searched refs:Bits24ToFloat32 (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h88 m_Float32 = Bits24ToFloat32( bits24 ); in Float24()
102 Float24& operator =(u32 bits24) { this->m_Float32 = Bits24ToFloat32( bits24 ); return *this; }
126 static f32 Bits24ToFloat32(u32 bits24) in Bits24ToFloat32() function