Home
last modified time | relevance | path

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

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