OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_number
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/
compare_two_ftime_report_sets
146
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
(confidence) + "% confidence
[
all
...]
/src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets
146
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
(confidence) + "% confidence
[
all
...]
Completed in 48 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026