Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp464 bool bitsAreEven = ((FPBits<T>(libcResult).bitsAsUInt() & 1) == 0); in compareUnaryOperationSingleOutput() local
466 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareUnaryOperationSingleOutput()
489 bool bitsAreEven = ((FPBits<T>(libcResult.f).bitsAsUInt() & 1) == 0); in compareUnaryOperationTwoOutputs() local
491 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareUnaryOperationTwoOutputs()
521 bool bitsAreEven = ((FPBits<T>(libcResult.f).bitsAsUInt() & 1) == 0); in compareBinaryOperationTwoOutputs() local
523 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareBinaryOperationTwoOutputs()
542 bool bitsAreEven = ((FPBits<T>(libcResult).bitsAsUInt() & 1) == 0); in compareBinaryOperationOneOutput() local
544 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareBinaryOperationOneOutput()