Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_Float24.h555 m_Float32 = Bits16ToFloat32( bits16 ); in Float16()
569 Float16& operator =(u32 bits16) { this->m_Float32 = Bits16ToFloat32( bits16 ); return *this; }
594 static f32 Bits16ToFloat32(u32 bits16) in Bits16ToFloat32() function