Home
last modified time | relevance | path

Searched refs:mat2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/math/tests/
Dmat_test.cpp282 mat2 m0; in TEST_F()
287 mat2 m0; in TEST_F()
288 mat2 m1(2); in TEST_F()
297 mat2 m0; in TEST_F()
303 mat2 m1(2); in TEST_F()
304 mat2 m2(vec2(2)); in TEST_F()
305 mat2 m3(m2); in TEST_F()
313 mat2 m0; in TEST_F()
314 mat2 m1(2); in TEST_F()
315 mat2 m2(vec2(2)); in TEST_F()
[all …]
/frameworks/native/libs/math/include/math/
Dmat2.h370 typedef details::TMat22<float> mat2; typedef