Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dformat_utils.py53 factor = 10 ** precision
55 percent = num * 100 * factor // total
58 factor *= 10
61 whole, frac = divmod(percent, factor)
/system/media/audio_utils/
Dlimiter.c45 static const float factor = 4.3125; in limiter() local
46 static const float ratio = 1.0 / factor; in limiter()
47 out = crossover + atan_approximation((in_abs - crossover)*factor)*ratio; in limiter()
/system/libsysprop/srcs/android/sysprop/
DPowerProperties.sysprop18 # Returns the scale factor to be used when verifying the FIXED_PERFORMANCE
/system/teeui/libteeui/include/teeui/
Dutils.h587 Coord factor = *this * *this;
588 return bits::sqrt(factor.count());