Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c694 if (IsNegNAN(dval)) in _doprnt()
701 if (IsNegNAN(dval)) in _doprnt()
804 if (IsNegNAN(dval)) in _doprnt()
811 if (IsNegNAN(dval)) in _doprnt()
891 if (IsNegNAN(dval)) in _doprnt()
898 if (IsNegNAN(dval)) in _doprnt()
/titanic_50/usr/src/head/
H A Dnan.h115 #define IsNegNAN(X) (((dnan *)&(X))->nan_parts.sign == 1) macro