Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_TinyMt.cpp52 m_State[1] = PARAMETER_MAT1; in Initialize()
70 m_State[1] = PARAMETER_MAT1; in Initialize()
125 s1 ^= PARAMETER_MAT1; in GenerateRandomU32()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_TinyMt.h54 static const bit32 PARAMETER_MAT1 = 0x8f7011ee; variable