Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpymath.h178 …static const union { unsigned char buf[8]; double __icc_nan; } __nan_store = {0,0,0,0,0,0,0xf8,0x7… variable
179 #define Py_NAN (__nan_store.__icc_nan)