/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Constants.h | 188 bool isNegative() const { return Val.isNegative(); } in isNegative() function 304 bool isNegative() const { return Val.isNegative(); } in isNegative() function
|
/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/cronet/stable/third_party/icu/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()
|
/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 | 45 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
|
/external/cronet/tot/third_party/icu/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()
|
/external/icu/libicu/cts_headers/ |
D | number_roundingutils.h | 45 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
|
/external/mesa3d/src/amd/vpelib/src/utils/ |
D | custom_fp16.c | 160 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/ |
D | CharUnits.h | 125 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/external/mesa3d/src/amd/vpelib/src/utils/inc/ |
D | custom_fp16.h | 45 bool isNegative; member
|
/external/threetenbp/src/main/java/org/threeten/bp/chrono/ |
D | ChronoPeriod.java | 158 public boolean isNegative() { in isNegative() method in ChronoPeriod
|
/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/core/src/main/java/com/ibm/icu/impl/number/ |
D | RoundingUtils.java | 59 boolean isNegative, in getRoundingDirection()
|
D | DecimalQuantity.java | 157 public boolean isNegative(); in isNegative() method
|
/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
|
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/text/ |
D | FixedDecimal.java | 33 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/ |
D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | LocalizedNumberFormatter.java | 191 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/ |
D | LocalizedNumberFormatter.java | 196 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
|