Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java210 static native float convertFloatToFloat(float x); in convertFloatToFloat() method in CoreMathVerifier
1681 args.out = t.new32(convertFloatToFloat(args.inV)); in computeConvert()