Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java83 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output() method in Float16ArithmeticTest
130 return checkFloat16Output(x, y, Float16TestData.ReferenceOutputForAdd, in checkFloat16Add()
148 return checkFloat16Output(x, y, Float16TestData.ReferenceOutputForSub, in checkFloat16Sub()
166 return checkFloat16Output(x, y, Float16TestData.ReferenceOutputForMul, in checkFloat16Mul()
184 return checkFloat16Output(x, y, Float16TestData.ReferenceOutputForDiv, in checkFloat16Div()