Searched refs:DECIMAL_NaN (Results 1 – 6 of 6) sorted by relevance
62 #if !defined(DECIMAL_NaN)63 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
66 #if !defined(DECIMAL_NaN)67 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
70 #if !defined(DECIMAL_NaN)71 #define DECIMAL_NaN 0x7c /* 0 11111 00 NaN */ macro
120 top = DECIMAL_NaN; in decimal32FromNumber()207 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e)) in decimal32ToNumber()
120 top = DECIMAL_NaN; in decimal128FromNumber()210 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e)) in decimal128ToNumber()
120 top = DECIMAL_NaN; in decimal64FromNumber()206 else if ((top & 0x7e) == (DECIMAL_NaN & 0x7e)) in decimal64ToNumber()