Searched refs:atrim1 (Results 1 - 1 of 1) sorted by relevance

/external/toolchain-utils/cros_utils/
H A Dstats.py2964 def atrim1(a, proportiontocut, tail='right'): function
2971 Usage: atrim1(a,proportiontocut,tail='right') or set tail='left'
4438 trim1 = Dispatch((ltrim1, (ListType, TupleType)), (atrim1, (N.ndarray,)))

Completed in 82 milliseconds