Searched refs:numarith (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lobject.c | 103 static lua_Number numarith (lua_State *L, int op, lua_Number v1, in numarith() function 139 setfltvalue(res, numarith(L, op, n1, n2)); in luaO_arith() 151 setfltvalue(res, numarith(L, op, n1, n2)); in luaO_arith()
|