Searched refs:TernaryInput (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.h | 91 template <typename T> struct TernaryInput { struct 141 const TernaryInput<T> &input, 168 Operation op, const TernaryInput<T> &input, T match_value, 215 template <typename T> bool match(const TernaryInput<T> &in, T out) { 248 void explain_error(const TernaryInput<T> &in, T out, 280 cpp::IsSame<InputType, TernaryInput<OutputType>>::Value);
|
| H A D | MPFRUtils.cpp | 754 Operation op, const TernaryInput<T> &input, T libc_result, in explain_ternary_operation_one_output_error() 788 Operation, const TernaryInput<float> &, float, double, RoundingMode, 791 Operation, const TernaryInput<double> &, double, double, RoundingMode, 794 Operation, const TernaryInput<long double> &, long double, double, 899 const TernaryInput<T> &input, in compare_ternary_operation_one_output() 911 Operation, const TernaryInput<float> &, float, double, RoundingMode); 913 Operation, const TernaryInput<double> &, double, double, RoundingMode); 915 Operation, const TernaryInput<long double> &, long double, double,
|
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | FmaTest.h | 78 mpfr::TernaryInput<T> input{x, y, z}; in test_subnormal_range() 92 mpfr::TernaryInput<T> input{x, y, z}; in test_normal_range()
|
| H A D | fma_test.cpp | 271 mpfr::TernaryInput<double> input{a, b, c}; in test_more_values()
|