Lines Matching full:mult
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));
568 bigpow); /* 4 mult and 3 add instead of 1 mult. */
786 this can be seen by setting a=A*big, b=B*big, invb=big2/B, mult(a,invb) = a*invb/(big*big) = A/B*big*big2/(big*big) = A/B*big2/big