Searched refs:cycleSum (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/byacc/test/ |
H A D | expr.oxout.y | 51 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 751 long cycleSum = 0; in yyyExecuteRRsection() local 755 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 768 cycleSum in yyyExecuteRRsection() 772 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 1395 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1404 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1409 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | expr.oxout.tab.c | 140 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 950 long cycleSum = 0; in yyyExecuteRRsection() local 954 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 967 cycleSum in yyyExecuteRRsection() 971 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 1594 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1603 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1608 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | expr.oxout.tab.c | 160 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 1100 long cycleSum = 0; in yyyExecuteRRsection() local 1104 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 1117 cycleSum in yyyExecuteRRsection() 1121 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 1744 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1753 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1758 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|