/aosp_15_r20/external/ltp/testcases/realtime/func/matrix_mult/ |
H A D | matrix_mult.c | 50 struct matrices { struct 51 double A[MATRIX_SIZE][MATRIX_SIZE]; 52 double B[MATRIX_SIZE][MATRIX_SIZE]; 53 double C[MATRIX_SIZE][MATRIX_SIZE]; 97 static void matrix_mult(struct matrices *matrices) in matrix_mult() 113 static void matrix_mult_record(struct matrices *matrices, int index) in matrix_mult_record() 152 struct matrices *matrices = (struct matrices *) t->arg; in concurrent_thread() local 179 struct matrices *matrices[numcpus]; in main_thread() local
|
/aosp_15_r20/external/deqp-deps/amber/docs/ |
D | memory_layout.md | 109 ### STD140 121 ### STD430 140 ### STD140 152 ### STD430
|
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/ |
H A D | powerSGD_hook.py | 19 def _orthogonalize(matrices, epsilon=0): argument 44 def _orthogonalize_gram_schmidt(matrices, epsilon=0): argument
|
/aosp_15_r20/external/skia/gm/ |
H A D | drawimageset.cpp | 120 SkMatrix matrices[4]; in onDraw() local 225 SkMatrix matrices[5]; in onDraw() local
|
H A D | localmatriximagefilter.cpp | 61 const SkMatrix matrices[] = { variable
|
H A D | perspimages.cpp | 54 SkTDArray<SkMatrix> matrices; in onDraw() local
|
H A D | shadowutils.cpp | 93 SkTDArray<SkMatrix> matrices; in draw_paths() local
|
H A D | vertices.cpp | 223 SkTDArray<SkMatrix> matrices; in draw_batching() local
|
H A D | circulararcs.cpp | 251 TArray<SkMatrix> matrices; variable
|
H A D | bleed.cpp | 226 std::vector<SkMatrix> matrices; in onDraw() local
|
H A D | blurrect.cpp | 516 std::vector<SkMatrix> matrices; local
|
H A D | mesh.cpp | 578 SkMatrix matrices[] { in onDraw() local
|
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/ |
H A D | ChangeImageTransformTest.java | 276 final List<Matrix> matrices = watchImageMatrix(imageView); in transformImage() local 307 final List<Matrix> matrices = Mockito.spy(new ArrayList<>()); in watchImageMatrix() local
|
/aosp_15_r20/system/libvintf/ |
H A D | CompatibilityMatrix.cpp | 338 Level deviceLevel, Level kernelLevel, std::vector<CompatibilityMatrix>* matrices, in combine() 392 std::vector<CompatibilityMatrix>* matrices, std::string* error) { in combineDeviceMatrices()
|
H A D | AssembleVintf.cpp | 682 Level getLowestFcmVersion(const CompatibilityMatrices& matrices) { in getLowestFcmVersion() 692 bool assembleCompatibilityMatrix(CompatibilityMatrices* matrices) { in assembleCompatibilityMatrix()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 109 MatrixStack matrices; in GLEScmContext() local 243 [](android::base::Stream* stream, const MatrixStack& matrices) { in onSave() 282 void GLEScmContext::restoreMatrixStack(const MatrixStack& matrices) { in restoreMatrixStack()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | ShadowUtilsSlide.cpp | 132 SkTDArray<SkMatrix> matrices; in draw() local
|
/aosp_15_r20/system/libvintf/test/ |
H A D | vintf_object_tests.cpp | 2016 std::vector<std::string> matrices = {systemMatrixKernelXmls[0], systemMatrixKernelXmls[1]}; in KernelTestParamValues() local 2093 std::vector<std::string> matrices = systemMatrixKernelXmls; in RKernelTestParamValues() local 2136 std::vector<std::string> matrices = systemMatrixKernelXmlsGki; in GkiKernelTestParamValues() local 2543 std::vector<std::string> matrices{ in SetUp() local
|
H A D | LibVintfTest.cpp | 6559 std::vector<CompatibilityMatrix> matrices; member 6786 std::vector<CompatibilityMatrix> matrices; in TEST_P() local 6847 std::vector<CompatibilityMatrix> matrices; member
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/ |
H A D | color_gamut.c | 285 const struct gamut_src_dst_matrix *matrices, bool invert, struct fixed31_32 *tempMatrix3X3, in gamut_to_color_matrix()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPicturePlayback.cpp | 416 TArray<SkMatrix> matrices(matrixCount); in handleOp() local
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | functional.py | 1991 def chain_matmul(*matrices, out=None):
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | TextureViewTest.java | 616 float[][] matrices = { in testSamplingWithTransform() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 627 …} matrices[] = {{"a_mat2", 2, 2}, {"a_mat2x3", 2, 3}, {"a_mat2x4", 2, 4}, {"a_mat3x2", 3, 2}, {"… in getDefaultVertexArrays() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.cpp | 645 …} matrices[] = {{"a_mat2", 2, 2}, {"a_mat2x3", 2, 3}, {"a_mat2x4", 2, 4}, {"a_mat3x2", 3, 2}, {"… in getDefaultVertexArrays() local
|