Searched refs:c_count (Results 1 – 3 of 3) sorted by relevance
128 final int c_count = Math.min(c_byte.length, c_byte_output.length); in testWithTolerance() local132 for (int i = 0; i < c_count; i++) { in testWithTolerance()154 final int differenceThreshold = Math.max((percentThreshold * c_count) / 100, 1); in testWithTolerance()235 int c_count = (m * n); in setTestSmall() local236 byte[] c_byte_output = new byte[c_count]; in setTestSmall()306 int c_count = (m * n); in setTestMedium() local307 byte[] c_byte_output = new byte[c_count]; in setTestMedium()333 int c_count = (m * n); in setTestLarge() local337 byte[] c_byte = new byte[c_count]; in setTestLarge()355 byte[] c_byte_output = new byte[c_count]; in setTestLarge()
237 int c_count = (m * n); in setTestLarge() local241 byte[] c_byte = new byte[c_count]; in setTestLarge()264 float[] c_float_out = new float[c_count]; in setTestLarge()
12 const int c_count = (m * n); variable51631 unsigned char expected_c_data[c_count] = {56565 memcpy(c_byte, expected_c_data, c_count); in Java_com_example_android_rs_blasbenchmark_BNNMTest_getData()56587 memcpy(c_byte, expected_c_data, c_count); in Java_com_example_android_rs_blasbenchmark_SGEMMTest_getData()