Home
last modified time | relevance | path

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

/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSUtils.java212 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong() method in RSUtils
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSUtils.java317 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong() method in RSUtils
DRSBaseCompute.java307 if (RSUtils.compareUnsignedLong(minArray[i], maxArray[i]) > 0) { in enforceOrdering()