Searched refs:numarith (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lobject.c | 73 static lua_Number numarith (lua_State *L, int op, lua_Number v1, in numarith() function 105 setfltvalue(res, numarith(L, op, n1, n2)); in luaO_rawarith() 117 setfltvalue(res, numarith(L, op, n1, n2)); in luaO_rawarith()
|