Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java111 float floatOut = Float16Utils.convertFloat16ToFloat(out); in checkFloat16Output() local
113 if (floatOut < floatLB || floatOut > floatUB) { in checkFloat16Output()
123 message.append("\nActual output: " + Float.toString(floatOut)); in checkFloat16Output()