Searched refs:a_byte (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/libsgemm/
H A Dtest_data.cpp56559 jbyte * a_byte = (jbyte *) env->GetPrimitiveArrayCritical(a, 0); local
56581 jbyte * a_byte = (jbyte *) env->GetPrimitiveArrayCritical(a, 0); local
[all...]
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java177 byte[] a_byte = unsignedToSignedByte(new int[] {
230 matA.copyFrom(a_byte);
248 byte[] a_byte = unsignedToSignedByte(new int[] {
301 matA.copyFrom(a_byte);
335 byte[] a_byte = new byte[a_count];
339 getData(a_byte, b_byte, c_byte);
350 matA.copyFrom(a_byte);
H A DSGEMMTest.java239 byte[] a_byte = new byte[a_count];
243 getData(a_byte, b_byte, c_byte);
245 float[] a_float = byteToFloat(a_byte, a_offset);

Completed in 197 milliseconds