Searched refs:MakeConstant (Results 1 - 2 of 2) sorted by relevance

/external/gemmlowp/test/
H A Dtest.h119 void MakeConstant(MatrixType* m, typename MatrixType::Scalar val) { function in namespace:gemmlowp
120 ScopedProfilingLabel("MakeConstant(matrix)");
131 MakeConstant(m, 0);
H A Dbenchmark.cc99 MakeConstant(&lhs[k], 0);
101 MakeConstant(&rhs[k], 0);
103 MakeConstant(&result[k], 0);

Completed in 3959 milliseconds