Home
last modified time | relevance | path

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

1234

/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp35 bool isNegative{IsNegative()}; in Compare() local
67 bool isNegative{IsNegative()}; in Add() local
146 bool isNegative{IsNegative() != y.IsNegative()}; in Multiply() local
206 bool isNegative{IsNegative() != y.IsNegative()}; in Divide() local
393 bool isNegative, int exponent, const Fraction &fraction, Rounding rounding, in NormalizeAndRound()
/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp292 Attribute Parser::parseFloatAttr(Type type, bool isNegative) { in parseFloatAttr()
326 static Optional<APInt> buildAttributeAPInt(Type type, bool isNegative, in buildAttributeAPInt()
366 Attribute Parser::parseDecOrHexAttr(Type type, bool isNegative) { in parseDecOrHexAttr()
581 bool isNegative = signAndToken.first; in getIntAttrElements() local
624 bool isNegative = signAndToken.first; in getFloatAttrElements() local
/external/llvm-project/llvm/include/llvm/IR/
DConstants.h195 bool isNegative() const { return Val.isNegative(); } in isNegative() function
317 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/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()
247 bool DecNum::isNegative() const { in isNegative() function in DecNum
Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
/external/llvm-project/flang/include/flang/Evaluate/
Drounding-bits.h78 Rounding rounding, bool isNegative, bool isOdd) const { in MustRound()
/external/icu/libicu/cts_headers/
Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection()
/external/llvm-project/clang/include/clang/AST/
DCharUnits.h125 bool isNegative() const { return Quantity < 0; } in isNegative() function
/external/clang/include/clang/AST/
DCharUnits.h125 bool isNegative() const { return Quantity < 0; } in isNegative() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp128 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DRoundingUtils.java59 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java152 public boolean isNegative(); in isNegative() method
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DRoundingUtils.java61 boolean isNegative, in getRoundingDirection()
DDecimalQuantity.java154 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/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
/external/cldr/tools/java/com/ibm/icu/text/
DFixedDecimal.java34 final boolean isNegative; field in FixedDecimal
108 public boolean isNegative() { in isNegative() method in FixedDecimal
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java181 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java186 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h187 bool isNegative() const { in isNegative() function
/external/eigen/Eigen/src/Cholesky/
DLDLT.h177 inline bool isNegative(void) const in isNegative() function
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.h189 bool isNegative() const { in isNegative() function
/external/llvm-project/clang/lib/AST/Interp/
DBoolean.h71 constexpr static bool isNegative() { return false; } in isNegative() function

1234