Lines Matching refs:xmax
86 double xmin, double xmax, int verbose)
105 mpfr_set_d (b, xmax, rnd);
155 num, xmin, xmax, nu, chisq);
183 * deviate values in the range [xmin, xmax] coupled with the value of inexact.
195 * In addition, two bins are allocated for [0,xmin) and (xmax,inf).
205 double xmin, double xmax, int verbose)
223 mpfr_set_d (x, xmax, rnd);
224 xmax = mpfr_get_d (x, rnd);
285 "nu = %d: chisq = %.2f\n", num, prec, xmin, xmax, nu, chisq);
298 double xmin, double xmax, int verbose)
308 Q = (*f)(num, prec, bin, xmin, xmax, verbose);