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

  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 107 /* DECCOMBEXP - 2 most-significant-bits of exponent (00, 01, or */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
123 static const uInt DECCOMBEXP[64]={
1260 exp=DECCOMBEXP[comb]; /* .. */
1539 exp=DECCOMBEXP[comb]; /* .. */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 107 /* DECCOMBEXP - 2 most-significant-bits of exponent (00, 01, or */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
123 static const uInt DECCOMBEXP[64]={
1260 exp=DECCOMBEXP[comb]; /* .. */
1539 exp=DECCOMBEXP[comb]; /* .. */
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 107 /* DECCOMBEXP - 2 most-significant-bits of exponent (00, 01, or */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
123 static const uInt DECCOMBEXP[64]={
1260 exp=DECCOMBEXP[comb]; /* .. */
1539 exp=DECCOMBEXP[comb]; /* .. */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 107 /* DECCOMBEXP - 2 most-significant-bits of exponent (00, 01, or */
115 /* DECCOMBEXP, DECCOMBWEXP, and DECCOMBMSD are indexed by the sign */
123 static const uInt DECCOMBEXP[64]={
1260 exp=DECCOMBEXP[comb]; /* .. */
1539 exp=DECCOMBEXP[comb]; /* .. */

Completed in 39 milliseconds