Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_TinyMt.cpp31 inline bit32 MixMsb5(bit32 v) in MixMsb5() function
189 const bit32 a = MixMsb5(s0 ^ s1 ^ s3) * 0x0019660d; in GenerateInitialValuePlus()
204 const bit32 a = MixMsb5(s0 + s1 + s3) * 0x5d588b65; in GenerateInitialValueXor()