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

/illumos-gate/usr/src/cmd/spell/
H A Dhuff.c158 static struct qlog { struct
163 static struct qlog
164 qlog(double x, double y, long p, double u) /* find smallest p so x^p<=y */ function
171 z = qlog(x, y, p+p, u*u);
191 (void) qlog(rq, 1./q, 1L, rq);

Completed in 52 milliseconds