Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java189 static native double convertLongToDouble(long x); in convertLongToDouble() method in CoreMathVerifier
1566 args.out = t.newFloaty(convertLongToDouble(args.inV)); in computeConvert()
1574 args.out = t.new64(convertLongToDouble(args.inV)); in computeConvert()