Home
last modified time | relevance | path

Searched +defs:n +defs:B (Results 1 – 2 of 2) sorted by relevance

/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp33 #define swapcode(TYPE, parmi, parmj, n) { \ argument
48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc()
64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
75 qsort_local(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort_local()
211 void doMatrixMultiplication(float* A, float* B, float* C, int n) in doMatrixMultiplication()
243 JNIEnv* env, jclass clazz, jint n, jint repetition) in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication()
247 float* B = new float[n * n]; in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBNNMTest.java129 private byte[] runBNNM(int m, int n, int k, byte[] a_byte, int a_offset, byte[] b_byte, in runBNNM()
131 Allocation A, B, C; in runBNNM() local
205 final int n = b_cols; in testSmallMatrices() local
250 final int n = b_cols; in testMediumMatrices1() local
302 final int n = b_cols; in testMediumMatrices2() local
318 int n = 192; in testRealData() local
392 final int n = b_cols; in testClamping() local
446 final int n = b_cols; in testExceptionHandling() local
449 Allocation A, B, C; in testExceptionHandling() local