Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dstats.py2932 def athreshold(a, threshmin=None, threshmax=None, newval=0): argument
2943 if threshmax <> None:
2944 mask = mask + N.where(a > threshmax, 1, 0)