Home
last modified time | relevance | path

Searched refs:bsem (Results 1 – 2 of 2) sorted by relevance

/external/skia/bin/
Dcompare43 p, asem, bsem = 0, 0, 0 variable
48 asem, bsem = scipy.stats.sem(a[key]), scipy.stats.sem(b[key]) variable
49 ps.append((bm/am, p, key, am, bm, asem, bsem))
61 for ratio, p, key, am, bm, asem, bsem in ps:
66 humanize(bm), humanize(bsem), str_ratio)
/external/skqp/bin/
Dcompare43 p, asem, bsem = 0, 0, 0 variable
48 asem, bsem = scipy.stats.sem(a[key]), scipy.stats.sem(b[key]) variable
49 ps.append((bm/am, p, key, am, bm, asem, bsem))
61 for ratio, p, key, am, bm, asem, bsem in ps:
66 humanize(bm), humanize(bsem), str_ratio)