HomeSort by: relevance | last modified time | path
    Searched defs:DECCOMBFROM (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommonSymbols.h 5 #define DECCOMBFROM __decCOMBFROM
decCommon.c 112 /* DECCOMBFROM - 5-bit combination field from EXP top bits and MSD */
118 /* DECCOMBFROM is indexed by expTopTwoBits*16 + msd */
120 /* DECCOMBMSD and DECCOMBFROM are not format-dependent and so are */
163 const uInt DECCOMBFROM[48]={
506 encode=DECCOMBFROM[code]; /* indexed by (0-2)*16+msd */
601 encode=DECCOMBFROM[code]|sig; /* indexed by (0-2)*16+msd */
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommonSymbols.h 5 #define DECCOMBFROM __decCOMBFROM
decCommon.c 112 /* DECCOMBFROM - 5-bit combination field from EXP top bits and MSD */
118 /* DECCOMBFROM is indexed by expTopTwoBits*16 + msd */
120 /* DECCOMBMSD and DECCOMBFROM are not format-dependent and so are */
163 const uInt DECCOMBFROM[48]={
506 encode=DECCOMBFROM[code]; /* indexed by (0-2)*16+msd */
601 encode=DECCOMBFROM[code]|sig; /* indexed by (0-2)*16+msd */
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommonSymbols.h 5 #define DECCOMBFROM __decCOMBFROM
decCommon.c 112 /* DECCOMBFROM - 5-bit combination field from EXP top bits and MSD */
118 /* DECCOMBFROM is indexed by expTopTwoBits*16 + msd */
120 /* DECCOMBMSD and DECCOMBFROM are not format-dependent and so are */
163 const uInt DECCOMBFROM[48]={
506 encode=DECCOMBFROM[code]; /* indexed by (0-2)*16+msd */
601 encode=DECCOMBFROM[code]|sig; /* indexed by (0-2)*16+msd */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommonSymbols.h 5 #define DECCOMBFROM __decCOMBFROM
decCommon.c 112 /* DECCOMBFROM - 5-bit combination field from EXP top bits and MSD */
118 /* DECCOMBFROM is indexed by expTopTwoBits*16 + msd */
120 /* DECCOMBMSD and DECCOMBFROM are not format-dependent and so are */
163 const uInt DECCOMBFROM[48]={
506 encode=DECCOMBFROM[code]; /* indexed by (0-2)*16+msd */
601 encode=DECCOMBFROM[code]|sig; /* indexed by (0-2)*16+msd */

Completed in 54 milliseconds