Home
last modified time | relevance | path

Searched refs:BinaryInput (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.h65 template <typename T> struct BinaryInput { struct
96 struct AreMatchingBinaryInputAndBinaryOutput<BinaryInput<T>, BinaryOutput<T>> {
108 bool compareBinaryOperationTwoOutputs(Operation op, const BinaryInput<T> &input,
113 bool compareBinaryOperationOneOutput(Operation op, const BinaryInput<T> &input,
125 const BinaryInput<T> &input,
131 const BinaryInput<T> &input,
165 static bool match(const BinaryInput<T> &in, T out, double tolerance) {
170 static bool match(BinaryInput<T> in, const BinaryOutput<T> &out,
192 static void explainError(const BinaryInput<T> &in, const BinaryOutput<T> &out,
198 static void explainError(const BinaryInput<T> &in, T out,
[all …]
DMPFRUtils.cpp388 const BinaryInput<T> &input, in explainBinaryOperationTwoOutputsError()
413 Operation, const BinaryInput<float> &, const BinaryOutput<float> &,
416 Operation, const BinaryInput<double> &, const BinaryOutput<double> &,
419 Operation, const BinaryInput<long double> &,
424 const BinaryInput<T> &input, in explainBinaryOperationOneOutputError()
450 Operation, const BinaryInput<float> &, float, testutils::StreamWrapper &);
452 Operation, const BinaryInput<double> &, double, testutils::StreamWrapper &);
454 Operation, const BinaryInput<long double> &, long double,
504 bool compareBinaryOperationTwoOutputs(Operation op, const BinaryInput<T> &input, in compareBinaryOperationTwoOutputs()
527 compareBinaryOperationTwoOutputs<float>(Operation, const BinaryInput<float> &,
[all …]
/external/llvm-project/libc/test/src/math/
DHypotTest.h56 mpfr::BinaryInput<T> input{x, y}; in testSubnormalRange()
69 mpfr::BinaryInput<T> input{x, y}; in testNormalRange()
DRemQuoTest.h106 mpfr::BinaryInput<T> input{x, y}; in testSubnormalRange()
120 mpfr::BinaryInput<T> input{x, y}; in testNormalRange()