Home
last modified time | relevance | path

Searched defs: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
489 bool bitsAreEven = ((FPBits<T>(libcResult.f).bitsAsUInt() & 1) == 0); in compareUnaryOperationTwoOutputs() local
521 bool bitsAreEven = ((FPBits<T>(libcResult.f).bitsAsUInt() & 1) == 0); in compareBinaryOperationTwoOutputs() local
542 bool bitsAreEven = ((FPBits<T>(libcResult).bitsAsUInt() & 1) == 0); in compareBinaryOperationOneOutput() local