Searched defs:ax (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c46 double ans, ax, c, yc, r, t, y, z; local
55 ax = a * log(x) - x - lgamma(a);
56 if (ax < -MAXLOG) {
57 fprintf(stderr, "igamc: UNDERFLOW, ax=%f\n", ax);
60 ax = exp(ax);
99 return (ans * ax);
104 double ans, ax, c, r; local
113 ax
[all...]

Completed in 26 milliseconds