Lines Matching defs:scale
911 long scale;
931 scale = 1;
933 scale = at / (max2 * 2);
934 if (scale > 48)
935 scale = 48;
940 graph[ii] = (scale * 100 * dp->hdata[ii]) / at;
945 prthist(graph, maxrow, scale, (long) (max*100*scale/at));
951 prthist(array, mrow, scale, gmax)
952 long array[], scale, gmax;
961 printf("\n%2ld%% -|", gmax/scale);
969 printf("\n%2ld%% -|", line/scale);