Lines Matching refs:symbol
60 /// add a symbol not present in the new profile
65 diff_symbol symbol(sym);
66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY);
67 add_sym(syms, symbol, choice);
71 /// add a symbol not present in the old profile
76 diff_symbol symbol(sym);
77 symbol.diffs.fill(sym.sample.counts.size(), INFINITY);
78 add_sym(syms, symbol, choice);
82 /// add a diffed symbol
88 diff_symbol symbol(sym2);
96 symbol.diffs[i] = op_ratio(percent2 - percent1, percent1);
97 symbol.diffs[i] *= 100.0;
100 add_sym(syms, symbol, choice);
121 * Do a pairwise comparison of the two symbol sets. We're
122 * relying here on the symbol container being sorted such