Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/util/
Dutil_Float24.h556 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