MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / Int2I

Function Int2I

third-party/lua-5.4.6/src/lmathlib.c:524–526  ·  view source on GitHub ↗

convert a 'lua_Unsigned' to a 'Rand64' */

Source from the content-addressed store, hash-verified

522
523/* convert a 'lua_Unsigned' to a 'Rand64' */
524static Rand64 Int2I (lua_Unsigned n) {
525 return packI((lu_int32)((n >> 31) >> 1), (lu_int32)n);
526}
527
528#endif /* } */
529

Callers 1

setseedFunction · 0.70

Calls 1

packIFunction · 0.70

Tested by

no test coverage detected