Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dluaconf.h418 ((n) >= (LUA_NUMBER)(LUA_MININTEGER) && \
419 (n) < -(LUA_NUMBER)(LUA_MININTEGER) && \
427 #define LUA_NUMBER float macro
443 #define LUA_NUMBER long double macro
458 #define LUA_NUMBER double macro
A Dlua.h90 typedef LUA_NUMBER lua_Number;

Completed in 6 milliseconds