Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/util/
DExifUtil.java38 private static final double LOG_2 = Math.log(2); // natural log of 2 field in ExifUtil
210 return Math.log(value) / LOG_2;
217 return Math.log(value) / LOG_2;