Searched refs:SYMMETRY_TOLERANCE (Results 1 – 1 of 1) sorted by relevance
66 static const float SYMMETRY_TOLERANCE = 1e-10f; variable397 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) || in checkState()398 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) { in checkState()