Searched refs:histogram (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/counter/
H A Dcounter.tcl32 # The time-based histogram uses an after event and a list
86 upvar #0 counter::H-$tag histogram
93 set histogram($i) 0
164 # The following is referenced when bugs cause histogram
172 upvar #0 counter::H-$tag histogram
173 if {[info exists histogram]} {
174 unset histogram
192 # A value-based histogram with buckets for different values.
194 upvar #0 counter::H-$tag histogram
195 if {[info exists histogram]} {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djquant2.c34 * In the first pass over the image, we accumulate a histogram showing the
35 * usage count of each possible color. To keep the histogram to a reasonable
38 * in the same histogram cell.
81 * you'll probably want to tweak the histogram sizes too.
102 * First we have the histogram data structure and routines for creating it.
109 * To maintain a fully accurate histogram, we'd need to allocate a "long"
113 * enough results. This reduces the recommended histogram size from 256Kb
115 * (In the second pass the histogram space is re-used for pixel mapping data;
119 * machines, we can't just allocate the histogram in one chunk. Instead
132 #define HIST_C0_BITS 5 /* bits of precision in R/B histogram */
201 hist3d histogram; /* pointer to the histogram */ member in struct:__anon13117
230 register hist3d histogram = cquantize->histogram; local
318 hist3d histogram = cquantize->histogram; local
505 hist3d histogram = cquantize->histogram; local
861 hist3d histogram = cquantize->histogram; local
920 hist3d histogram = cquantize->histogram; local
954 hist3d histogram = cquantize->histogram; local
1170 hist3d histogram = cquantize->histogram; local
[all...]
/macosx-10.10/patch_cmds-17/diffstat/package/
H A Ddiffstat.spec1 Summary: diffstat - make histogram from diff-output
16 one or more input files which contain output from diff, producing a histogram
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c86 uint32 histogram[B_LEN][B_LEN][B_LEN]; variable
192 * STEP 2: get histogram, initialize first box
230 * STEP 5: scan histogram and map all values to closest color
361 { register uint32 *ptr = &histogram[0][0][0];
385 histogram[red][green][blue]++;
419 * See which axis is the largest, do a histogram along that
430 /* get histogram along longest axis */
437 iptr = &histogram[ir][ig][ptr->bmin];
451 iptr = &histogram[ir][ig][ptr->bmin];
465 iptr = &histogram[i
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dplotstat.tcl218 # plot-histogram
219 # Create a simple histogram in the given canvas
231 # Simple histogram in the canvas
239 proc ::math::statistics::plot-histogram { canvas counts limits {tag xyplot} } {
309 ::math::statistics::plot-histogram .c2 {1 3 2 0.1 4 2} {-1 3 10 11 23}
H A Dstatistics.tcl30 histogram interval-mean-stdev t-test-mean quantiles \
167 # histogram --
168 # Return histogram information from a list of numbers
179 proc ::math::statistics::histogram { limits values } {
516 # Return the quantiles for a given set of data or histogram
523 # limits List of upper limits from histogram
524 # counts List of counts for for each interval in histogram
598 # Return the quantiles based on histogram information only
601 # limits Upper limits for histogram intervals
617 return -code error -errorcode ARG "$TOOFEWDATA - histogram limit
[all...]
H A Dpdf_stat.tcl24 histogram-uniform \
676 # number Total number of "observations" in the histogram
704 # histogram-uniform --
705 # Return the expected histogram for a uniform distribution
710 # limits upper limits for the histogram buckets
711 # number Total number of "observations" in the histogram
716 proc ::math::statistics::histogram-uniform { min max limits number } {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl170 set methodProc(histogram,title) DrawTitle
171 set methodProc(histogram,xtext) DrawXtext
172 set methodProc(histogram,ytext) DrawYtext
173 set methodProc(histogram,vtext) DrawVtext
174 set methodProc(histogram,plot) DrawHistogramData
175 set methodProc(histogram,saveplot) SavePlot
176 set methodProc(histogram,dataconfig) DataConfig
177 set methodProc(histogram,xconfig) XConfig
178 set methodProc(histogram,yconfig) YConfig
179 set methodProc(histogram,ytickline
[all...]
H A Dplotconfig.tcl34 histogram horizbars vertbars ganttchart
45 set config(histogram,components) {title margin text legend leftaxis rightaxis bottomaxis background}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dexample.c296 png_uint_16p histogram = NULL;
298 png_get_hIST(png_ptr, info_ptr, &histogram);
301 max_screen_colors, histogram, 0);
H A Dpngrtran.c147 * allowed, and a histogram if possible. If the current number
165 int num_palette, int maximum_colors, png_uint_16p histogram,
186 if (histogram != NULL)
217 if (histogram[png_ptr->quantize_sort[j]]
218 < histogram[png_ptr->quantize_sort[j + 1]])
164 png_set_quantize(png_structp png_ptr, png_colorp palette, int num_palette, int maximum_colors, png_uint_16p histogram, int full_quantize) argument
H A Dpng.h1348 png_uint_16p hist PNG_DEPSTRUCT; /* histogram */
1732 png_uint_16p histogram, int full_quantize));
/macosx-10.10/vim-55/runtime/syntax/
H A Dnatural.vim32 syn keyword naturalLoop read end-read end-work find end-find histogram end-histogram
H A Dxmath.vim143 syn keyword xmathFunc defFreqRange histogram plot30 sysic
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex528 \key{histogram of vector data}{V H}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclDecls.h164 int maximum_colors, png_uint_16p histogram,
1061 void (*png_set_quantizePtr) (png_structp png_ptr, png_colorp palette, int num_palette, int maximum_colors, png_uint_16p histogram, int full_dither); /* 45 */

Completed in 138 milliseconds