Searched refs:factor (Results 1 – 4 of 4) sorted by relevance
53 factor = 10 ** precision55 percent = num * 100 * factor // total58 factor *= 1061 whole, frac = divmod(percent, factor)
45 static const float factor = 4.3125; in limiter() local46 static const float ratio = 1.0 / factor; in limiter()47 out = crossover + atan_approximation((in_abs - crossover)*factor)*ratio; in limiter()
18 # Returns the scale factor to be used when verifying the FIXED_PERFORMANCE
587 Coord factor = *this * *this;588 return bits::sqrt(factor.count());