Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java211 static native double convertFloatToDouble(float x); in convertFloatToDouble() method in CoreMathVerifier
1685 args.out = t.new64(convertFloatToDouble(args.inV)); in computeConvert()