Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c715 math_1a(PyObject *arg, double (*func) (double)) in math_1a() function
798 return math_1a(args, func); \
/external/python/cpython3/Modules/
Dmathmodule.c945 math_1a(PyObject *arg, double (*func) (double)) in math_1a() function
1040 return math_1a(args, func); \