Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Rand.cpp27 m_add = 2531011; in SetSeed()
32 m_x = m_mul * m_x + m_add; in Generate()
48 m_add = 2531011; in SetSeed()
53 m_x = m_mul * m_x + m_add; in Generate()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Rand.h68 u64 m_add; // The number to add variable
86 u64 m_add; // The number to add variable