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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h379 bool isPosZero() const { return isZero() && !isNegative(); } function in class:llvm::detail::final
1228 bool isPosZero() const { return isZero() && !isNegative(); } function in class:llvm::APFloat

Completed in 71 milliseconds