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

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare_two_ftime_report_sets146 def text_number(number): function
160 return text_number(round_significant(digits, number))
388 text = "trial count is " + text_number(self.count)
389 text += ", mean is " + text_number(self.mean)
390 text += " (" + text_number(confidence_from_alpha(self.alpha)) +"%"
391 text += " confidence in " + text_number(self.mean - self.radius)
392 text += " to " + text_number(self.mean + self.radius) + ")"
393 text += ",\nstd.deviation is " + text_number(self.deviation)
394 text += ", std.error is " + text_number(self.error)
431 message += "with " + text_number(confidenc
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare_two_ftime_report_sets146 def text_number(number): function
160 return text_number(round_significant(digits, number))
388 text = "trial count is " + text_number(self.count)
389 text += ", mean is " + text_number(self.mean)
390 text += " (" + text_number(confidence_from_alpha(self.alpha)) +"%"
391 text += " confidence in " + text_number(self.mean - self.radius)
392 text += " to " + text_number(self.mean + self.radius) + ")"
393 text += ",\nstd.deviation is " + text_number(self.deviation)
394 text += ", std.error is " + text_number(self.error)
431 message += "with " + text_number(confidenc
[all...]

Completed in 179 milliseconds