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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 173 #define DIVCOUNT 0 /* 1 to instrument subtractions counter */
195 #if DIVCOUNT
197 uInt divcount=0; /* subtractions count [this divide] */ local
432 #if DIVCOUNT
434 divcount++;
581 #if DIVCOUNT
582 if (divcount>maxcount) { /* new high-water nark */
583 maxcount=divcount;
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 173 #define DIVCOUNT 0 /* 1 to instrument subtractions counter */
195 #if DIVCOUNT
197 uInt divcount=0; /* subtractions count [this divide] */ local
432 #if DIVCOUNT
434 divcount++;
581 #if DIVCOUNT
582 if (divcount>maxcount) { /* new high-water nark */
583 maxcount=divcount;
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 173 #define DIVCOUNT 0 /* 1 to instrument subtractions counter */
195 #if DIVCOUNT
197 uInt divcount=0; /* subtractions count [this divide] */ local
432 #if DIVCOUNT
434 divcount++;
581 #if DIVCOUNT
582 if (divcount>maxcount) { /* new high-water nark */
583 maxcount=divcount;
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 173 #define DIVCOUNT 0 /* 1 to instrument subtractions counter */
195 #if DIVCOUNT
197 uInt divcount=0; /* subtractions count [this divide] */ local
432 #if DIVCOUNT
434 divcount++;
581 #if DIVCOUNT
582 if (divcount>maxcount) { /* new high-water nark */
583 maxcount=divcount;

Completed in 40 milliseconds