Searched refs:DECCOMBMSD (Results 1 – 8 of 8) sorted by relevance
349 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */471 #define GETMSD(df) (DECCOMBMSD[DFWORD((df), 0)>>26])507 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \513 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \524 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \535 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \554 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \587 +DPD2BINM[DECCOMBMSD[sourhi>>26]];}599 +DPD2BINM[DECCOMBMSD[sourhi>>26]];}619 +DPD2BINM[DECCOMBMSD[sourhi>>26]];}[all …]
6 #define DECCOMBMSD __decCOMBMSD macro
157 const uInt DECCOMBMSD[64]={ variable1259 msd=DECCOMBMSD[comb]; /* decode the combination field */ in decFloatToEngString()1538 msd=DECCOMBMSD[comb]; /* decode the combination field */ in decFloatToString()
1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX; in decFloatDigits()