Home
last modified time | relevance | path

Searched refs:math_pow_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h340 math_pow_impl(PyObject *module, double x, double y);
372 return_value = math_pow_impl(module, x, y); in math_pow()
/external/python/cpython3/Modules/
Dmathmodule.c2783 math_pow_impl(PyObject *module, double x, double y) in math_pow_impl() function