Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp458 bool compareUnaryOperationSingleOutput(Operation op, T input, T libcResult, in compareUnaryOperationSingleOutput() function
469 template bool compareUnaryOperationSingleOutput<float>(Operation, float, float,
471 template bool compareUnaryOperationSingleOutput<double>(Operation, double,
473 template bool compareUnaryOperationSingleOutput<long double>(Operation,
DMPFRUtils.h101 bool compareUnaryOperationSingleOutput(Operation op, T input, T libcOutput,
156 return compareUnaryOperationSingleOutput(op, in, out, tolerance);