Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dstats.py742 def ltrimboth(l, proportiontocut): argument
753 lowercut = int(proportiontocut * len(l))
758 def ltrim1(l, proportiontocut, tail='right'): argument
770 uppercut = len(l) - int(proportiontocut * len(l))
772 lowercut = int(proportiontocut * len(l))
2948 def atrimboth(a, proportiontocut): argument
2960 lowercut = int(proportiontocut * len(a))
2964 def atrim1(a, proportiontocut, tail='right'): argument
2976 uppercut = len(a) - int(proportiontocut * len(a))
2978 lowercut = int(proportiontocut * len(a))