Searched refs:cycleSum (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/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-12.1/contrib/byacc/test/yacc/ |
| H A D | expr.oxout.tab.c | 140 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 948 long cycleSum = 0; in yyyExecuteRRsection() local 952 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 965 cycleSum in yyyExecuteRRsection() 969 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 1592 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1601 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1606 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|
| /freebsd-12.1/contrib/byacc/test/btyacc/ |
| H A D | expr.oxout.tab.c | 160 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 1097 long cycleSum = 0; in yyyExecuteRRsection() local 1101 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 1114 cycleSum in yyyExecuteRRsection() 1118 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 1741 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1750 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1755 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|