Home
last modified time | relevance | path

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

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSUtils.java215 long firstFourBitsDiff = aFirstFourBits - bFirstFourBits; in compareUnsignedLong() local
216 if (firstFourBitsDiff != 0) { in compareUnsignedLong()
217 return firstFourBitsDiff; in compareUnsignedLong()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSUtils.java320 long firstFourBitsDiff = aFirstFourBits - bFirstFourBits; in compareUnsignedLong() local
321 if (firstFourBitsDiff != 0) { in compareUnsignedLong()
322 return firstFourBitsDiff; in compareUnsignedLong()