Home | History | Annotate | Download | only in lib

Lines Matching refs:numlongmult

105 int numlongmult = 0, numshortmult = 0;
394 printf("number of long mult is %d, number of short mult is %i\n",numlongmult,numshortmult);
396 PICODBG_INFO_MSG(("number of long mult is %d, number of short mult is %i\n",numlongmult,numshortmult));
629 numlongmult++; /* keep track of number of long multiplications */