Home
last modified time | relevance | path

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

/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt465 return Math.pow(INTERVAL_COMPRESSION_MULTIPLIER.toDouble(), in <lambda>()
466 (depth + 1).toDouble()).toLong() * SNAPSHOT_INTERVAL_MILLIS in <lambda>()
472 count += Math.pow(INTERVAL_COMPRESSION_MULTIPLIER.toDouble(), i.toDouble()).toInt() in <lambda>()
480 beginTimeMillis += Math.pow(INTERVAL_COMPRESSION_MULTIPLIER.toDouble(), in <lambda>()
481 i.toDouble()).toLong() in <lambda>()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java86 public static double[] toDouble(short[] data) { in toDouble() method in Util
DWavAnalyzer.java31 this.data = Util.toDouble(shortData); in WavAnalyzer()