Searched refs:WVEC_EPS (Results 1 – 1 of 1) sorted by relevance
106 static const float WVEC_EPS = 1e-4f/SQRT_3; variable435 if (length(we) < WVEC_EPS) { in predict()436 we = (we[0]>0.f)?WVEC_EPS:-WVEC_EPS; in predict()