Home | History | Annotate | Download | only in bench

Lines Matching defs:TV

16     TV,
26 struct func<res, arg1, arg2, TV>
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(TV, double, Isometry, AutoAlign, 4);
108 run_vec(TV, double, Isometry, DontAlign, 4);
109 run_vec(TV, double, Projective, AutoAlign, 4);
110 run_vec(TV, double, Projective, DontAlign, 4);
119 run_trans(TV, float, Isometry, AutoAlign);
120 run_trans(TV, float, Isometry, DontAlign);
121 run_trans(TV, double, Isometry, AutoAlign);
122 run_trans(TV, double, Isometry, DontAlign);
123 run_trans(TV, float, Projective, AutoAlign);
124 run_trans(TV, float, Projective, DontAlign);
125 run_trans(TV, double, Projective, AutoAlign);
126 run_trans(TV, double, Projective, DontAlign);