Searched refs:BinaryOutput (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libc/utils/MPFRWrapper/ |
D | MPFRUtils.h | 83 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 …]
|
D | MPFRUtils.cpp | 343 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/ |
D | RemQuoTest.h | 105 mpfr::BinaryOutput<T> result; in testSubnormalRange() 119 mpfr::BinaryOutput<T> result; in testNormalRange()
|
D | frexpl_test.cpp | 100 mpfr::BinaryOutput<long double> result; in TEST()
|
D | frexp_test.cpp | 143 mpfr::BinaryOutput<double> result; in TEST()
|
D | frexpf_test.cpp | 150 mpfr::BinaryOutput<float> result; in TEST()
|