Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcRec3.c433 int CountDsdAll[3] = {0}; // full/part/none in Lms_ManPrintFreqStats() local
460 CountDsdAll[0] += Freq; in Lms_ManPrintFreqStats()
465 CountDsdAll[1] += Freq; in Lms_ManPrintFreqStats()
470 CountDsdAll[2] += Freq; in Lms_ManPrintFreqStats()
504 printf( "Full = %6.2f %% ", 100.0 * CountDsdAll[0] / p->nTried ); in Lms_ManPrintFreqStats()
505 printf( "Part = %6.2f %% ", 100.0 * CountDsdAll[1] / p->nTried ); in Lms_ManPrintFreqStats()
506 printf( "None = %6.2f %% ", 100.0 * CountDsdAll[2] / p->nTried ); in Lms_ManPrintFreqStats()