HomeSort by: relevance | last modified time | path
    Searched refs:successfull_branches (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py 163 def successfull_branches(self): member in class:Summary
170 return 100.0 * self.successfull_branches() / self.branches()
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py 161 def successfull_branches(self): member in class:Summary
168 return 100.0 * self.successfull_branches() / self.branches()

Completed in 69 milliseconds