/external/llvm/include/llvm/IR/ |
D | Constants.h | 177 bool isNegative() const { return Val.isNegative(); } in isNegative() function 289 bool isNegative() const { return Val.isNegative(); } in isNegative() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 187 bool isNegative() const { return Val.isNegative(); } in isNegative() function 308 bool isNegative() const { return Val.isNegative(); } in isNegative() function
|
/external/icu/icu4c/source/i18n/ |
D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo() 241 bool DecNum::isNegative() const { in isNegative() function in DecNum
|
D | number_roundingutils.h | 46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
|
D | numparse_affixes.cpp | 443 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
|
D | plurrule_impl.h | 342 UBool isNegative; variable
|
/external/icu/libicu/cts_headers/ |
D | number_roundingutils.h | 46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
|
D | plurrule_impl.h | 342 UBool isNegative; variable
|
/external/clang/include/clang/AST/ |
D | CharUnits.h | 125 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | RoundingUtils.java | 61 boolean isNegative, in getRoundingDirection()
|
D | DecimalQuantity.java | 159 public boolean isNegative(); in isNegative() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | RoundingUtils.java | 59 boolean isNegative, in getRoundingDirection()
|
D | DecimalQuantity.java | 157 public boolean isNegative(); in isNegative() method
|
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/text/ |
D | FixedDecimal.java | 34 final boolean isNegative; field in FixedDecimal 108 public boolean isNegative() { in isNegative() method in FixedDecimal
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
D | APFloat.h | 335 bool isNegative() const { return sign; } in isNegative() function 1167 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | LocalizedNumberFormatter.java | 186 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | LocalizedNumberFormatter.java | 181 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_value.h | 187 bool isNegative() const { in isNegative() function
|
/external/golang-protobuf/internal/encoding/text/ |
D | decode_token.go | 105 const isNegative = 1 << 7 const
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 95 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Durations.java | 144 public static boolean isNegative(Duration duration) { in isNegative() method in Durations
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 404 bool isNegative() const { return sign; } in isNegative() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 352 bool isNegative() const { return sign; } in isNegative() function 1035 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
|
/external/libxml2/ |
D | trio.c | 2191 BOOLEAN_T isNegative; variable 2647 BOOLEAN_T isNegative; variable 5452 BOOLEAN_T isNegative = FALSE; variable
|