Searched defs:ref (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | InitTest.java | 35 float[] ref = new float[INPUTSIZE]; in testInitTest() local
|
D | IntrinsicHistogram.java | 59 int ref[] = new int[256 * outvs2]; in testNorm() local 179 int ref[] = new int[256]; in testDot() local
|
D | RSBaseCompute.java | 45 public void checkArray(float[] ref, float[] out, int height, int refStride, in checkArray() 61 public void checkArray(int[] ref, int[] out, int height, int refStride, in checkArray()
|
D | IntrinsicBLAS.java | 119 private void verifyMatrix(Allocation ref, Allocation out) { in verifyMatrix() 128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) { in verifyMatrix()
|