Searched refs:DECIMAL_Inf (Results 1 – 6 of 6) sorted by relevance
74 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
76 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */ macro
111 if (dn->bits&DECINF) targ=DECIMAL_Inf<<24; in decimal32FromNumber()
115 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal128FromNumber()
119 if (dn->bits&DECINF) targhi=DECIMAL_Inf<<24; in decimal64FromNumber()