Searched defs:isNegZero (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h426 bool isNegZero() const { return isZero() && isNegative(); } function in class:llvm::detail::final
1307 bool isNegZero() const { return isZero() && isNegative(); } function in class:llvm::APFloat

Completed in 115 milliseconds