Home
last modified time | relevance | path

Searched defs:Matrix2x2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/pstl/test/support/
Dutils.h646 struct Matrix2x2 struct
649 Matrix2x2() : a{{1, 0}, {0, 1}} {} in Matrix2x2() argument
650 Matrix2x2(T x, T y) : a{{0, x}, {x, y}} {} in Matrix2x2() argument
652 Matrix2x2(const Matrix2x2& m) : a{{m.a[0][0], m.a[0][1]}, {m.a[1][0], m.a[1][1]}} {} in Matrix2x2() argument