Home
last modified time | relevance | path

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

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