Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java221 static native float convertDoubleToFloat(double x); in convertDoubleToFloat() method in CoreMathVerifier
1644 args.out = t.newFloaty(convertDoubleToFloat(args.inVDouble)); in computeConvert()
1718 args.out = t.new32(convertDoubleToFloat(args.inV)); in computeConvert()