Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java43 private Allocation mF16Matrix; field in Float16ArithmeticTest
62 mF16Matrix = Allocation.createTyped(mRS, f16Matrix); in setUp()
73 mF16Matrix.destroy(); in tearDown()
136 script.forEach_add(mF16Matrix); in testFloat16Add()
137 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Add()
154 script.forEach_sub(mF16Matrix); in testFloat16Sub()
155 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Sub()
172 script.forEach_mul(mF16Matrix); in testFloat16Mul()
173 script.forEach_bitcast(mF16Matrix, mU16Matrix); in testFloat16Mul()
190 script.forEach_div(mF16Matrix); in testFloat16Div()
[all …]