Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java132 int rounded = 0x80000000 >>> lz; in roundup() local
134 if (v > rounded && lz > 0) { in roundup()
135 rounded <<= 1; in roundup()
137 return rounded; in roundup()