Lines Matching refs:wd
2052 float wd=w[i]*w[i];2053 float ws=1.-wd;2054 d[i]=d[i]*wd + s[i]*ws;2061 float wd=w[i]*w[i];2062 d[i]=d[i]*wd;