/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
H A D | PatternTest.java | 304 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 D | type_ptr.inl | 82 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/ |
D | type_ptr.inl | 82 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 D | MatcherTest.java | 106 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 D | OldMatcherTest.java | 67 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 D | MatcherNativeTest.java | 272 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 D | MatrixTest.java | 38 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 D | m_matrix.c | 115 #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 D | sparse_setter.cpp | 197 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 D | mat.h | 28 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 D | tcuMatrixUtil.hpp | 61 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 D | tcuMatrix.hpp | 144 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 D | matrixop.c | 36 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 D | BasicPreconditioners.h | 50 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 D | IterativeSolverBase.h | 68 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 D | mat.h | 398 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 D | MatrixTest.cpp | 275 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 D | Matrix.cpp | 136 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 D | filterindiabox.cpp | 23 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 D | direct_session_test.cc | 151 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 D | warp_filter_test_util.cc | 38 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 D | mathutils.h | 84 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/ |
D | lib.rs | 215 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 D | warped_motion.c | 205 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 D | es3fShaderMatrixTests.cpp | 932 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()
|