/prebuilts/go/linux-x86/src/math/ |
D | log_amd64.s | 105 isNegative: label
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/ |
D | Constants.h | 201 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/ |
D | Constants.h | 192 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/ |
D | Constants.h | 199 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/ |
D | Constants.h | 200 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/ |
D | number_roundingutils.h | 46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
|
D | plurrule_impl.h | 325 UBool isNegative; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/ |
D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
D | APFloat.h | 386 bool isNegative() const { return sign; } in isNegative() function 1295 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
|
D | APInt.h | 307 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
D | APFloat.h | 386 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/ |
D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
D | APFloat.h | 409 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/ |
D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
D | APFloat.h | 386 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/ |
D | KnownBits.h | 94 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | KnownBits.h | 96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | KnownBits.h | 101 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | KnownBits.h | 101 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/prebuilts/go/linux-x86/src/internal/profile/ |
D | graph.go | 335 func isNegative(n *Node) bool { func
|