History log of /frameworks/native/libs/math/tests/mat_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ef973d3aaf2abdc153ff58be2a1dcb23550b98b4 23-Dec-2017 Yi Kong <yikong@google.com> Fix unused variable warning

Discovered by the upcoming compiler update.

Test: m checkbuild
Change-Id: I8a4129904e25a28560d2481c4769146673fbc48d
/frameworks/native/libs/math/tests/mat_test.cpp
beb39429bd35f1257e6b0cf03115c7bdf66cdfbc 16-May-2017 Scott Randolph <randolphs@google.com> Fix apparent copy/paste error in double test

Two test cases provide special testing for matrices holding DOUBLE
values. These test cases were inadvertently conditioned on matrices
with float type, meaning they could never run.
Test: Run mat_test on gordon_peak

Change-Id: I26503c311eca80729633cf59061e7cfaf4b920de
/frameworks/native/libs/math/tests/mat_test.cpp
1d77b719d51a01cbd6954a048fb64e79d50a950e 18-Feb-2017 Mathias Agopian <mathias@google.com> move vector math out of libui

created a new header-only static libmath lib

Test: built & ran
Bug: n/a
Change-Id: Ic63ef5f54d9a0de07a9ab9e4d67be01ab6169fc0
/frameworks/native/libs/math/tests/mat_test.cpp