Searched defs:difference (Results 1 – 13 of 13) sorted by relevance
51 int difference = 0.f; in squareDistance() local
81 float difference = 0.f; in squareDistance() local
220 float difference; in calculatePathDifferences() local254 private void recordPathTestResults(float difference) { in recordPathTestResults()
52 CbGeoUtils.LatLng difference = new CbGeoUtils.LatLng(LAT1 - LAT2, LNG1 - LNG2); in testLatLong() local
66 double difference = originToOtherAngle - originToThisAngle; in arcAngleTo() local
254 final BitmapCompare.Difference difference = BitmapCompare.computeMinimumDifference( in validateResult() local
1792 final int difference = euclideanDistance(pixels1[i], pixels2[i]); in computeDifference() local
256 private Set<Integer> difference(Set<Integer> a, Set<Integer> b) { in difference() method in ProcStateAtomTests
339 int difference = (currentOrientation - defaultOrientation) % ORIENTATION_COUNT; in getDeviceRotation() local
103 double difference = mean - value.doubleValue(); in getVariance() local
208 long difference = Math.abs(statsdDurationMs - bsDurationMs); local
604 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in validateRawJpegImagePair() local
630 double difference = BitmapUtils.calcDifferenceMetric(yuvBmap, jpegBmap); in testAllOutputYUVResolutions() local