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

/external/eigen/bench/
H A DbenchVecAdd.cpp17 __attribute__ ((noinline)) void benchVec(Scalar* a, Scalar* b, Scalar* c, int size);
18 __attribute__ ((noinline)) void benchVec(MatrixXf& a, MatrixXf& b, MatrixXf& c);
19 __attribute__ ((noinline)) void benchVec(VectorXf& a, VectorXf& b, VectorXf& c);
40 benchVec(a, b, c, size2);
57 benchVec(ma, mb, mc);
71 benchVec(va, vb, vc);
79 void benchVec(MatrixXf& a, MatrixXf& b, MatrixXf& c) function
85 void benchVec(VectorXf& a, VectorXf& b, VectorXf& c) function
91 void benchVec(Scalar* a, Scalar* b, Scalar* c, int size) function

Completed in 112 milliseconds