Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_TinyMt.cpp113 const bit32 a = (m_State[0] & BIT31_MASK) ^ m_State[1] ^ m_State[2]; in GenerateRandomU32()
214 const bit32 state031 = (m_State[0] & BIT31_MASK); in FinalizeInitialization()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_TinyMt.h61 static const bit32 BIT31_MASK = ~0u >> 1; variable