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