Home
last modified time | relevance | path

Searched refs:BinaryOutput (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.h83 template <typename T> struct BinaryOutput { struct
96 struct AreMatchingBinaryInputAndBinaryOutput<BinaryInput<T>, BinaryOutput<T>> { argument
105 const BinaryOutput<T> &libcOutput,
109 const BinaryOutput<T> &libcOutput,
121 const BinaryOutput<T> &matchValue,
126 const BinaryOutput<T> &matchValue,
160 static bool match(T in, const BinaryOutput<T> &out, double tolerance) {
170 static bool match(BinaryInput<T> in, const BinaryOutput<T> &out,
186 static void explainError(T in, const BinaryOutput<T> &out,
192 static void explainError(const BinaryInput<T> &in, const BinaryOutput<T> &out,
[all …]
DMPFRUtils.cpp343 const BinaryOutput<T> &libcResult, in explainUnaryOperationTwoOutputsError()
377 Operation, float, const BinaryOutput<float> &, testutils::StreamWrapper &);
380 const BinaryOutput<double> &,
383 Operation, long double, const BinaryOutput<long double> &,
389 const BinaryOutput<T> &libcResult, in explainBinaryOperationTwoOutputsError()
413 Operation, const BinaryInput<float> &, const BinaryOutput<float> &,
416 Operation, const BinaryInput<double> &, const BinaryOutput<double> &,
420 const BinaryOutput<long double> &, testutils::StreamWrapper &);
480 const BinaryOutput<T> &libcResult, in compareUnaryOperationTwoOutputs()
496 const BinaryOutput<float> &, double);
[all …]
/external/llvm-project/libc/test/src/math/
DRemQuoTest.h105 mpfr::BinaryOutput<T> result; in testSubnormalRange()
119 mpfr::BinaryOutput<T> result; in testNormalRange()
Dfrexpl_test.cpp100 mpfr::BinaryOutput<long double> result; in TEST()
Dfrexp_test.cpp143 mpfr::BinaryOutput<double> result; in TEST()
Dfrexpf_test.cpp150 mpfr::BinaryOutput<float> result; in TEST()