Home | History | Annotate | Download | only in core

Lines Matching defs:divisor

111         // If the window is odd then the divisor is just window ^ 3 otherwise,
115 auto divisor = (window & 1) == 1 ? window3 : window3 + window2;
117 fWeight = static_cast<uint64_t>(round(1.0 / divisor * (1ull << 32)));