Home
last modified time | relevance | path

Searched refs:math_pow (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h337 {"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/
Dlmathlib.c673 static int math_pow (lua_State *L) { in math_pow() function
731 {"pow", math_pow},
/external/python/cpython2/Modules/
Dmathmodule.c1435 math_pow(PyObject *self, PyObject *args) in math_pow() function
1603 {"pow", math_pow, METH_VARARGS, math_pow_doc},