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()680 e->k = VKFLT; e->u.nval = fltvalue(v); in const2exp()829 case VKFLT: { in discharge2reg()988 case VKFLT: info = luaK_numberK(fs, e->u.nval); break; in luaK_exp2K()1124 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()1174 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()1241 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()
1133 init_exp(v, VKFLT, 0); in simpleexp()
Completed in 11 milliseconds