Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyToTest.java113 test_Allocationcopy1DRangeTo_Short_Helper(Element.F16(mRS), true); in test_Allocationcopy1DRangeTo_Short()
114 test_Allocationcopy1DRangeTo_Short_Helper(Element.F16(mRS), false); in test_Allocationcopy1DRangeTo_Short()
300 test_Allocationcopy2DRangeTo_Short_Helper(Element.F16(mRS), true); in test_Allocationcopy2DRangeTo_Short()
301 test_Allocationcopy2DRangeTo_Short_Helper(Element.F16(mRS), false); in test_Allocationcopy2DRangeTo_Short()
485 test_Allocationcopy3DRangeTo_Short_Helper(Element.F16(mRS)); in test_Allocationcopy3DRangeTo_Short()
724 test_Allocationcopy1DRangeToUnchecked_Short_Helper(Element.F16(mRS)); in test_Allocationcopy1DRangeToUnchecked_Short()
DElementTest.java186 Element[] F16 = { Element.F16(mRS) }; in testIsCompatible() local
247 F16, F16_2, F16_3, F16_4, in testIsCompatible()
284 eb.add(Element.F16(mRS), "F16", arraySize); in testElementBuilder()
354 assertFalse(Element.F16(mRS).isComplex()); in testIsComplex()
DAllocationTest.java119 createTypedHelper(Element.F16(mRS)); in testCreateTyped()
162 createSizedHelper(Element.F16(mRS)); in testCreateSized()
682 helperShortCopy(Element.F16(mRS), s, 0, s, mode); in test1DCopyOperations()
694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations()
722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations()
DFloat16ArithmeticTest.java56 Element f16 = Element.F16(mRS); in setUp()
DRSBaseCompute.java84 element = Element.F16(rs); in getElement()
DReduceTest.java247 … Allocation inputAllocation = Allocation.createSized(mRS, Element.F16(mRS), inputArray.length); in findMinAndMaxHalf()