Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltable.c130 #if !defined(l_hashfloat)
131 static int l_hashfloat (lua_Number n) { in l_hashfloat() function
159 return hashmod(t, l_hashfloat(n)); in mainpositionTV()