Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymath.h167 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