Searched defs:__icc_nan (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ |
D | pymath.h | 167 static double __icc_nan() in __icc_nan() function 174 … static union { unsigned char buf[8]; double __icc_nan; } __nan_store = {0,0,0,0,0,0,0xf8,0x7f}; member
|
/external/python/cpython3/Include/ |
D | pymath.h | 171 static double __icc_nan() in __icc_nan() function 178 …static const union { unsigned char buf[8]; double __icc_nan; } __nan_store = {0,0,0,0,0,0,0xf8,0x7… member
|