Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c682 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() function
792 return math_1(args, func, can_overflow); \
1309 return math_1(arg, func, 0); in loghelper()
Dcmathmodule.c873 math_1(PyObject *args, Py_complex (*func)(Py_complex)) in math_1() function
897 return math_1(args, func); \
/external/python/cpython3/Modules/
Dmathmodule.c988 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() function
1034 return math_1(args, func, can_overflow); \
1921 return math_1(arg, func, 0); in loghelper()
/external/python/cpython2/Doc/library/
Dfpectl.rst92 FloatingPointError: in math_1