Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloatyUnitTest.java337 Target.Floaty floaty; in testRangeDoesNotAcrossZero() local
342 floaty = t.new32(Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
343 shouldAccept(floaty, (double) Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
344 shouldAccept(floaty, (double) Float.MIN_VALUE + 4 * Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
345 shouldAccept(floaty, (double) 0.f); in testRangeDoesNotAcrossZero()
346 shouldNotAccept(floaty, (double) 0.f - Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
348 floaty = t.new32(-Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
349 shouldAccept(floaty, (double) -Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
350 shouldAccept(floaty, (double) -Float.MIN_VALUE - 4 * Float.MIN_VALUE); in testRangeDoesNotAcrossZero()
351 shouldAccept(floaty, (double) 0.f); in testRangeDoesNotAcrossZero()
[all …]