Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/IR/
DConstants.h177 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/
DConstants.h187 bool isNegative() const { return Val.isNegative(); } in isNegative() function
308 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/external/icu/icu4c/source/i18n/
Dnumber_utils.cpp186 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
Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
Dnumparse_affixes.cpp443 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
Dplurrule_impl.h342 UBool isNegative; variable
/external/icu/libicu/cts_headers/
Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
Dplurrule_impl.h342 UBool isNegative; variable
/external/clang/include/clang/AST/
DCharUnits.h125 bool isNegative() const { return Quantity < 0; } in isNegative() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DRoundingUtils.java61 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java159 public boolean isNegative(); in isNegative() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DRoundingUtils.java59 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java157 public boolean isNegative(); in isNegative() method
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/text/
DFixedDecimal.java34 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/
DAPSInt.h48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
DAPFloat.h335 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/
DLocalizedNumberFormatter.java186 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java181 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h187 bool isNegative() const { in isNegative() function
/external/golang-protobuf/internal/encoding/text/
Ddecode_token.go105 const isNegative = 1 << 7 const
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h95 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java144 public static boolean isNegative(Duration duration) { in isNegative() method in Durations
/external/llvm/include/llvm/ADT/
DAPFloat.h404 bool isNegative() const { return sign; } in isNegative() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h352 bool isNegative() const { return sign; } in isNegative() function
1035 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
/external/libxml2/
Dtrio.c2191 BOOLEAN_T isNegative; variable
2647 BOOLEAN_T isNegative; variable
5452 BOOLEAN_T isNegative = FALSE; variable

123