Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h557 m_Float32 = Bits16ToFloat32( bits16 ); in Float16()
571 Float16& operator =(u32 bits16) { this->m_Float32 = Bits16ToFloat32( bits16 ); return *this; }
596 static f32 Bits16ToFloat32(u32 bits16) in Bits16ToFloat32() function