Home
last modified time | relevance | path

Searched refs:compareBinaryOperationOneOutput (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp537 bool compareBinaryOperationOneOutput(Operation op, const BinaryInput<T> &input, in compareBinaryOperationOneOutput() function
547 template bool compareBinaryOperationOneOutput<float>(Operation,
551 compareBinaryOperationOneOutput<double>(Operation, const BinaryInput<double> &,
553 template bool compareBinaryOperationOneOutput<long double>(
DMPFRUtils.h113 bool compareBinaryOperationOneOutput(Operation op, const BinaryInput<T> &input,
166 return compareBinaryOperationOneOutput(op, in, out, tolerance);