Searched +defs:e +defs:A (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 34 void createTypedHelper(Element e) { in createTypedHelper() 56 void createTypedTextureHelper(Element e) { in createTypedTextureHelper() 105 void createSizedHelper(Element e) { in createSizedHelper() 107 Allocation A = Allocation.createSized(mRS, e, i); in createSizedHelper() local 108 assertEquals(A.getType().getElement(), e); in createSizedHelper() 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 [all …]
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 131 Element e = ref.getType().getElement(); in verifyMatrix() local 205 …private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocati… in validateGEMV() 1233 …private boolean validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation… in validateSYMV() 1529 …private boolean validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocatio… in validateSPMV() 1699 …private boolean validateTRMV(Element e, int Uplo, int TransA, int Diag, Allocation A, Allocation X… in validateTRMV() 2267 …private boolean validateTPMV(Element e, int Uplo, int TransA, int Diag, Allocation Ap, Allocation … in validateTPMV() 3386 …private boolean validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation … in validateGER() 3545 …private boolean validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation… in validateGERU() 4310 private boolean validateSYR(Element e, int Uplo, Allocation X, int incX, Allocation A) { in validateSYR() 4447 private boolean validateSPR(Element e, int Uplo, Allocation X, int incX, Allocation Ap) { in validateSPR() [all …]
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 118 const float e = rhs[i4 + j]; in multiply() local 198 const float A = (right + left) * r_width; in newFrustum() local
|