Home
last modified time | relevance | path

Searched refs:matrix_equal (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/pango/pango-1.48.11/tests/
H A Dtestmatrix.c25 #define matrix_equal(m1, m2) \ macro
42 g_assert_true (matrix_equal (&m, &m2)); in test_matrix_translate()
56 g_assert_true (matrix_equal (&m, &m2)); in test_matrix_rotate()
69 g_assert_true (matrix_equal (&m, &m2)); in test_matrix_scale()
84 g_assert_true (matrix_equal (&id, m2)); in test_matrix_concat()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/qiskit/providers/aer/noise/errors/
H A Derrorutils.py23 from qiskit.quantum_info.operators.predicates import matrix_equal
83 if matrix_equal(
90 if matrix_equal(
99 if matrix_equal(
105 if matrix_equal(
117 if matrix_equal(mat, pmat, ignore_phase=ignore_phase):
132 if matrix_equal(
137 if matrix_equal(
145 if matrix_equal(
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dgraphcon.F160 IF (matrix_equal(reference, unordered, order)) THEN
307 matches = matrix_equal(reference, unordered, order)
408 FUNCTION matrix_equal(reference, unordered, order) RESULT(res) function
429 END FUNCTION matrix_equal
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dgraphcon.F160 IF (matrix_equal(reference, unordered, order)) THEN
307 matches = matrix_equal(reference, unordered, order)
408 FUNCTION matrix_equal(reference, unordered, order) RESULT(res) function
429 END FUNCTION matrix_equal
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/
H A Dgskglrenderops.c538 const bool matrix_equal = graphene_matrix_equal_fast (matrix, in ops_set_color_matrix() local
542 if (offset_equal && matrix_equal) in ops_set_color_matrix()
547 if (!matrix_equal) in ops_set_color_matrix()
/dports/graphics/graphene/graphene-1.10.6/tests/
H A Dmatrix.c95 matrix_equal (void) in matrix_equal() function
755 mutest_it ("can check for equality and near equality", matrix_equal); in matrix_suite()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/broadway/
H A Dgskbroadwayrenderer.c433 matrix_equal (const graphene_matrix_t *a, in matrix_equal() function
470 matrix_equal (&colorized->color_matrix, color_matrix)) in get_colorized_texture()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgscie.h847 bool matrix_equal(const gs_matrix3 *p1, const gs_matrix3 *p2);
H A Dgscrdp.c70 if(matrix_equal(pmat, &Matrix3_default)) in write_matrix3()
H A Dgscie.c677 matrix_equal(const gs_matrix3 *p1, const gs_matrix3 *p2) in matrix_equal() function
736 matrix_equal(&pcrd->MatrixPQR, &pcrd_old->MatrixPQR) && in gs_setcolorrendering()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgscie.h847 bool matrix_equal(const gs_matrix3 *p1, const gs_matrix3 *p2);
H A Dgscrdp.c70 if(matrix_equal(pmat, &Matrix3_default)) in write_matrix3()
H A Dgscie.c677 matrix_equal(const gs_matrix3 *p1, const gs_matrix3 *p2) in matrix_equal() function
736 matrix_equal(&pcrd->MatrixPQR, &pcrd_old->MatrixPQR) && in gs_setcolorrendering()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/simd/
H A Dmatrix.h376 #define matrix_equal simd_equal macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/simd/
H A Dmatrix.h388 #define matrix_equal simd_equal macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/simd/
H A Dmatrix.h376 #define matrix_equal simd_equal macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/simd/
H A Dmatrix.h388 #define matrix_equal simd_equal macro