Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libdecnumber/
HDdecimal32.h62 #if !defined(DECIMAL_NaN)
63 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
HDdecimal64.h66 #if !defined(DECIMAL_NaN)
67 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
HDdecimal128.h70 #if !defined(DECIMAL_NaN)
71 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
HDdecimal32.c120 top = DECIMAL_NaN; in decimal32FromNumber()
207 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e)) in decimal32ToNumber()
HDdecimal128.c120 top = DECIMAL_NaN; in decimal128FromNumber()
210 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e)) in decimal128ToNumber()
HDdecimal64.c120 top = DECIMAL_NaN; in decimal64FromNumber()
206 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e)) in decimal64ToNumber()