Home
last modified time | relevance | path

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

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