Searched refs:test_conj_helper (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | packetmath.cpp | 519 template<typename Scalar,bool ConjLhs,bool ConjRhs> void test_conj_helper(Scalar* data1, Scalar* da… in test_conj_helper() function 566 test_conj_helper<Scalar,false,false> (data1,data2,ref,pval); in packetmath_complex() 567 test_conj_helper<Scalar,false,true> (data1,data2,ref,pval); in packetmath_complex() 568 test_conj_helper<Scalar,true,false> (data1,data2,ref,pval); in packetmath_complex() 569 test_conj_helper<Scalar,true,true> (data1,data2,ref,pval); in packetmath_complex()
|