luai_numunm
e->u.nval = luai_numunm(NULL, e->u.nval); /* fold it */
case LUA_OPUNM: return luai_numunm(NULL, v1);
setnvalue(ra, luai_numunm(L, nb));