HomeSort by relevance Sort by last modified time
    Searched defs:EPSILON (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/clib/
jacobi.c 32 #undef EPSILON
33 #define EPSILON 0.00000001
91 if (sum < EPSILON) /* normal convergence */
115 if ((iter >= 4) && (g < EPSILON*fabs(d[i]))
116 && (g < EPSILON*fabs(d[j])))
124 if (g < EPSILON*fabs(h))
  /frameworks/base/libs/surfaceflinger/
Transform.cpp 68 static const float EPSILON = 0.0f;
71 return fabs(f) <= EPSILON;

Completed in 39 milliseconds