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