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

/frameworks/base/services/sensorservice/
H A DFusion.cpp50 static const float SYMMETRY_TOLERANCE = 1e-10f; member in namespace:android
339 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) ||
340 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) {

Completed in 24 milliseconds