Lines Matching full:numshortmult
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));
619 numshortmult++; /* keep track of number of short multiplications */