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

/external/eigen/bench/
H A DbenchGeometry.cpp79 #define run_vec( op, scalar, mode, option, vsize ) \ macro
99 run_vec(TV, float, Isometry, AutoAlign, 3);
100 run_vec(TV, float, Isometry, DontAlign, 3);
101 run_vec(TV, float, Isometry, AutoAlign, 4);
102 run_vec(TV, float, Isometry, DontAlign, 4);
103 run_vec(TV, float, Projective, AutoAlign, 4);
104 run_vec(TV, float, Projective, DontAlign, 4);
105 run_vec(TV, double, Isometry, AutoAlign, 3);
106 run_vec(TV, double, Isometry, DontAlign, 3);
107 run_vec(T
[all...]

Completed in 1242 milliseconds