Searched refs:DECCOMBMSD (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecCommonSymbols.h6 #define DECCOMBMSD __decCOMBMSD macro
H A DdecNumberLocal.h349 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[sourh
[all...]
H A DdecCommon.c110 /* DECCOMBMSD - 4-bit most-significant-digit */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
120 /* DECCOMBMSD and DECCOMBFROM are not format-dependent and so are */
157 const uInt DECCOMBMSD[64]={ variable
1259 msd=DECCOMBMSD[comb]; /* decode the combination field */
1538 msd=DECCOMBMSD[comb]; /* decode the combination field */
H A DdecBasic.c1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX;

Completed in 81 milliseconds