Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c907 math_1_to_whatever(PyObject *arg, double (*func) (double), in math_1_to_whatever() function
990 return math_1_to_whatever(arg, func, PyFloat_FromDouble, can_overflow); in math_1()
996 return math_1_to_whatever(arg, func, PyLong_FromDouble, can_overflow); in math_1_to_int()