Searched defs:Py_NAN (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dpymath.h149 /* Py_NAN
154 #if !defined(Py_NAN) && !defined(Py_NO_NAN)
156 #define Py_NAN (Py_HUGE_VAL * 0.) macro
172 #define Py_NAN __icc_nan() macro
175 #define Py_NAN (__nan_store.__icc_nan) macro
/external/python/cpython3/Include/
H A Dpymath.h153 /* Py_NAN
158 #if !defined(Py_NAN) && !defined(Py_NO_NAN)
160 #define Py_NAN (Py_HUGE_VAL * 0.) macro
176 #define Py_NAN __icc_nan() macro
179 #define Py_NAN (__nan_store.__icc_nan) macro

Completed in 116 milliseconds