Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dllimits.h216 union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; member
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 */ \
/external/v8/src/wasm/
Dwasm-opcodes.h231 V(I64SConvertF64, 0xb0, l_d) \
232 V(I64UConvertF64, 0xb1, l_d) \
244 V(I64ReinterpretF64, 0xbd, l_d) \
471 V(l_d, kWasmI64, kWasmF64) \