OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numlongmult
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picopal.h
74
extern int
numlongmult
, numshortmult;
picocep.c
105
int
numlongmult
= 0, numshortmult = 0;
variable
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 */
[
all
...]
Completed in 716 milliseconds