Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h152 bool isNegative() const { return Val.isNegative(); } in isNegative() function
266 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h188 bool isNegative() const { return Val.isNegative(); } in isNegative() function
305 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/icu/icu4c/source/i18n/
Dnumber_utils.cpp192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
245 bool DecNum::isNegative() const { in isNegative() function in DecNum
Dnumber_roundingutils.h45 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
Dnumparse_affixes.cpp462 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
Dplurrule_impl.h302 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.java58 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java114 public boolean isNegative(); in isNegative() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DRoundingUtils.java56 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java112 public boolean isNegative(); in isNegative() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java168 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java164 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat_ICU58_Android.java807 private boolean isNegative(double number) { in isNegative() method in DecimalFormat_ICU58_Android
1018 int mode, boolean isNegative) { in round()
1290 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1348 boolean isNegative, in subformat()
1361 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1395 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
2898 private int compareAffix(String text, int pos, boolean isNegative, boolean isPrefix, in compareAffix()
4468 private void appendAffixPattern(StringBuffer buffer, boolean isNegative, boolean isPrefix, in appendAffixPattern()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat_ICU58_Android.java804 private boolean isNegative(double number) { in isNegative() method in DecimalFormat_ICU58_Android
1015 int mode, boolean isNegative) { in round()
1280 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1338 boolean isNegative, in subformat()
1351 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
1385 boolean isNegative, boolean isInteger, boolean parseAttr) { in subformat()
2886 private int compareAffix(String text, int pos, boolean isNegative, boolean isPrefix, in compareAffix()
4403 private void appendAffixPattern(StringBuffer buffer, boolean isNegative, boolean isPrefix, in appendAffixPattern()
/external/eigen/Eigen/src/Cholesky/
DLDLT.h177 inline bool isNegative(void) const in isNegative() function
/external/compiler-rt/lib/ubsan/
Dubsan_value.h187 bool isNegative() const { in isNegative() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h325 bool isNegative() const { return sign; } in isNegative() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/external/llvm/include/llvm/ADT/
DAPFloat.h404 bool isNegative() const { return sign; } in isNegative() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h319 bool isNegative() const { return sign; } in isNegative() function
1147 bool isNegative() const { return getIEEE().isNegative(); } 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/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp337 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member
1613 bool isNegative, in CreateMem()
2750 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local
3190 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local
3230 bool isNegative = false; in parseMemory() local
3338 bool isNegative = false; in parseFPImm() local
3433 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
/external/jsoncpp/src/lib_json/
Djson_writer.cpp42 bool isNegative = value < 0; in valueToString() local

123