Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java145 static native double convertShortToDouble(short x); in convertShortToDouble() method in CoreMathVerifier
1418 args.out = t.newFloaty(convertShortToDouble(args.inV)); in computeConvert()
1426 args.out = t.new64(convertShortToDouble(args.inV)); in computeConvert()