Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java166 static native float convertIntToFloat(int x); in convertIntToFloat() method in CoreMathVerifier
1496 args.out = t.new32(convertIntToFloat(args.inV)); in computeConvert()