Home
last modified time | relevance | path

Searched refs:qlog (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dhuff.c155 static struct qlog { struct
160 static struct qlog argument
161 qlog(double x, double y, long p, double u) /* find smallest p so x^p<=y */ in qlog() function
168 z = qlog(x, y, p+p, u*u); in qlog()
188 (void) qlog(rq, 1./q, 1L, rq); in huff()