Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c135 #if !defined(l_hashfloat)
136 static int l_hashfloat (lua_Number n) { in l_hashfloat() function
166 return hashmod(t, l_hashfloat(n)); in mainpositionTV()