Home
last modified time | relevance | path

Searched refs:hi_min (Results 1 – 3 of 3) sorted by relevance

/dports/cad/magic/magic-8.3.245/debug/
H A Dhist.c106 new->hi_min=INFINITY;
155 if(value < h->hi_min)
156 h->hi_min=value;
222 fprintf(fp, "; smallest value was %d\n", h->hi_min);
H A Ddebug.h55 int hi_min; /* Smallest item in the histogram*/ member
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dfrequencies.c590 double hi_min = -DBL_MAX; in cmd_frequencies() local
937 hi_min = lex_number (lexer); in cmd_frequencies()
1129 hist->x_min = hi_min; in cmd_frequencies()