Lines Matching refs:rand
78 SkRandom rand; in TestSk64() local
83 int aa = rand.nextS() >> 1; in TestSk64()
84 int bb = rand.nextS() >> 1; in TestSk64()
101 rand.next64(&a); //a.fHi >>= 1; // avoid overflow in TestSk64()
102 rand.next64(&b); //b.fHi >>= 1; // avoid overflow in TestSk64()
134 int bits = rand.nextU() & 63; in TestSk64()
157 int32_t denom = rand.nextS(); in TestSk64()
160 denom = rand.nextS(); in TestSk64()
161 wide.setMul(rand.nextS(), rand.nextS()); in TestSk64()
170 wide.setMul(rand.nextS(), rand.nextS()); in TestSk64()
177 wide.setMul(rand.nextS(), rand.nextS()); in TestSk64()
179 dwide.setMul(rand.nextS(), rand.nextS()); in TestSk64()