Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java44 private Allocation mU16Matrix; field in Float16ArithmeticTest
63 mU16Matrix = Allocation.createTyped(mRS, u16Matrix); in setUp()
74 mU16Matrix.destroy(); in tearDown()
137 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Add()
138 mU16Matrix.copyTo(output); in testFloat16Add()
155 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Sub()
156 mU16Matrix.copyTo(output); in testFloat16Sub()
173 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Mul()
174 mU16Matrix.copyTo(output); in testFloat16Mul()
191 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Div()
[all …]