Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java133 static native float convertUcharToFloat(byte x); in convertUcharToFloat() method in CoreMathVerifier
1385 args.out = t.new32(convertUcharToFloat(args.inV)); in computeConvert()