Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_utils.cpp192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
247 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.cpp441 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
Dplurrule_impl.h338 UBool isNegative; variable
/third_party/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.cpp455 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
Dplurrule_impl.h342 UBool isNegative; variable
/third_party/node/deps/icu-small/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.cpp455 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
Dplurrule_impl.h342 UBool isNegative; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DRoundingUtils.java61 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java154 public boolean isNegative(); in isNegative() method
/third_party/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
/third_party/skia/third_party/externals/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
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java186 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DLocalizedNumberFormatter.java179 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h95 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java144 public static boolean isNegative(Duration duration) { in isNegative() method in Durations
/third_party/skia/third_party/externals/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
/third_party/icu/tools/unicode/c/genprops/
Dcorepropsbuilder.cpp413 UBool isNegative; in encodeNumericValue() local

123