Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_pymath.h13 * _Py_ADJUST_ERANGE2(x, y)
15 * macros after, passing the function result(s) (_Py_ADJUST_ERANGE2 is useful
45 static inline void _Py_ADJUST_ERANGE2(double x, double y) in _Py_ADJUST_ERANGE2() function
/third_party/python/Objects/
H A Dcomplexobject.c12 #include "pycore_pymath.h" // _Py_ADJUST_ERANGE2()
529 _Py_ADJUST_ERANGE2(p.real, p.imag); in complex_pow()

Completed in 4 milliseconds