Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dstats.py3837 def yfunc(y): function
3856 x = N.where(N.less(y, 1.0), wfunc(y * y), yfunc(y - 2.0)) # get x's