Home
last modified time | relevance | path

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

/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt619 return Math.pow(INTERVAL_COMPRESSION_MULTIPLIER.toDouble(), in <lambda>()
620 (depth + 1).toDouble()).toLong() * SNAPSHOT_INTERVAL_MILLIS in <lambda>()
626 count += Math.pow(INTERVAL_COMPRESSION_MULTIPLIER.toDouble(), i.toDouble()).toInt() in <lambda>()
634 beginTimeMillis += Math.pow(INTERVAL_COMPRESSION_MULTIPLIER.toDouble(), in <lambda>()
635 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.java33 this.data = Util.toDouble(shortData); in WavAnalyzer()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPaintTests.kt159 else 500f * sin((it / 2).toDouble()).toFloat() + 500f in <lambda>()