Searched refs:bsem (Results 1 – 2 of 2) sorted by relevance
/external/skia/bin/ |
D | compare | 43 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/ |
D | compare | 43 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)
|