Home
last modified time | relevance | path

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

/include/net/
Dcodel_impl.h79 u32 invsqrt2 = ((u64)invsqrt * invsqrt) >> 32; in codel_Newton_step() local
80 u64 val = (3LL << 32) - ((u64)vars->count * invsqrt2); in codel_Newton_step()