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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4655 Int quotdigits; /* .. */ local
4676 quotdigits=accdigits; /* .. */
4735 if (quotdigits==reqdigits) { /* could be borderline */
4737 if (quotdigits>DECDPUN) {
4741 if (*up==powers[quotdigits]-1) allnines=1;
4744 quotdigits-=DECDPUN; /* checked those digits */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4655 Int quotdigits; /* .. */ local
4676 quotdigits=accdigits; /* .. */
4735 if (quotdigits==reqdigits) { /* could be borderline */
4737 if (quotdigits>DECDPUN) {
4741 if (*up==powers[quotdigits]-1) allnines=1;
4744 quotdigits-=DECDPUN; /* checked those digits */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4655 Int quotdigits; /* .. */ local
4676 quotdigits=accdigits; /* .. */
4735 if (quotdigits==reqdigits) { /* could be borderline */
4737 if (quotdigits>DECDPUN) {
4741 if (*up==powers[quotdigits]-1) allnines=1;
4744 quotdigits-=DECDPUN; /* checked those digits */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4655 Int quotdigits; /* .. */ local
4676 quotdigits=accdigits; /* .. */
4735 if (quotdigits==reqdigits) { /* could be borderline */
4737 if (quotdigits>DECDPUN) {
4741 if (*up==powers[quotdigits]-1) allnines=1;
4744 quotdigits-=DECDPUN; /* checked those digits */

Completed in 44 milliseconds