Home
last modified time | relevance | path

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

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