Searched refs:MyVectorType (Results 1 – 2 of 2) sorted by relevance
4 class MyVectorType : public Eigen::VectorXd class7 MyVectorType(void):Eigen::VectorXd() {} in MyVectorType() function in MyVectorType11 MyVectorType(const Eigen::MatrixBase<OtherDerived>& other) in MyVectorType() function in MyVectorType17 MyVectorType& operator=(const Eigen::MatrixBase <OtherDerived>& other) in operator =()26 MyVectorType v = MyVectorType::Ones(4); in main()
270 using MyVectorType = __attribute__((__vector_size__(8))) int; typedef271 MyVectorType *x;277 VectorSizePointee::MyVectorType i; in __vector_size__PointeeTest()