Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h681 #ifndef NAN_WORD0
682 #define NAN_WORD0 d_QNAN0 macro
690 #ifndef NAN_WORD0
691 #define NAN_WORD0 d_QNAN1 macro
Dstrtod.c325 word0(&rv) = NAN_WORD0;
/third_party/python/Python/
Ddtoa.c282 #define NAN_WORD0 0x7ff80000 macro
1418 word0(&rv) = NAN_WORD0; in _Py_dg_stdnan()