Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java188 static native float convertLongToFloat(long x); in convertLongToFloat() method in CoreMathVerifier
1570 args.out = t.new32(convertLongToFloat(args.inV)); in computeConvert()