Home
last modified time | relevance | path

Searched defs:mat (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
H A DPatternTest.java304 Matcher mat = pat.matcher(testString); in testFlagsCase1() local
312 Matcher mat = pat.matcher(testString); in testFlagsCase2() local
320 Matcher mat = pat.matcher(testString); in testFlagsCase3() local
328 Matcher mat = pat.matcher(testString); in testFlagsCase4() local
336 Matcher mat = pat.matcher(testString); in testFlagsCase5() local
344 Matcher mat = pat.matcher(testString); in testFlagsCase6() local
352 Matcher mat = pat.matcher(testString); in testFlagsCase7() local
360 Matcher mat = pat.matcher(testString); in testFlagsCase8() local
368 Matcher mat = pat.matcher(testString); in testFlagsCase9() local
376 Matcher mat = pat.matcher(testString); in testFlagsCase10() local
[all …]
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_ptr.inl82 tmat2x2<T, P> const & mat
93 tmat2x2<T, P> & mat
104 tmat3x3<T, P> const & mat
115 tmat3x3<T, P> & mat
126 tmat4x4<T, P> const & mat
137 tmat4x4<T, P> & mat
148 tmat2x3<T, P> const & mat
159 tmat2x3<T, P> & mat
170 tmat3x2<T, P> const & mat
181 tmat3x2<T, P> & mat
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_ptr.inl82 tmat2x2<T, P> const & mat
93 tmat2x2<T, P> & mat
104 tmat3x3<T, P> const & mat
115 tmat3x3<T, P> & mat
126 tmat4x4<T, P> const & mat
137 tmat4x4<T, P> & mat
148 tmat2x3<T, P> const & mat
159 tmat2x3<T, P> & mat
170 tmat3x2<T, P> const & mat
181 tmat3x2<T, P> & mat
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcherTest.java106 Matcher mat = pat.matcher(input); in testReplaceAll() local
141 Matcher mat = pat.matcher(input); in testReplaceFirst() local
227 Matcher mat = test.matcher(positiveTestString); in testGroupint() local
252 Matcher mat = test.matcher(positiveTestString); in testGroupint() local
268 Matcher mat = test.matcher(positiveTestString); in testGroup() local
279 Matcher mat = test.matcher(negativeTestString); in testGroup() local
291 Matcher mat = pat.matcher("aac"); in testGroupPossessive() local
318 Matcher mat = pat.matcher(posSeq[i][j]); in testMatchesMisc() local
370 Matcher mat = pat.matcher(testString); in testQuantVsGroup() local
388 Matcher mat = pat.matcher(testString); in testFind() local
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/regex/
H A DOldMatcherTest.java67 Matcher mat = pat.matcher(testString1); in test_resetLjava_lang_String() local
115 Matcher mat = pat.matcher(testString); in test_reset() local
126 Matcher mat = pat.matcher(testString); in test_hasAnchoringBounds() local
144 Matcher mat = pat.matcher(testString); in test_hasTransparentBounds() local
162 Matcher mat = pat.matcher(testString); in test_startI() local
198 Matcher mat = pat.matcher(testString); in test_endI() local
248 Matcher mat = pat.matcher(testString); in test_findI() local
313 Matcher mat = pat.matcher("a(bb["); in testSEOLsymbols() local
322 Matcher mat = pat.matcher(testString); in test_start() local
341 Matcher mat = pat.matcher(testString); in test_end() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/
H A DMatcherNativeTest.java272 Matcher mat = test.matcher(positiveTestString); in testGroupint() local
297 Matcher mat = test.matcher(positiveTestString); in testGroupint() local
314 Matcher mat = test.matcher(positiveTestString); in testGroup() local
327 Matcher mat = pat.matcher("aac"); in testGroupPossessive() local
355 Matcher mat = pat.matcher(posSeq[i][j]); in testMatchesMisc() local
409 Matcher mat = pat.matcher(testString); in testQuantVsGroup() local
426 Matcher mat = pat.matcher(testString); in testFind() local
454 Matcher mat = pat.matcher("a(bb["); in testSEOLsymbols() local
463 Matcher mat = test.matcher("ababababbaaabb"); in testGroupCount() local
473 Matcher mat = pat.matcher("abbbb"); in testRelactantQuantifiers() local
[all …]
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DMatrixTest.java38 float[] mat = new float[16]; in testMultiplyMM() local
192 float[] mat = new float[] { in testMultiplyMMInPlace() local
209 float[] mat = new float[16]; in testMultiplyMV() local
302 float[] mat = new float[] { in testTransposeM() local
338 float[] mat = matIden; in testInvertM() local
392 float[] mat = new float[16]; in testSetIdentityM() local
403 float[] mat = new float[16]; in testRotateM() local
445 float[] mat = new float[16]; in testRotateMInPlace() local
483 float[] mat = new float[16]; in testSetRotateM() local
521 float[] mat = new float[16]; in testSetRotateEulerM() local
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/math/
H A Dm_matrix.c115 #define TEST_MAT_FLAGS(mat, a) \ argument
200 static void matrix_multf( GLmatrix *mat, const GLfloat *m, GLuint flags ) in matrix_multf()
289 static GLboolean invert_matrix_general( GLmatrix *mat ) in invert_matrix_general()
309 static GLboolean invert_matrix_3d_general( GLmatrix *mat ) in invert_matrix_3d_general()
381 static GLboolean invert_matrix_3d( GLmatrix *mat ) in invert_matrix_3d()
461 static GLboolean invert_matrix_identity( GLmatrix *mat ) in invert_matrix_identity()
477 static GLboolean invert_matrix_3d_no_rot( GLmatrix *mat ) in invert_matrix_3d_no_rot()
510 static GLboolean invert_matrix_2d_no_rot( GLmatrix *mat ) in invert_matrix_2d_no_rot()
560 static GLboolean matrix_invert( GLmatrix *mat ) in matrix_invert()
588 _math_matrix_rotate( GLmatrix *mat, in _math_matrix_rotate()
[all …]
/aosp_15_r20/external/eigen/bench/
H A Dsparse_setter.cpp197 SparseMatrix<Scalar> mat(SIZE,SIZE); in setinnerrand_eigen() local
211 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_dynamic() local
226 DynamicSparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_sumeq() local
250 SparseMatrix<Scalar> mat = setter; in setrand_eigen_compact() local
258 SparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_gnu_hash() local
274 SparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_google_dense() local
287 SparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_eigen_google_sparse() local
408 SparseMatrix<Scalar> mat(SIZE,SIZE); in setrand_scipy() local
436 compressed_matrix<Scalar> mat(aux); in setrand_ublas_mapped() local
477 compressed_matrix<Scalar,row_major> mat(aux); in setrand_ublas_genvec() local
/aosp_15_r20/frameworks/native/services/sensorservice/
H A Dmat.h28 class mat; variable
140 mat() { } in mat() function
141 mat(const mat& rhs) : base(rhs) { } in mat() function
142 mat(const base& rhs) : base(rhs) { } // NOLINT(google-explicit-constructor) in mat() function
148 mat(pTYPE rhs) { // NOLINT(google-explicit-constructor) in mat() function
267 mat() { } in mat() function
268 explicit mat(const base& rhs) : base(rhs) { } in mat() function
269 mat(const mat& rhs) : base(rhs) { } in mat() function
270 explicit mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); } in mat() function
/aosp_15_r20/external/deqp/framework/common/
H A DtcuMatrixUtil.hpp61 inline Matrix<T, Cols, Rows> transpose(const Matrix<T, Rows, Cols> &mat) in transpose()
72 Matrix<float, 2, 2> mat; in rotationMatrix() local
86 Matrix<float, 2, 2> mat; in shearMatrix() local
96 Matrix<float, 3, 3> mat(1.0f); in rotationMatrixX() local
110 Matrix<float, 3, 3> mat(1.0f); in rotationMatrixY() local
124 Matrix<float, 3, 3> mat(1.0f); in rotationMatrixZ() local
H A DtcuMatrix.hpp144 T determinant(const Matrix<T, Size, Size> &mat) in determinant() argument
150 Matrix<T, Size, Size> inverse(const Matrix<T, Size, Size> &mat) in inverse() argument
160 T SquareMatrixOps<T, 2>::doDeterminant(const Matrix<T, 2, 2> &mat) in doDeterminant() argument
166 T SquareMatrixOps<T, 3>::doDeterminant(const Matrix<T, 3, 3> &mat) in doDeterminant() argument
173 T SquareMatrixOps<T, 4>::doDeterminant(const Matrix<T, 4, 4> &mat) in doDeterminant() argument
229 Matrix<T, 2, 2> SquareMatrixOps<T, 2>::doInverse(const Matrix<T, 2, 2> &mat) in doInverse() argument
245 Matrix<T, 3, 3> SquareMatrixOps<T, 3>::doInverse(const Matrix<T, 3, 3> &mat) in doInverse() argument
284 Matrix<T, 4, 4> SquareMatrixOps<T, 4>::doInverse(const Matrix<T, 4, 4> &mat) in doInverse() argument
/aosp_15_r20/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c36 void Matrix4x4_LoadIdentity(Matrix4x4 mat) in Matrix4x4_LoadIdentity()
46 void Matrix4x4_Scale(Matrix4x4 mat, float sx, float sy, float sz) in Matrix4x4_Scale()
58 void Matrix4x4_Translate(Matrix4x4 mat, float tx, float ty, float tz) in Matrix4x4_Translate()
81 void Matrix4x4_Rotate(Matrix4x4 mat, float angle, in Matrix4x4_Rotate()
129 void Matrix4x4_Frustum(Matrix4x4 mat, in Matrix4x4_Frustum()
166 void Matrix4x4_Perspective(Matrix4x4 mat, in Matrix4x4_Perspective()
179 void Matrix4x4_Transform(Matrix4x4 mat, float *x, float *y, float *z) in Matrix4x4_Transform()
/aosp_15_r20/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBasicPreconditioners.h50 explicit DiagonalPreconditioner(const MatType& mat) : m_invdiag(mat.cols()) in DiagonalPreconditioner()
65 DiagonalPreconditioner& factorize(const MatType& mat) in factorize()
82 DiagonalPreconditioner& compute(const MatType& mat) in compute()
139 explicit LeastSquareDiagonalPreconditioner(const MatType& mat) : Base() in LeastSquareDiagonalPreconditioner()
151 LeastSquareDiagonalPreconditioner& factorize(const MatType& mat) in factorize()
183 LeastSquareDiagonalPreconditioner& compute(const MatType& mat) in compute()
H A DIterativeSolverBase.h68 generic_matrix_wrapper(const InputType &mat) in generic_matrix_wrapper()
78 void grab(const EigenBase<MatrixDerived> &mat) in grab()
84 void grab(const Ref<const MatrixType> &mat) in grab()
117 generic_matrix_wrapper(const MatrixType &mat) in generic_matrix_wrapper()
126 void grab(const MatrixType &mat) in grab()
/aosp_15_r20/external/ruy/ruy/
H A Dmat.h398 const Scalar* ElementPtr(const Mat<Scalar>& mat, int row, int col) { in ElementPtr()
403 Scalar* ElementPtr(Mat<Scalar>* mat, int row, int col) { in ElementPtr()
408 Scalar Element(const Mat<Scalar>& mat, int row, int col) { in Element()
416 const Scalar* ElementPtr(const PMat<Scalar>& mat, int row, int col) { in ElementPtr()
421 Scalar* ElementPtr(PMat<Scalar>* mat, int row, int col) { in ElementPtr()
426 Scalar Element(const PMat<Scalar>& mat, int row, int col) { in Element()
/aosp_15_r20/external/skia/tests/
H A DMatrixTest.cpp275 SkMatrix mat; in test_matrix_min_max_scale() local
328 SkMatrix mat; in test_matrix_preserve_shape() local
477 static bool check_matrix_recomposition(const SkMatrix& mat, in check_matrix_recomposition()
501 SkMatrix mat; in test_matrix_decomposition() local
665 SkMatrix mat; in test_matrix_homogeneous() local
857 SkMatrix mat, inverse, iden1, iden2; in DEF_TEST() local
1040 SkMatrix mat; in DEF_TEST() local
/aosp_15_r20/external/angle/util/
H A DMatrix.cpp136 Matrix4 Matrix4::invert(const Matrix4 &mat) in invert()
203 Matrix4 Matrix4::transpose(const Matrix4 &mat) in transpose()
210 Vector3 Matrix4::transform(const Matrix4 &mat, const Vector3 &pt) in transform()
216 Vector3 Matrix4::transform(const Matrix4 &mat, const Vector4 &pt) in transform()
/aosp_15_r20/external/skia/gm/
H A Dfilterindiabox.cpp23 static SkSize computeSize(const SkBitmap& bm, const SkMatrix& mat) { in computeSize()
30 static void draw_cell(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx, in draw_cell()
39 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { in draw_row()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc151 auto mat = outputs[0].matrix<float>(); in TEST_F() local
176 auto mat = outputs[0].matrix<float>(); in TEST_F() local
222 auto mat = outputs[0].matrix<float>(); in TEST_F() local
254 auto mat = outputs[0].matrix<float>(); in TEST_F() local
292 auto mat = outputs[0].matrix<float>(); in TEST_F() local
319 auto mat = outputs[0].matrix<float>(); in TEST_F() local
360 auto mat = outputs[0].matrix<float>(); in TEST_F() local
514 auto mat = outputs[0].matrix<float>(); in TEST_F() local
547 auto mat = outputs[0].matrix<float>(); in TEST_F() local
573 auto mat = outputs[0].matrix<float>(); in TEST_F() local
[all …]
/aosp_15_r20/external/libaom/test/
H A Dwarp_filter_test_util.cc38 void generate_warped_model(libaom_test::ACMRandom *rnd, int32_t *mat, in generate_warped_model()
158 int32_t mat[8]; in RunSpeedTest() local
219 int32_t mat[8]; in RunCheckOutput() local
350 int32_t mat[8]; in RunSpeedTest() local
417 int32_t mat[8]; in RunCheckOutput() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dmathutils.h84 static inline void least_squares_init(double *mat, double *y, int n) { in least_squares_init()
95 static inline void least_squares_accumulate(double *mat, double *y, in least_squares_accumulate()
107 static inline int least_squares_solve(double *mat, double *y, double *x, in least_squares_solve()
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dlib.rs215 let mat = re.find("ΔδΔ").unwrap(); localVariable
242 let mat = re.find("abcΔᎠβⅠᏴγδⅡxyz").unwrap(); localVariable
686 let mat = caps.get(1).unwrap(); localVariable
/aosp_15_r20/external/libaom/av1/common/
H A Dwarped_motion.c205 const int32_t *mat = wm->wmmat; in is_affine_valid() local
251 const int32_t *mat = wm->wmmat; in av1_get_shear_params() local
286 void av1_highbd_warp_affine_c(const int32_t *mat, const uint16_t *ref, in av1_highbd_warp_affine_c()
419 const int32_t *const mat = wm->wmmat; in highbd_warp_plane() local
517 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, in av1_warp_affine_c()
651 const int32_t *const mat = wm->wmmat; in warp_plane() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp932 float determinant<2>(const tcu::Matrix<float, 2, 2> &mat) in determinant() argument
938 float determinant<3>(const tcu::Matrix<float, 3, 3> &mat) in determinant() argument
945 float determinant<4>(const tcu::Matrix<float, 4, 4> &mat) in determinant() argument
1003 tcu::Matrix<float, 2, 2> inverse<2>(const tcu::Matrix<float, 2, 2> &mat) in inverse() argument
1019 tcu::Matrix<float, 3, 3> inverse<3>(const tcu::Matrix<float, 3, 3> &mat) in inverse() argument
1059 tcu::Matrix<float, 4, 4> inverse<4>(const tcu::Matrix<float, 4, 4> &mat) in inverse() argument
1095 tcu::Matrix<T, Rows, Cols> negate(const tcu::Matrix<T, Rows, Cols> &mat) in negate()
1109 tcu::Matrix<T, Rows, Cols> increment(const tcu::Matrix<T, Rows, Cols> &mat) in increment()
1121 tcu::Matrix<T, Rows, Cols> decrement(const tcu::Matrix<T, Rows, Cols> &mat) in decrement()

12345678910>>...14