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

  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 109 /* DECCOMBWEXP - The same, for the next-wider format (unless QUAD) */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
139 static const uInt DECCOMBWEXP[64]={
1045 exp=DECCOMBWEXP[widerhi>>26]; /* decode from wider combination field */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 109 /* DECCOMBWEXP - The same, for the next-wider format (unless QUAD) */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
139 static const uInt DECCOMBWEXP[64]={
1045 exp=DECCOMBWEXP[widerhi>>26]; /* decode from wider combination field */
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 109 /* DECCOMBWEXP - The same, for the next-wider format (unless QUAD) */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
139 static const uInt DECCOMBWEXP[64]={
1045 exp=DECCOMBWEXP[widerhi>>26]; /* decode from wider combination field */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 109 /* DECCOMBWEXP - The same, for the next-wider format (unless QUAD) */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
139 static const uInt DECCOMBWEXP[64]={
1045 exp=DECCOMBWEXP[widerhi>>26]; /* decode from wider combination field */

Completed in 41 milliseconds