Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h224 union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; union
228 static const union luai_Cast ieeeendian = {-(33.0 + 6755399441055744.0)};
237 volatile union luai_Cast u; u.l_d = (n) + 6755399441055744.0; \
241 { volatile union luai_Cast u; u.l_d = (n) + 1.0; /* avoid -0 */ \