Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java156 static native double convertUshortToDouble(short x); in convertUshortToDouble() method in CoreMathVerifier
1455 args.out = t.newFloaty(convertUshortToDouble(args.inV)); in computeConvert()
1463 args.out = t.new64(convertUshortToDouble(args.inV)); in computeConvert()