Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java175 static native long convertUintToLong(int x); in convertUintToLong() method in CoreMathVerifier
1522 args.out = convertUintToLong(args.inV); in computeConvert()