Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllimits.h216 union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; union
220 static const union luai_Cast ieeeendian = {-(33.0 + 6755399441055744.0)};
229 volatile union luai_Cast u; u.l_d = (n) + 6755399441055744.0; \
233 { volatile union luai_Cast u; u.l_d = (n) + 1.0; /* avoid -0 */ \