Searched refs:DECIMAL_NaN (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h70 #if !defined(DECIMAL_NaN)
71 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
H A Ddecimal32.h62 #if !defined(DECIMAL_NaN)
63 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
H A Ddecimal64.h66 #if !defined(DECIMAL_NaN)
67 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
H A Ddecimal128.c120 top = DECIMAL_NaN;
210 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e))
H A Ddecimal32.c120 top = DECIMAL_NaN;
207 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e))
H A Ddecimal64.c120 top = DECIMAL_NaN;
206 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e))

Completed in 58 milliseconds