Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloatyUnitTest.java25 static float subnormalFloat = 10000 * Float.MIN_VALUE; field in FloatyUnitTest
100 Target.Floaty subnormalFloaty = t.new32(subnormalFloat); in testFloat1Ulp()
104 shouldAccept(subnormalFloaty, (double) subnormalFloat); in testFloat1Ulp()
105 shouldAccept(subnormalFloaty, (double) subnormalFloat + Math.ulp(subnormalFloat)); in testFloat1Ulp()
106 shouldAccept(subnormalFloaty, (double) subnormalFloat - Math.ulp(subnormalFloat)); in testFloat1Ulp()
107 shouldNotAccept(subnormalFloaty, (double) subnormalFloat + 2 * Math.ulp(subnormalFloat)); in testFloat1Ulp()
108 shouldNotAccept(subnormalFloaty, (double) subnormalFloat - 2 * Math.ulp(subnormalFloat)); in testFloat1Ulp()
117 shouldNotAccept(normalFloaty, (double) subnormalFloat); in testFloat1Ulp()
125 Target.Floaty subnormalFloaty = t.new32(subnormalFloat); in testFloat8192Ulp()
129 shouldAccept(subnormalFloaty, (double) subnormalFloat); in testFloat8192Ulp()
[all …]