Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h245 m_Float32 = Bits31ToFloat32( bits31 ); in Float31()
259 Float31& operator =(u32 bits31) { this->m_Float32 = Bits31ToFloat32( bits31 ); return *this; }
283 static f32 Bits31ToFloat32(u32 bits31) in Bits31ToFloat32() function