HomeSort by relevance Sort by last modified time
    Searched full:b_byte (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 188 byte[] b_byte = unsignedToSignedByte(new int[] {
231 matB.copyFrom(b_byte);
260 byte[] b_byte = unsignedToSignedByte(new int[] {
302 matB.copyFrom(b_byte);
336 byte[] b_byte = new byte[b_count];
339 getData(a_byte, b_byte, c_byte);
351 matB.copyFrom(b_byte);
SGEMMTest.java 240 byte[] b_byte = new byte[b_count];
243 getData(a_byte, b_byte, c_byte);
246 float[] b_float = byteToFloat(b_byte, b_offset);
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 129 private byte[] runBNNM(int m, int n, int k, byte[] a_byte, int a_offset, byte[] b_byte,
142 B.copyFrom(b_byte);
330 byte[] b_byte = new byte[b_count];
333 getData(a_byte, b_byte, c_byte);
335 byte[] c_byte_output = runBNNM(m, n, k, a_byte, a_offset, b_byte, b_offset,
  /external/valgrind/VEX/priv/
guest_mips_toIR.c     [all...]

Completed in 3298 milliseconds