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