Home
last modified time | relevance | path

Searched refs:numshortmult (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicopal.h74 extern int numlongmult, numshortmult;
Dpicocep.c105 int numlongmult = 0, numshortmult = 0; variable
394 printf("number of long mult is %d, number of short mult is %i\n",numlongmult,numshortmult); in cepSubObjDeallocate()
396 …DBG_INFO_MSG(("number of long mult is %d, number of short mult is %i\n",numlongmult,numshortmult)); in cepSubObjDeallocate()
619 numshortmult++; /* keep track of number of short multiplications */ in picocep_fixptmult()