HomeSort by: relevance | last modified time | path
    Searched refs:MyRand (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/samples/
olympic.c 175 static float MyRand(void)
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() + 60.0)
    [all...]
  /xsrc/external/mit/brotli/dist/c/enc/
block_splitter.c 76 static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) {
block_splitter_inc.h 23 pos += MyRand(&seed) % block_length;
41 pos = MyRand(seed) % (length - stride + 1);

Completed in 5 milliseconds