Searched refs:LUA_NUMBER (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/lib/liblua/
H A Dluaconf.h431 @@ LUA_NUMBER is the floating-point type used by Lua.
461 ((n) >= (LUA_NUMBER)(LUA_MININTEGER) && \
462 (n) < -(LUA_NUMBER)(LUA_MININTEGER) && \
470 #define LUA_NUMBER float macro
486 #define LUA_NUMBER long double macro
501 #define LUA_NUMBER double macro
/freebsd-12-stable/stand/liblua/
H A Dluaconf.h423 @@ LUA_NUMBER is the floating-point type used by Lua.
460 #define LUA_NUMBER float macro
475 #define LUA_NUMBER long double macro
490 #define LUA_NUMBER double macro
510 /* Hack to use int64 as the LUA_NUMBER from ZFS code, kinda */
512 #define LUA_NUMBER int64_t macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dluaconf.h380 @@ LUA_NUMBER is the type of numbers in Lua.
387 #define LUA_NUMBER int64_t macro
H A Dlua.h101 typedef LUA_NUMBER lua_Number;
/freebsd-12-stable/contrib/lua/src/
H A Dlua.h88 typedef LUA_NUMBER lua_Number;

Completed in 66 milliseconds