Searched refs:MyRand (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dolympic.c175 static float MyRand(void) function in typeref:typename:float
194 deviation = MyRand() / 2;
197 offsets[i][0] = MyRand();
198 offsets[i][1] = MyRand();
199 offsets[i][2] = MyRand();
200 angs[i] = 260.0 * MyRand();
201 rotAxis[i][0] = MyRand();
202 rotAxis[i][1] = MyRand();
203 rotAxis[i][2] = MyRand();
204 iters[i] = (deviation * MyRand()
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter.c76 static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) { function in typeref:typename:BROTLI_INLINE uint32_t
H A Dblock_splitter_inc.h23 pos += MyRand(&seed) % block_length;
41 pos = MyRand(seed) % (length - stride + 1);

Completed in 3 milliseconds