Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 25 of 29) sorted by relevance

12

/prebuilts/go/linux-x86/src/math/
Dlog_amd64.s105 isNegative: label
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DConstants.h201 bool isNegative() const { return Val.isNegative(); } in isNegative() function
319 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstants.h192 bool isNegative() const { return Val.isNegative(); } in isNegative() function
303 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstants.h199 bool isNegative() const { return Val.isNegative(); } in isNegative() function
317 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstants.h200 bool isNegative() const { return Val.isNegative(); } in isNegative() function
318 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
Dplurrule_impl.h325 UBool isNegative; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
DAPFloat.h386 bool isNegative() const { return sign; } in isNegative() function
1295 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
DAPInt.h307 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
DAPFloat.h386 bool isNegative() const { return sign; } in isNegative() function
1295 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/
DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
DAPFloat.h409 bool isNegative() const { return sign; } in isNegative() function
1351 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
DAPFloat.h386 bool isNegative() const { return sign; } in isNegative() function
1295 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DKnownBits.h94 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DKnownBits.h96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DKnownBits.h101 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DKnownBits.h101 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/prebuilts/go/linux-x86/src/internal/profile/
Dgraph.go335 func isNegative(n *Node) bool { func

12