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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPFloat.h327 bool isNegZero() const { return isZero() && isNegative(); } function in class:llvm::APFloat
/external/llvm/include/llvm/ADT/
H A DAPFloat.h444 bool isNegZero() const { return isZero() && isNegative(); } function in class:llvm::APFloat
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h392 bool isNegZero() const { return isZero() && isNegative(); } function in class:llvm::detail::final
1047 bool isNegZero() const { return isZero() && isNegative(); } function in class:llvm::APFloat

Completed in 412 milliseconds