Home
last modified time | relevance | path

Searched defs:matrices (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c50 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/
Dmemory_layout.md109 ### STD140
121 ### STD430
140 ### STD140
152 ### STD430
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
H A DpowerSGD_hook.py19 def _orthogonalize(matrices, epsilon=0): argument
44 def _orthogonalize_gram_schmidt(matrices, epsilon=0): argument
/aosp_15_r20/external/skia/gm/
H A Ddrawimageset.cpp120 SkMatrix matrices[4]; in onDraw() local
225 SkMatrix matrices[5]; in onDraw() local
H A Dlocalmatriximagefilter.cpp61 const SkMatrix matrices[] = { variable
H A Dperspimages.cpp54 SkTDArray<SkMatrix> matrices; in onDraw() local
H A Dshadowutils.cpp93 SkTDArray<SkMatrix> matrices; in draw_paths() local
H A Dvertices.cpp223 SkTDArray<SkMatrix> matrices; in draw_batching() local
H A Dcirculararcs.cpp251 TArray<SkMatrix> matrices; variable
H A Dbleed.cpp226 std::vector<SkMatrix> matrices; in onDraw() local
H A Dblurrect.cpp516 std::vector<SkMatrix> matrices; local
H A Dmesh.cpp578 SkMatrix matrices[] { in onDraw() local
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DChangeImageTransformTest.java276 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 DCompatibilityMatrix.cpp338 Level deviceLevel, Level kernelLevel, std::vector<CompatibilityMatrix>* matrices, in combine()
392 std::vector<CompatibilityMatrix>* matrices, std::string* error) { in combineDeviceMatrices()
H A DAssembleVintf.cpp682 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/
DGLEScmContext.cpp109 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 DShadowUtilsSlide.cpp132 SkTDArray<SkMatrix> matrices; in draw() local
/aosp_15_r20/system/libvintf/test/
H A Dvintf_object_tests.cpp2016 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 DLibVintfTest.cpp6559 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 Dcolor_gamut.c285 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 DSkPicturePlayback.cpp416 TArray<SkMatrix> matrices(matrixCount); in handleOp() local
/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py1991 def chain_matmul(*matrices, out=None):
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DTextureViewTest.java616 float[][] matrices = { in testSamplingWithTransform() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp627 …} 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 DglcShaderRenderCase.cpp645 …} matrices[] = {{"a_mat2", 2, 2}, {"a_mat2x3", 2, 3}, {"a_mat2x4", 2, 4}, {"a_mat3x2", 3, 2}, {"… in getDefaultVertexArrays() local

12