Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 7 of 7) sorted by relevance

/littlefs-3.5.0-3.4.0/scripts/
Ddata.py193 def print_diff_entry(name, old, new, diff, ratio): argument
198 ' (%+.1f%%)' % (100*ratio) if ratio else ''))
213 for name, (old, new, diff, ratio) in sorted_diff_entries(
215 if ratio or args.get('all'):
216 print_diff_entry(name, old, new, diff, ratio)
222 ratio = (0.0 if not prev_total and not total
228 ratio)
Dcode.py194 def print_diff_entry(name, old, new, diff, ratio): argument
199 ' (%+.1f%%)' % (100*ratio) if ratio else ''))
214 for name, (old, new, diff, ratio) in sorted_diff_entries(
216 if ratio or args.get('all'):
217 print_diff_entry(name, old, new, diff, ratio)
223 ratio = (0.0 if not prev_total and not total
229 ratio)
Dsummary.py205 ratio = (
212 else field.ratio(o, n))
214 '' if not ratio
215 else '(+∞%)' if ratio > 0 and m.isinf(ratio)
216 else '(-∞%)' if ratio < 0 and m.isinf(ratio)
217 else '(%+.1f%%)' % (100*ratio)), end='')
Dstructs.py245 def print_diff_entry(name, old, new, diff, ratio): argument
250 ' (%+.1f%%)' % (100*ratio) if ratio else ''))
265 for name, (old, new, diff, ratio) in sorted_diff_entries(
267 if ratio or args.get('all'):
268 print_diff_entry(name, old, new, diff, ratio)
274 ratio = (0.0 if not prev_total and not total
280 ratio)
Dcoverage.py222 ratio): argument
233 ' (%+.1f%%)' % (100*ratio) if ratio else ''))
251 diff_hits, diff_count, ratio) in sorted_diff_entries(
253 if ratio or args.get('all'):
258 ratio)
264 ratio = ((total_hits/total_count
272 ratio)
Dstack.py293 ratio): argument
305 '' if not ratio
306 else ' (+∞%)' if ratio > 0 and m.isinf(ratio)
307 else ' (-∞%)' if ratio < 0 and m.isinf(ratio)
308 else ' (%+.1f%%)' % (100*ratio)))
362 ratio = (
373 ratio)
/littlefs-3.5.0-3.4.0/
DDESIGN.md514 If we let ![r] be the ratio of static space to the size of our log in bytes, we