Searched refs:ERROR_MARGIN (Results 1 – 2 of 2) sorted by relevance
33 public static final Double ERROR_MARGIN = 0.2; field in ADPFHintSessionConstants
20 import static android.adpf.common.ADPFHintSessionConstants.ERROR_MARGIN;122 return Math.abs(lhs - rhs) < ERROR_MARGIN * (lhs + rhs) / 2.0; in isRoughlyEqual()