Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java155 static native float convertUshortToFloat(short x); in convertUshortToFloat() method in CoreMathVerifier
1459 args.out = t.new32(convertUshortToFloat(args.inV)); in computeConvert()