Searched refs:isNegative (Results 1 - 25 of 121) sorted by relevance

12345

/external/jsr305/ri/src/main/java/javax/annotation/
H A DNonnegative.java23 boolean isNegative;
26 isNegative = value.longValue() < 0;
28 isNegative = value.doubleValue() < 0;
30 isNegative = value.floatValue() < 0;
32 isNegative = value.intValue() < 0;
34 if (isNegative)
/external/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp21 Value.isSigned() && Value.isNegative())
45 if (Value.isSigned() && Value.isNegative())
H A DBasicValueFactory.cpp179 if (V2.isSigned() && V2.isNegative())
197 if (V2.isSigned() && V2.isNegative())
/external/icu/icu4c/source/i18n/
H A Dvisibledigits.h38 UBool isNegative() const;
142 UBool isNegative() const { return fMantissa.isNegative(); } function in class:VisibleDigitsWithExponent
H A Ddigitaffixesandpadding.cpp99 UBool bPositive = !digits.isNegative();
H A Dvisibledigits.cpp49 UBool VisibleDigits::isNegative() const { function in class:VisibleDigits
/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
H A DJoyAxisTrigger.java65 public boolean isNegative() { method in class:JoyAxisTrigger
H A DMouseAxisTrigger.java68 public boolean isNegative() { method in class:MouseAxisTrigger
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp618 ASSERT_EQUAL(FALSE, fd.isNegative);
624 ASSERT_EQUAL(TRUE, fd.isNegative);
636 ASSERT_EQUAL(FALSE, fd.isNegative);
646 ASSERT_EQUAL(TRUE, fd.isNegative);
658 ASSERT_EQUAL(FALSE, fd.isNegative);
668 ASSERT_EQUAL(TRUE, fd.isNegative);
681 ASSERT_EQUAL(FALSE, fd.isNegative);
691 ASSERT_EQUAL(TRUE, fd.isNegative);
705 ASSERT_EQUAL(FALSE, fd.isNegative);
715 ASSERT_EQUAL(TRUE, fd.isNegative);
[all...]
/external/guice/lib/build/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/concurrent/GuardedBy ...
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/vogar/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/Tainted.class Tainted. ...
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java786 // usage: isNegative(multiply(numberToBeFormatted));
787 private boolean isNegative(double number) { method in class:DecimalFormat
802 boolean isNegative = isNegative(number);
803 if (isNegative)
809 // * round(number / roundingDouble, roundingMode, isNegative);
812 isNegative);
860 boolean isNegative = isNegative(number);
864 int prefixLen = appendAffix(result, isNegative, tru
994 round(double number, double roundingInc, double roundingIncReciprocal, int mode, boolean isNegative) argument
1259 subformat(int number, StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
1317 subformat(double number, StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
1330 subformat(String pluralCount, StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
1364 subformat(StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
2859 compareAffix(String text, int pos, boolean isNegative, boolean isPrefix, String affixPat, boolean complexCurrencyParsing, int type, Currency[] currency) argument
4212 appendAffix(StringBuffer buf, boolean isNegative, boolean isPrefix, FieldPosition fieldPosition, boolean parseAttr) argument
4365 appendAffixPattern(StringBuffer buffer, boolean isNegative, boolean isPrefix, boolean localized) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java791 // usage: isNegative(multiply(numberToBeFormatted));
792 private boolean isNegative(double number) { method in class:DecimalFormat
807 boolean isNegative = isNegative(number);
808 if (isNegative)
814 // * round(number / roundingDouble, roundingMode, isNegative);
817 isNegative);
865 boolean isNegative = isNegative(number);
869 int prefixLen = appendAffix(result, isNegative, tru
999 round(double number, double roundingInc, double roundingIncReciprocal, int mode, boolean isNegative) argument
1271 subformat(int number, StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
1329 subformat(double number, StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
1342 subformat(String pluralCount, StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
1376 subformat(StringBuffer result, FieldPosition fieldPosition, boolean isNegative, boolean isInteger, boolean parseAttr) argument
2873 compareAffix(String text, int pos, boolean isNegative, boolean isPrefix, String affixPat, boolean complexCurrencyParsing, int type, Currency[] currency) argument
4277 appendAffix(StringBuffer buf, boolean isNegative, boolean isPrefix, FieldPosition fieldPosition, boolean parseAttr) argument
4432 appendAffixPattern(StringBuffer buffer, boolean isNegative, boolean isPrefix, boolean localized) argument
[all...]
/external/eigen/test/
H A Dcholesky.cpp328 VERIFY(!ldlt.isNegative());
334 VERIFY(!ldlt.isNegative());
340 VERIFY(ldlt.isNegative());
346 VERIFY(!ldlt.isNegative());
352 VERIFY(ldlt.isNegative());
372 VERIFY_RAISES_ASSERT(ldlt.isNegative())
/external/llvm/lib/Support/
H A DAPInt.cpp562 bool lhsNeg = isNegative();
563 bool rhsNeg = rhs.isNegative();
625 unsigned isNegative = *p == '-';
635 return slen + isNegative;
637 return slen * 3 + isNegative;
639 return slen * 4 + isNegative;
662 return isNegative + 1;
664 return isNegative + log + 1;
1072 if (isNegative())
1096 if (isNegative())
[all...]
/external/llvm/include/llvm/ADT/
H A DAPFloat.h402 bool isNegative() const { return sign; } function in class:llvm::APFloat
441 bool isPosZero() const { return isZero() && !isNegative(); }
442 bool isNegZero() const { return isZero() && isNegative(); }
H A DAPInt.h320 bool isNegative() const { return (*this)[BitWidth - 1]; } function in class:llvm::APInt
325 bool isNonNegative() const { return !isNegative(); }
355 return !isNegative() && countPopulation() == BitWidth - 1;
369 return isNegative() && isPowerOf2();
1061 return getMinSignedBits() > 64 ? isNegative() : getSExtValue() < RHS;
1129 return getMinSignedBits() > 64 ? !isNegative() : getSExtValue() > RHS;
1318 if (isNegative())
1383 return isNegative() ? countLeadingOnes() : countLeadingZeros();
1573 if (isNegative())
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp77 EXPECT_TRUE(!test.isNegative());
84 EXPECT_TRUE(!test.isNegative());
91 EXPECT_TRUE(test.isNegative());
98 EXPECT_TRUE(test.isInfinity() && test.isNegative());
105 EXPECT_TRUE(test.isInfinity() && !test.isNegative());
115 EXPECT_TRUE(!test.isInfinity() && !test.isNegative());
129 EXPECT_TRUE(test.isInfinity() && test.isNegative());
143 EXPECT_TRUE(test.isZero() && !test.isNegative());
150 EXPECT_TRUE(test.isZero() && test.isNegative());
299 EXPECT_TRUE(test.isNegative());
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp82 if (Left.isNegative())
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h187 bool isNegative() const { function in class:__ubsan::Value
/external/clang/include/clang/AST/
H A DCharUnits.h124 /// isNegative - Test whether the quantity is less than zero.
125 bool isNegative() const { return Quantity < 0; } function in class:clang::CharUnits
H A DRecordLayout.h279 return !CXXInfo->VBPtrOffset.isNegative();

Completed in 335 milliseconds

12345