Home
last modified time | relevance | path

Searched refs:__icc_nan (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpymath.h167 static double __icc_nan() in __icc_nan() function
172 #define Py_NAN __icc_nan()
174 … static union { unsigned char buf[8]; double __icc_nan; } __nan_store = {0,0,0,0,0,0,0xf8,0x7f}; member
175 #define Py_NAN (__nan_store.__icc_nan)
/external/python/cpython3/Include/
Dpymath.h171 static double __icc_nan() in __icc_nan() function
176 #define Py_NAN __icc_nan()
178 …static const union { unsigned char buf[8]; double __icc_nan; } __nan_store = {0,0,0,0,0,0,0xf8,0x7… member
179 #define Py_NAN (__nan_store.__icc_nan)