Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/util/
Dutil_Float24.h567 u16 GetFloat16Value() const { return Float32ToBits16( m_Float32 ); } in GetFloat16Value() function
573 operator u16() const { return GetFloat16Value(); } in u16()