Lines Matching refs:testGenDotProduct
180 void testGenDotProduct( in testGenDotProduct() function
197 testGenDotProduct(*firBuilder, f32Ty, "_FortranADotProductReal4"); in TEST_F()
198 testGenDotProduct(*firBuilder, f64Ty, "_FortranADotProductReal8"); in TEST_F()
199 testGenDotProduct(*firBuilder, f80Ty, "_FortranADotProductReal10"); in TEST_F()
200 testGenDotProduct(*firBuilder, f128Ty, "_FortranADotProductReal16"); in TEST_F()
201 testGenDotProduct(*firBuilder, i8Ty, "_FortranADotProductInteger1"); in TEST_F()
202 testGenDotProduct(*firBuilder, i16Ty, "_FortranADotProductInteger2"); in TEST_F()
203 testGenDotProduct(*firBuilder, i32Ty, "_FortranADotProductInteger4"); in TEST_F()
204 testGenDotProduct(*firBuilder, i64Ty, "_FortranADotProductInteger8"); in TEST_F()
205 testGenDotProduct(*firBuilder, i128Ty, "_FortranADotProductInteger16"); in TEST_F()
206 testGenDotProduct(*firBuilder, c4Ty, "_FortranACppDotProductComplex4"); in TEST_F()
207 testGenDotProduct(*firBuilder, c8Ty, "_FortranACppDotProductComplex8"); in TEST_F()
208 testGenDotProduct(*firBuilder, c10Ty, "_FortranACppDotProductComplex10"); in TEST_F()
209 testGenDotProduct(*firBuilder, c16Ty, "_FortranACppDotProductComplex16"); in TEST_F()