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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/release/
H A DfindRegressions-simple.py66 def diffResults(d_old, d_new):
75 for t in sorted(d_old.keys()) :
81 if x not in d_old[t] and x not in d_new[t]:
84 if x in d_old[t]:
87 if d_old[t][x] == 'PASS':
101 if x not in d_old[t] and x not in d_new[t]:
105 elif x not in d_old[t]:
108 if math.isnan(d_old[t][x]) and math.isnan(d_new[t][x]):
111 elif math.isnan(d_old[t][x]) and not math.isnan(d_new[t][x]):
114 elif not math.isnan(d_old[
157 d_old = parse(sys.argv[1]) variable
[all...]
H A DfindRegressions-nightly.py74 def diffResults(d_old, d_new):
76 for t in sorted(d_old.keys()) :
84 if x in d_old[t]:
86 if d_old[t][x] == 'PASS':
98 if tp + x in d_old[t]:
108 if exp + x in d_old[t]:
126 d_old = parse(sys.argv[1]) variable
130 diffResults(d_old, d_new)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-jacobitab.c94 unsigned e, a, b, d_old, d, q; local
105 d_old = JACOBI_D (bits >> 3);
107 if (d != d_old && a == 3 && b == 3)

Completed in 100 milliseconds