Searched refs:Ishl (Results 1 – 1 of 1) sorted by relevance
390 static Rand64 Ishl (Rand64 i, int n) { in Ishl() function411 return Iadd(Ishl(i, 2), i); /* i * 5 == (i << 2) + i */ in times5()416 return Iadd(Ishl(i, 3), i); /* i * 9 == (i << 3) + i */ in times9()439 Rand64 t = Ishl(state[1], 17); in nextrand()