Lines Matching refs:BinaryOutput
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,
217 cpp::IsSame<OutputType, BinaryOutput<InputType>>::Value) ||