Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/math/
Drand.h30 u64 mul; // Multiplier member
39 u32 mul; // Multiplier member
59 context->mul = (1566083941LL << 32) + 1812433253LL; in MATH_InitRand32()
78 context->x = context->mul * context->x + context->add; in MATH_Rand32()
106 context->mul = 1566083941LL; in MATH_InitRand16()
125 context->x = context->mul * context->x + context->add; in MATH_Rand16()