Home
last modified time | relevance | path

Searched refs:DECCOMBMSD (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libdecnumber/
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[sourhi>>26]];}
[all …]
DdecCommonSymbols.h6 #define DECCOMBMSD __decCOMBMSD macro
DdecCommon.c157 const uInt DECCOMBMSD[64]={ variable
1259 msd=DECCOMBMSD[comb]; /* decode the combination field */ in decFloatToEngString()
1538 msd=DECCOMBMSD[comb]; /* decode the combination field */ in decFloatToString()
DdecBasic.c1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX; in decFloatDigits()
/netbsd/src/external/gpl3/gdb/dist/libdecnumber/
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[sourhi>>26]];}
[all …]
DdecCommonSymbols.h6 #define DECCOMBMSD __decCOMBMSD macro
DdecCommon.c157 const uInt DECCOMBMSD[64]={ variable
1259 msd=DECCOMBMSD[comb]; /* decode the combination field */ in decFloatToEngString()
1538 msd=DECCOMBMSD[comb]; /* decode the combination field */ in decFloatToString()
DdecBasic.c1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX; in decFloatDigits()