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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h101 typedef LUA_NUMBER lua_Number;
H A Dluaconf.h380 @@ LUA_NUMBER is the type of numbers in Lua.
387 #define LUA_NUMBER int64_t macro
/freebsd-11-stable/contrib/lua/src/
H A Dlua.h89 typedef LUA_NUMBER lua_Number;
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h423 @@ LUA_NUMBER is the floating-point type used by Lua.
453 ((n) >= (LUA_NUMBER)(LUA_MININTEGER) && \
454 (n) < -(LUA_NUMBER)(LUA_MININTEGER) && \
462 #define LUA_NUMBER float macro
478 #define LUA_NUMBER long double macro
493 #define LUA_NUMBER double macro
/freebsd-11-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

Completed in 134 milliseconds