Home
last modified time | relevance | path

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

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