Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c1009 math_1 is used to wrap a libm function f that takes a double
1033 math_1 only works for functions that don't have singularities *and*
1070 /* variant of math_1, to be used when the function being wrapped is known to
1116 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() function
1158 return math_1(args, func, can_overflow); \
2349 return math_1(arg, func, 0); in loghelper()

Completed in 5 milliseconds