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

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c26 /* igamc(), igam(), etc. were adapted (and cleaned up) from the Cephes
42 static double igam(double a, double x);
53 return (1.0 - igam(a, x));
103 igam(double a, double x) { function
115 fprintf(stderr, "igam: UNDERFLOW, ax=%f\n", ax);

Completed in 25 milliseconds