Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dsafetynet_conclusions.py51 def __init__(self, threshold_significant): argument
71 self.threshold_significant = threshold_significant
72 self.threshold_significant_negative = (1 / (1 + threshold_significant)) - 1
74 self.params = {'threshold': threshold_significant}
99 if ratio > self.threshold_significant:
181 output_dict['params'] = {'threshold': self.threshold_significant}
Dsafetynet_compare.py522 conclusions = ComparisonConclusions(self.args.threshold_significant)
671 if args.threshold_significant <= 0.0: