Home | History | Annotate | Download | only in tests

Lines Matching refs:xmax

85                          double xmin, double xmax, int verbose)
104 mpfr_set_d (b, xmax, rnd);
159 num, xmin, xmax, nu, chisq);
187 * possible deviate values in the range [xmin, xmax] coupled with the value of
199 * In addition, two bins are allocated for [0,xmin) and (xmax,inf).
206 double xmin, double xmax, int verbose)
224 mpfr_set_d (x, xmax, rnd);
225 xmax = mpfr_get_d (x, rnd);
284 "nu = %d: chisq = %.2f\n", num, prec, xmin, xmax, nu, chisq);
297 double xmin, double xmax, int verbose)
307 Q = (*f)(num, prec, bin, xmin, xmax, verbose);