Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c758 math_2(PyObject *args, double (*func) (double, double), char *funcname) in math_2() function
804 return math_2(args, func, #funcname); \
/external/python/cpython3/Modules/
Dmathmodule.c1102 math_2(PyObject *const *args, Py_ssize_t nargs, in math_2() function
1150 return math_2(args, nargs, func, #funcname); \