Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h190 math_log_impl(PyObject *module, PyObject *x, int group_right_1,
217 return_value = math_log_impl(module, x, group_right_1, base); in math_log()
/external/python/cpython3/Modules/
Dmathmodule.c1940 math_log_impl(PyObject *module, PyObject *x, int group_right_1, in math_log_impl() function