Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloatyUnitTest.java296 Target.Floaty halfFloaty = t.newFloaty(normalHalf); in testExtraAllowedError() local
299 shouldAccept(halfFloaty, ub, extraError); in testExtraAllowedError()
300 shouldAccept(halfFloaty, lb, extraError); in testExtraAllowedError()
301 shouldNotAccept(halfFloaty, ub + Float16Utils.float16Ulp(ub), extraError); in testExtraAllowedError()
302 shouldNotAccept(halfFloaty, lb - Float16Utils.float16Ulp(lb), extraError); in testExtraAllowedError()
308 shouldAccept(halfFloaty, ub, extraError); in testExtraAllowedError()
309 shouldAccept(halfFloaty, lb, extraError); in testExtraAllowedError()
310 shouldNotAccept(halfFloaty, ub + Float16Utils.float16Ulp(ub), extraError); in testExtraAllowedError()
311 shouldNotAccept(halfFloaty, lb - Float16Utils.float16Ulp(lb), extraError); in testExtraAllowedError()