Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java109 float floatLB = Float16Utils.convertFloat16ToFloat(lb); in checkFloat16Output() local
113 if (floatOut < floatLB || floatOut > floatUB) { in checkFloat16Output()
122 Float.toString(floatLB) + " and " + Float.toString(floatUB)); in checkFloat16Output()