Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java134 static native double convertUcharToDouble(byte x); in convertUcharToDouble() method in CoreMathVerifier
1381 args.out = t.newFloaty(convertUcharToDouble(args.inV)); in computeConvert()
1389 args.out = t.new64(convertUcharToDouble(args.inV)); in computeConvert()