Home
last modified time | relevance | path

Searched refs:PY_NO_SHORT_FLOAT_REPR (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/internal/
Dpycore_dtoa.h1 #ifndef PY_NO_SHORT_FLOAT_REPR
/third_party/python/Include/
Dpyport.h492 #define PY_NO_SHORT_FLOAT_REPR macro
499 #define PY_NO_SHORT_FLOAT_REPR macro
/third_party/python/Python/
Dpystrtod.c26 #ifndef PY_NO_SHORT_FLOAT_REPR
129 #ifndef PY_NO_SHORT_FLOAT_REPR
443 #ifdef PY_NO_SHORT_FLOAT_REPR
Ddtoa.c125 #ifndef PY_NO_SHORT_FLOAT_REPR
Dsysmodule.c2847 #ifndef PY_NO_SHORT_FLOAT_REPR in _PySys_InitCore()
/third_party/python/Modules/
Dcmathmodule.c93 #ifndef PY_NO_SHORT_FLOAT_REPR in m_inf()
109 #if !defined(PY_NO_SHORT_FLOAT_REPR) || defined(Py_NAN)
114 #ifndef PY_NO_SHORT_FLOAT_REPR in m_nan()
1278 #if !defined(PY_NO_SHORT_FLOAT_REPR) || defined(Py_NAN) in cmath_exec()
Dmathmodule.c266 #ifndef PY_NO_SHORT_FLOAT_REPR in m_inf()
276 #if !defined(PY_NO_SHORT_FLOAT_REPR) || defined(Py_NAN)
281 #ifndef PY_NO_SHORT_FLOAT_REPR in m_nan()
3536 #if !defined(PY_NO_SHORT_FLOAT_REPR) || defined(Py_NAN) in math_exec()
/third_party/python/Objects/
Dfloatobject.c921 #ifndef PY_NO_SHORT_FLOAT_REPR
2443 #ifdef PY_NO_SHORT_FLOAT_REPR in _PyFloat_Unpack2()