Home
last modified time | relevance | path

Searched refs:_Py_dg_infinity (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_dtoa.h18 PyAPI_FUNC(double) _Py_dg_infinity(int sign);
/third_party/python/Python/
Dpystrtod.c47 retval = _Py_dg_infinity(negate); in _Py_parse_inf_or_nan()
Ddtoa.c1429 _Py_dg_infinity(int sign) in _Py_dg_infinity() function
/third_party/python/Objects/
Dfloatobject.c2463 return _Py_dg_infinity(sign); in _PyFloat_Unpack2()
/third_party/python/Modules/
Dcmathmodule.c94 return _Py_dg_infinity(0); in m_inf()
Dmathmodule.c267 return _Py_dg_infinity(0); in m_inf()