Searched defs:thresholdsDeg (Results 1 – 2 of 2) sorted by relevance
162 float[] thresholdsDeg = getThresholdsDeg(gyroscopeAxes, rotationAxis); in verifyMeasurements() local185 float[] thresholdsDeg = new float[axes]; in getThresholdsDeg() local
47 public GyroscopeIntegrationVerification(int[] expectationsDeg, float[] thresholdsDeg) { in GyroscopeIntegrationVerification()