Home
last modified time | relevance | path

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

/third_party/python/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)