Home
last modified time | relevance | path

Searched refs:SYMMETRY_TOLERANCE (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
DFusion.cpp66 static const float SYMMETRY_TOLERANCE = 1e-10f; variable
397 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) || in checkState()
398 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) { in checkState()