Searched refs:SEARCH_EPS (Results 1 – 1 of 1) sorted by relevance
159 const float SEARCH_EPS = 0.001f; variable188 if (fabs(p2-precision)>SEARCH_EPS) {195 while (fabs(realPrecision-precision)>SEARCH_EPS) {233 const float SEARCH_EPS = 0.001; variable280 if (fabs(p2-precision)>SEARCH_EPS) {287 while (fabs(realPrecision-precision)>SEARCH_EPS) {