Searched +defs:C +defs:r (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspBufferMath.java | 54 static public <T extends DspBufferBase> int add(T r, T a, T b) { in add() 126 static public <T extends DspBufferBase> int mult(T r, T a, T b) { in mult() 158 double C = ((DspBufferComplex) y).mReal[i]; in mult() local 168 double C = ((DspBufferDouble) y).mData[i]; in mult() local 187 double C = ((DspBufferComplex) y).mReal[i]; in mult() local 196 double C = ((DspBufferDouble) y).mData[i]; in mult() local 209 static public <T extends DspBufferBase> int mult(T r, T a, double v) { in mult() 255 static public <T extends DspBufferBase> int set(T r, T a) { in set() 303 static public <T extends DspBufferBase> int set(T r, double ...values) { in set() 335 static public <T extends DspBufferDouble> int crossCorrelation(T r, T a, T b) { in crossCorrelation()
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 78 int d, r, swaptype, swap_cnt; in qsort_local() local 211 void doMatrixMultiplication(float* A, float* B, float* C, int n) in doMatrixMultiplication() 248 float* C = new float[n * n]; in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 106 void Matrix::multiply(const Matrix& l, const Matrix& r) { in multiply() 200 const float C = (far + near) * r_depth; in newFrustum() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |