Searched refs:float (Results 1 - 25 of 70) sorted by relevance

123

/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSumTimerInfo.py34 time = time + float(s[6])
36 if float(s[6]) > max_time:
37 max_time = float(s[6])
66 total_time = total_time + float(s[6])
H A DSATestUtils.py51 def time_to_str(time: float) -> str:
74 def check_and_measure_call(*popenargs, **kwargs) -> Tuple[float, int]:
H A DCmpRuns.py42 Number = Union[int, float]
364 path_difference_data: List[float] = []
391 float(a_path_len) / b_path_len)
395 log(float(a_path_len) / b_path_len))
462 def compute_percentile(values: Sequence[T], percentile: float) -> T:
515 val_old = float(stats_old[key][nested_key])
516 val_new = float(stats_new[key][nested_key])
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dmi-regs.exp70 set float "\\-?((\[0-9\]+(\\.\[0-9\]+)?(e\[-+\]\[0-9\]+)?)|(nan\\($hex\\)))"
82 "333\\^done,register-values=\\\[\{number=\"0\",value=\"$float\"\},\{number=\"1\",value=\"$float\"\},.*\{number=\"71\",value=\"$float\"\}\\\]" \
97 # On the sparc, registers 0-31 are int, 32-63 float, 64-71 int
100 "777\\^done,register-values=\\\[\{number=\"0\",value=\"$decimal\"\}.*\{number=\"31\",value=\"$decimal\"\},\{number=\"32\",value=\"$float\"\}.*\{number=\"63\",value=\"$float\"\},\{number=\"64\",value=\"$decimal\"\}.*\{number=\"71\",value=\"$decimal\"\}\\\]" \
H A Dmi2-regs.exp70 set float "\\-?((\[0-9\]+(\\.\[0-9\]+)?(e\[-+\]\[0-9\]+)?)|(nan\\($hex\\)))"
82 "333\\^done,register-values=\\\[\{number=\"0\",value=\"$float\"\},\{number=\"1\",value=\"$float\"\},.*\{number=\"71\",value=\"$float\"\}\\\]" \
97 # On the sparc, registers 0-31 are int, 32-63 float, 64-71 int
100 "777\\^done,register-values=\\\[\{number=\"0\",value=\"$decimal\"\}.*\{number=\"31\",value=\"$decimal\"\},\{number=\"32\",value=\"$float\"\}.*\{number=\"63\",value=\"$float\"\},\{number=\"64\",value=\"$decimal\"\}.*\{number=\"71\",value=\"$decimal\"\}\\\]" \
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py31 elif isinstance(value, float):
45 elif isinstance(value, float):
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py31 elif isinstance(value, float):
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py36 elif isinstance(value, float):
/openbsd-current/gnu/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py142 percent = (int(100.0 * (float(file_pass)/float(file_count))))
156 total_percent = (float(total_files_pass)/float(total_files_count))
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat/
H A DTrace.pm60 float => sub {
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt/
H A DTrace.pm60 float => sub {
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigRat/
H A DTrace.pm60 float => sub {
/openbsd-current/gnu/llvm/llvm/utils/
H A Ddemangle_tree.py198 spct = float(nsuccess)/float(total.nsymbols)
199 fpct = float(nfailed)/float(total.nsymbols)
200 cpct = float(ncrashed)/float(nfiles)
H A Dllvm-gisel-cov.py63 print("%s: %3.2f%% of rules covered" % (backend, float(len(rules_for_backend)) / num_rules[backend]) * 100)
/openbsd-current/gnu/llvm/llvm/utils/release/
H A DfindRegressions-simple.py40 test[fname][t[1] + ' time'] = float('nan')
49 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
52 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
H A DfindRegressions-nightly.py55 test[fname][tp + n] = float(t[2].split(' ')[2])
60 test[fname][exp + n] = float(t[2].strip('\r\n'))
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_assertions.py28 self.assertAlmostEqual(float('inf'), float('inf'))
30 float('inf'), float('inf'))
32 # float('inf') is invalid on Windows in Python 2.4 / 2.5
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DTestTimes.py14 test_times[path.strip('\n')] = float(time)
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dlib1funcs-Os-4-200.asm58 float fpul,dr0
68 float fpul,dr2
78 float fpul,dr0
89 float fpul,dr2
285 float fpul,dr0
291 float fpul,dr0
296 float fpul,dr2
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/progress/
H A Dprogress.py46 self.step = 100 / float(width) # fix
75 return float(increment * 100) / self.end
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Ddelta.py109 curr_time = float(match.group(2))
H A Ddisasm-stress-test.py215 remaining_time = float(
217 float(elapsed_time) / float(num_instructions_logged))
/openbsd-current/gnu/llvm/lldb/examples/summaries/
H A Dsynth.py40 elif isinstance(value, float):
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dmetrics.py111 return metric_count / float(total_count)
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dgenpacksizetables.pl125 f float

Completed in 304 milliseconds

123