Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java76 final float coef = 1.0f / 5.255f; in testGetAltitude() local
83 float t2 = 44330.f*(1.0f- (float) Math.pow(p/p0, coef)); in testGetAltitude()