Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_codel.c363 uint32_t invsqrt, invsqrt2; in codel_Newton_step() local
372 invsqrt2 = ((u_int64_t)invsqrt * invsqrt) >> 32; in codel_Newton_step()
373 val = (3LL << 32) - ((u_int64_t)vars->count * invsqrt2); in codel_Newton_step()