Lines Matching refs:VERIFY_RAISES_ASSERT
151 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector4f>(8)); in unalignedassert()
152 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector8f>(8)); in unalignedassert()
153 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector12f>(8)); in unalignedassert()
154 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector2d>(8)); in unalignedassert()
155 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector4d>(8)); in unalignedassert()
156 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector6d>(8)); in unalignedassert()
157 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector8d>(8)); in unalignedassert()
158 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector10d>(8)); in unalignedassert()
159 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector12d>(8)); in unalignedassert()
163 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector4i>(8)); in unalignedassert()
167 if(b<32) VERIFY_RAISES_ASSERT(construct_at_boundary<Vector8f>(b)); in unalignedassert()
168 if(b<64) VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix4f>(b)); in unalignedassert()
169 if(b<32) VERIFY_RAISES_ASSERT(construct_at_boundary<Vector4d>(b)); in unalignedassert()
170 if(b<32) VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix2d>(b)); in unalignedassert()
171 if(b<128) VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix4d>(b)); in unalignedassert()