Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/util/
Dutil_Float24.h398 m_Float32 = Bits20ToFloat32( bits20 ); in Float20()
412 Float20& operator =(u32 bits20) { this->m_Float32 = Bits20ToFloat32( bits20 ); return *this; }
436 static f32 Bits20ToFloat32(u32 bits20) in Bits20ToFloat32() function