Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java200 static native double convertUlongToDouble(long x); in convertUlongToDouble() method in CoreMathVerifier
1603 args.out = t.newFloaty(convertUlongToDouble(args.inV)); in computeConvert()
1611 args.out = t.new64(convertUlongToDouble(args.inV)); in computeConvert()