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.java105 test_Allocationcopy1DRangeTo_Short_Helper(Element.F16(mRS), true); in test_Allocationcopy1DRangeTo_Short()
106 test_Allocationcopy1DRangeTo_Short_Helper(Element.F16(mRS), false); in test_Allocationcopy1DRangeTo_Short()
292 test_Allocationcopy2DRangeTo_Short_Helper(Element.F16(mRS), true); in test_Allocationcopy2DRangeTo_Short()
293 test_Allocationcopy2DRangeTo_Short_Helper(Element.F16(mRS), false); in test_Allocationcopy2DRangeTo_Short()
477 test_Allocationcopy3DRangeTo_Short_Helper(Element.F16(mRS)); in test_Allocationcopy3DRangeTo_Short()
716 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.java118 createTypedHelper(Element.F16(mRS)); in testCreateTyped()
161 createSizedHelper(Element.F16(mRS)); in testCreateSized()
649 helperShortCopy(Element.F16(mRS), s, 0, s, mode); in test1DCopyOperations()
661 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations()
689 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations()
DFloat16ArithmeticTest.java51 Element f16 = Element.F16(mRS); in setupTest()
DRSBaseCompute.java84 element = Element.F16(rs); in getElement()
DReduceTest.java239 … Allocation inputAllocation = Allocation.createSized(mRS, Element.F16(mRS), inputArray.length); in findMinAndMaxHalf()