Lines Matching refs:tonumber
416 if op == 'JEQ' and tonumber(b) == 0 and V[a].source then
422 elseif op == 'JNE' and tonumber(b) == 0 and V[a].source then
780 elseif tonumber(c) ~= nil then
782 vset(a, nil, tonumber(c), ct)
1290 local off = tonumber(ffi.cast('int16_t', ins.off)) -- Reinterpret as signed
1615 local sym_addr = string.format('%x%04x', tonumber(bit.rshift(sym, 32)),
1616 tonumber(ffi.cast('uint32_t', sym)))