Searched refs:math_pow (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 337 {"pow", (PyCFunction)(void(*)(void))math_pow, METH_FASTCALL, math_pow__doc__}, 343 math_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_pow() function
|
/external/lua/src/ |
D | lmathlib.c | 673 static int math_pow (lua_State *L) { in math_pow() function 731 {"pow", math_pow},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1435 math_pow(PyObject *self, PyObject *args) in math_pow() function 1603 {"pow", math_pow, METH_VARARGS, math_pow_doc},
|