Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java222 static native double convertDoubleToDouble(double x); in convertDoubleToDouble() method in CoreMathVerifier
1722 args.out = t.new64(convertDoubleToDouble(args.inV)); in computeConvert()