Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_Float24.h229 class Float31
235 Float31() : m_Float32( 0.0f ) {} in Float31() function
242 /* implicit */ Float31( u32 bits31 ) in Float31() function
252 /* implicit */ Float31( f32 value ) : m_Float32( value ) {} in Float31() function
257 Float31& operator =(f32 value) { this->m_Float32 = value; return *this; }
258 Float31& operator =(u32 bits31) { this->m_Float32 = Bits31ToFloat32( bits31 ); return *this; }
267 Float31& operator +=(f32 rhs) { this->m_Float32 += rhs; return *this; }
268 Float31& operator -=(f32 rhs) { this->m_Float32 -= rhs; return *this; }
269 Float31& operator *=(f32 rhs) { this->m_Float32 *= rhs; return *this; }
270 Float31& operator /=(f32 rhs) { this->m_Float32 /= rhs; return *this; }
/CTR-SDK-1.0.0/CTR_SDK/include/nn/font/CTR/
Dfont_RectDrawerCommand.h100 nn::util::Float31::Float32ToBits31( 2.0f / (width) ) << 1, \
102 nn::util::Float31::Float32ToBits31( 2.0f / (height) ) << 1, \