Searched refs:Real4 (Results 1 – 2 of 2) sorted by relevance
153 using Real4 = Type<TypeCategory::Real, 4>; in TestIntrinsics() typedef195 .Push(Const(Scalar<Real4>{})) in TestIntrinsics()196 .DoCall(Real4::GetType()); in TestIntrinsics()202 .DoCall(Real4::GetType()); in TestIntrinsics()216 maxCallR.Push(Const(Scalar<Real4>{})); in TestIntrinsics()219 max0ExtCall.Push(Const(Scalar<Real4>{})); in TestIntrinsics()220 max1Call.Push(Const(Scalar<Real4>{})); in TestIntrinsics()223 amin1Call.Push(Const(Scalar<Real4>{})); in TestIntrinsics()225 maxCallR.DoCall(Real4::GetType()); in TestIntrinsics()230 amin0Call.DoCall(Real4::GetType()); in TestIntrinsics()[all …]
15 using Real4 = Scalar<Type<TypeCategory::Real, 4>>; typedef43 TEST(Real4{Integer4{table[j].raw}}.DumpHexadecimal() == table[j].expected) in dumpTest()347 typename REAL = Real4>516 basicTests<Real4>(rm, rounding); in roundTest()521 subsetTests<std::uint32_t, float, Real4>(rm, rounding, opds); in roundTest()