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.c1000 math_2(PyObject *args, double (*func) (double, double), const char *funcname) in math_2() function
1046 return math_2(args, func, #funcname); \