Home
last modified time | relevance | path

Searched +defs:A +defs:b (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java107 Allocation A = Allocation.createSized(mRS, e, i); in createSizedHelper() local
272 Type.Builder b = new Type.Builder(mRS, Element.U8(mRS)); in testAllocationMipmapControl() local
280 Type.Builder b = new Type.Builder(mRS, Element.U8(mRS)); in testCubemapFaces() local
298 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatCopy() local
324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() local
351 Allocation A = Allocation.createSized(mRS, element, nElems); in helperShortCopy() local
377 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy() local
403 Allocation A = in helperBaseObjCopy() local
431 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in helperBitmapCopy() local
502 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in helperFloatCopy2D() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java32 static private<T extends DspBufferBase> int estimateOperandsType(T a, T b) { in estimateOperandsType()
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()
156 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
166 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
185 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
194 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
307 double b = 0; in set() local
335 static public <T extends DspBufferDouble> int crossCorrelation(T r, T a, T b) { in crossCorrelation()
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp28 #define min(a, b) (a) < (b) ? a : b argument
48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc()
56 #define swap(a, b) \ argument
64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
67 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3()
211 void doMatrixMultiplication(float* A, float* B, float* C, int n) in doMatrixMultiplication()
246 float* A = new float[n * n]; in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBNNMTest.java30 native void getData(byte[] a, byte[] b, byte[] c); in getData()
131 Allocation A, B, C; in runBNNM() local
449 Allocation A, B, C; in testExceptionHandling() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...