Home | History | Annotate | Download | only in jdiff

Lines Matching defs:hist

195         int[] hist = new int[101];
197 hist[i] = 0;
204 hist[bucket]++;
228 total += hist[i];
231 if (hist[i] != 0) {
234 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
235 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
242 if (hist[i] != 0) {
243 h_.writeText(i + "," + (hist[i]/total));
282 int[] hist = new int[101];
284 hist[i] = 0;
291 hist[bucket]++;
319 total += hist[i];
322 if (hist[i] != 0) {
325 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
326 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
333 hist[i] != 0) {
334 h_.writeText(i + "," + (hist[i]/total));