Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c389 static Rand64 Ishl (Rand64 i, int n) { in Ishl() function
410 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()