Lines Matching full:rand
71 SkRandom rand;
76 int aa = rand.nextS() >> 1;
77 int bb = rand.nextS() >> 1;
94 rand.next64(&a); //a.fHi >>= 1; // avoid overflow
95 rand.next64(&b); //b.fHi >>= 1; // avoid overflow
127 int bits = rand.nextU() & 63;
150 int32_t denom = rand.nextS();
153 denom = rand.nextS();
154 wide.setMul(rand.nextS(), rand.nextS());
164 wide.setMul(rand.nextS(), rand.nextS());
171 wide.setMul(rand.nextS(), rand.nextS());
173 dwide.setMul(rand.nextS(), rand.nextS());