Searched defs:math_pow (Results 1 – 4 of 4) sorted by relevance
321 static int math_pow (lua_State *L) { in math_pow() function
314 math_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_pow() function
1435 math_pow(PyObject *self, PyObject *args) in math_pow() function
2783 Handle<JSFunction> math_pow = SimpleInstallFunction( in InitializeGlobal() local