Searched refs:Bits16ToFloat32 (Results 1 – 1 of 1) sorted by relevance
556 m_Float32 = Bits16ToFloat32( bits16 ); in Float16()570 Float16& operator =(u32 bits16) { this->m_Float32 = Bits16ToFloat32( bits16 ); return *this; }595 static f32 Bits16ToFloat32(u32 bits16) in Bits16ToFloat32() function