Searched refs:Bits31ToFloat32 (Results 1 – 1 of 1) sorted by relevance
243 m_Float32 = Bits31ToFloat32( bits31 ); in Float31()257 Float31& operator =(u32 bits31) { this->m_Float32 = Bits31ToFloat32( bits31 ); return *this; }281 static f32 Bits31ToFloat32(u32 bits31) in Bits31ToFloat32() function