Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/random/
DL64X1024MixRandom.java303 long s15 = x[q]; in nextLong() local
314 s15 ^= s0; in nextLong()
315 x[q] = Long.rotateLeft(s0, 25) ^ s15 ^ (s15 << 27); in nextLong()
316 x[p] = Long.rotateLeft(s15, 36); in nextLong()
DL128X1024MixRandom.java317 long s15 = x[q]; in nextLong() local
341 s15 ^= s0; in nextLong()
342 x[q] = Long.rotateLeft(s0, 25) ^ s15 ^ (s15 << 27); in nextLong()
343 x[p] = Long.rotateLeft(s15, 36); in nextLong()