| H A D | matrix-type-operators.cpp | 27 MyMatrix<float, 2, 2> Mat3; in test_add_template() local 36 Mat1.value = add<unsigned, 3, 3, float, 2, 2, unsigned, 2, 2>(Mat2, Mat3); in test_add_template() 55 MyMatrix<float, 2, 2> Mat3; in test_subtract_template() local 64 Mat1.value = subtract<unsigned, 3, 3, float, 2, 2, unsigned, 2, 2>(Mat2, Mat3); in test_subtract_template() 89 MyMatrix<float, 2, 2> Mat3; in test_multiply_template() local 99 Mat1.value = multiply<float, 2, 2, unsigned, 2, 2, unsigned, 2, 2>(Mat3, Mat1); in test_multiply_template()
|