Lines Matching refs:TestType

25 template<typename TestType>
26 …string& test_case, const std::string& op, double input, double reference, const TestType& result) { in ReportConversionError()
27 …constexpr size_t nbits = TestType::nbits; // number system concept requires a static member indic… in ReportConversionError()
41 template<typename TestType>
42 …string& test_case, const std::string& op, double input, double reference, const TestType& result) { in ReportConversionSuccess()
43 …constexpr size_t nbits = TestType::nbits; // number system concept requires a static member indic… in ReportConversionSuccess()
54 template<typename TestType>
55 …tring& test_case, const std::string& op, const TestType& argument, const TestType& result, const T… in ReportUnaryArithmeticError()
69 template<typename TestType>
70 …tring& test_case, const std::string& op, const TestType& argument, const TestType& result, const T… in ReportUnaryArithmeticSucces()
107 template<typename TestType, typename ResultType, typename RefType>
108 …ss(const std::string& test_case, const std::string& op, const TestType& lhs, const TestType& rhs, … in ReportBinaryArithmeticSuccess()
134 template<typename MarshallType, typename TestType, typename RefType>
135 …ing& test_case, const std::string& op, const MarshallType& input, const TestType& result, const Re… in ReportAssignmentError()
156 template<typename MarshallType, typename TestType, typename RefType>
157 …ing& test_case, const std::string& op, const MarshallType& input, const TestType& result, const Re… in ReportAssignmentSuccess()
167 template<typename TestType>
168 …string& test_case, const std::string& op, const TestType& rhs, const TestType& reference, const Te… in ReportOneInputFunctionError()
178 template<typename TestType>
179 …string& test_case, const std::string& op, const TestType& rhs, const TestType& reference, const Te… in ReportOneInputFunctionSuccess()
189 template<typename TestType>
190 …test_case, const std::string& op, const TestType& a, const TestType& b, const TestType& reference,… in ReportTwoInputFunctionError()
205 template<typename TestType>
206 …test_case, const std::string& op, const TestType& a, const TestType& b, const TestType& reference,… in ReportTwoInputFunctionSuccess()