Lines Matching refs:hitRate
1690 float hitRate = ((float) numPosTrue) / ((float) numPos);1704 cout << "|"; cout.width(9); cout << right << hitRate;