Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DConstants.h188 bool isNegative() const { return Val.isNegative(); } in isNegative() function
304 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/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/cronet/stable/third_party/icu/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()
/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.h45 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
/external/cronet/tot/third_party/icu/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()
/external/icu/libicu/cts_headers/
Dnumber_roundingutils.h45 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
/external/mesa3d/src/amd/vpelib/src/utils/
Dcustom_fp16.c160 bool isNegative; in vpe_convert_from_float_to_custom_float() local
231 bool isNegative; in vpe_convert_to_custom_float_generic() local
/external/clang/include/clang/AST/
DCharUnits.h125 bool isNegative() const { return Quantity < 0; } in isNegative() function
/external/mesa3d/src/amd/vpelib/src/utils/inc/
Dcustom_fp16.h45 bool isNegative; member
/external/threetenbp/src/main/java/org/threeten/bp/chrono/
DChronoPeriod.java158 public boolean isNegative() { in isNegative() method in ChronoPeriod
/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/core/src/main/java/com/ibm/icu/impl/number/
DRoundingUtils.java59 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java157 public boolean isNegative(); in isNegative() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/text/
DFixedDecimal.java33 final boolean isNegative; field in FixedDecimal
107 public boolean isNegative() { in isNegative() method in FixedDecimal
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java191 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
DLocalizedNumberFormatter.java196 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

1234