Searched refs:VKFLT (Results 1 – 3 of 3) sorted by relevance
32 VKFLT, /* floating constant; nval = numerical float value */ enumerator
62 case VKFLT: in tonumeral()685 e->k = VKFLT; e->u.nval = fltvalue(v); in const2exp()834 case VKFLT: { in discharge2reg()989 case VKFLT: info = luaK_numberK(fs, e->u.nval); break; in luaK_exp2K()1125 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()1175 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()1242 else if (e->k == VKFLT && luaV_flttointeger(e->u.nval, &i, F2Ieq)) in isSCnumber()1329 e1->k = VKFLT; in constfolding()1528 lua_assert(e1->k == VK || e1->k == VKINT || e1->k == VKFLT); in codeeq()
1135 init_exp(v, VKFLT, 0); in simpleexp()