Searched refs:withinTolerance (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/mcpat/regression/
H A Dverify_output.py76 def withinTolerance(reference, calculated, tolerance = 0.001): function
133 if not withinTolerance(self.area, temp_node.area):
137 if not withinTolerance(
143 if not withinTolerance(
149 if not withinTolerance(self.gate_leakage, temp_node.gate_leakage):
153 if not withinTolerance(
159 if not withinTolerance(
165 if not withinTolerance(

Completed in 4 milliseconds