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

123

/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DPlatformLocale.cpp208 bool isNegative = false; local
214 isNegative = true;
241 builder.append(isNegative ? m_negativeSuffix : m_positiveSuffix);
259 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex) argument
265 isNegative = false;
269 isNegative = true;
272 isNegative = true;
276 isNegative = false;
305 bool isNegative;
308 if (!detectSignAndGetDigitRange(input, isNegative, startInde
[all...]
H A DPlatformLocale.h142 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
H A DLocaleICU.h73 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTScanner.cpp143 bool VTTScanner::scanFloat(float& number, bool* isNegative) argument
174 if (isNegative)
175 *isNegative = negative;
H A DVTTScanner.h130 bool scanFloat(float& number, bool* isNegative = nullptr);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddcfmapts.cpp608 ASSERT_EQUAL(FALSE, fd.isNegative);
619 ASSERT_EQUAL(FALSE, fd.isNegative);
630 ASSERT_EQUAL(FALSE, fd.isNegative);
641 ASSERT_EQUAL(FALSE, fd.isNegative);
652 ASSERT_EQUAL(FALSE, fd.isNegative);
663 ASSERT_EQUAL(FALSE, fd.isNegative);
688 ASSERT_EQUAL(FALSE, fd.isNegative);
699 ASSERT_EQUAL(FALSE, fd.isNegative);
711 ASSERT_EQUAL(FALSE, fd.isNegative);
723 ASSERT_EQUAL(FALSE, fd.isNegative);
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h304 bool isNegative() const { function in class:llvm::APInt
311 return !isNegative();
340 !isNegative() && countPopulation() == BitWidth - 1;
354 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2();
803 if (isNegative())
804 if (RHS.isNegative())
808 else if (RHS.isNegative())
825 if (isNegative())
826 if (RHS.isNegative())
830 else if (RHS.isNegative())
[all...]
H A DAPFloat.h327 bool isNegative() const { return sign; } function in class:llvm::APFloat
328 bool isPosZero() const { return isZero() && !isNegative(); }
329 bool isNegZero() const { return isZero() && isNegative(); }
H A DAPSInt.h281 if (I1.isNegative())
287 if (I2.isNegative())
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DValueTracking.cpp55 if (!CLHS->getValue().isNegative()) {
111 if (!KnownZero.isNegative() && !KnownOne.isNegative()) {
115 if (LHSKnownZero.isNegative() && KnownZero2.isNegative())
118 else if (LHSKnownOne.isNegative() && KnownOne2.isNegative())
122 if (LHSKnownZero.isNegative() && KnownOne2.isNegative())
125 else if (LHSKnownOne.isNegative()
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSCalculationValue.h95 bool isNegative() const { return m_expression->doubleValue() < 0; } function in class:WebCore::CSSCalcValue
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp127 bool isNegative; member in class:__anon10455::CountValue
131 isNegative(neg) {}
133 isNegative(i < 0) {}
137 bool isNeg() const { return isNegative; }
148 if (isNegative) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp140 bool isNegative; member in class:__anon10521::CountValue
144 isNegative(neg) {}
146 isNegative(i < 0) {}
150 bool isNeg() const { return isNegative; }
161 if (isNegative) {
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDecimal.cpp532 return !result.isZero() && result.isNegative();
542 return result.isZero() || result.isNegative();
560 return result.isZero() || !result.isNegative();
645 return result.isNegative() ? Decimal(-1) : Decimal(1);
676 if (isNegative() && result % 10 > 0)
909 return quotient.isSpecial() ? quotient : *this - (quotient.isNegative() ? quotient.ceiling() : quotient.floor()) * rhs;
942 return isNegative() ? -std::numeric_limits<double>::infinity() : std::numeric_limits<double>::infinity();
H A DDecimal.h129 bool isNegative() const { return sign() == Negative; } function in class:WebCore::Decimal
H A DLength.h99 bool isNegative() const;
326 inline bool Length::isNegative() const function in class:WebCore::Length
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp557 bool lhsNeg = isNegative();
558 bool rhsNeg = rhs.isNegative();
620 unsigned isNegative = *p == '-';
630 return slen + isNegative;
632 return slen * 3 + isNegative;
634 return slen * 4 + isNegative;
657 return isNegative + 1;
659 return isNegative + log + 1;
1059 if (isNegative())
1083 if (isNegative())
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStringObj.c2091 int toAppend, isNegative = 0;
2097 isNegative = (mp_cmp_d(&big, 0) == MP_LT);
2111 isNegative = (w < (Tcl_WideInt)0);
2129 isNegative = (s < (short int)0);
2131 isNegative = (l < (long)0);
2135 isNegative = (s < (short int)0);
2137 isNegative = (l < (long)0);
2145 if ((isNegative || gotPlus || gotSpace) && (useBig || (ch == 'd'))) {
2146 Tcl_AppendToObj(segment, (isNegative ? "-" : gotPlus ? "+" : " "), 1);
2068 int toAppend, isNegative = 0; local
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddecimfmt.h2058 UBool isNegative,
2115 UBool isNegative,
2366 DigitList& _round(const DigitList& number, DigitList& adjustedNum, UBool& isNegative, UErrorCode& status) const;
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Darm64.rb368 isNegative = value < 0
372 next if currentValue == (isNegative ? 0xffff : 0) and shift != 0
374 if isNegative
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclObj.c2267 int isNegative = 0;
2290 isNegative = 1;
2342 if ((isNegative && newLong > (unsigned long) (LONG_MAX) + 1)
2343 || (!isNegative && newLong > LONG_MAX)) {
2361 (isNegative ? -(Tcl_WideInt)newLong : (Tcl_WideInt)newLong);
2365 (isNegative ? -(long)newLong : (long)newLong);
2229 int isNegative = 0; local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimfmt.cpp1198 _round(number, number, result.isNegative, status);
1628 DecimalFormat::_round(const DigitList &number, DigitList &adjustedNum, UBool& isNegative, UErrorCode &status) const {
1637 isNegative = false;
1680 isNegative = !adjustedNum.isPositive();
1713 adjustedNum.setPositive(!isNegative);
1751 UBool isNegative;
1752 _round(number, adjustedNum, isNegative, status);
1759 int32_t prefixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, TRUE);
1766 int32_t suffixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, FALSE);
3077 * @param isNegative
[all...]
H A Dcompactdecimalformat.cpp249 UBool isNegative; local
251 _round(orig, rounded, isNegative, status);
256 if (isNegative) {
262 if (isNegative) {
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DNumberPrototype.cpp160 bool isNegative = number < 0; local
331 if (isNegative)
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp50 if (In2->isNegative())
84 if (In2->isNegative())
166 if (UnknownBits.isNegative()) { // Sign bit is unknown
857 } else if (DivRHS->isNegative()) { // Divisor is < 0.
1056 if (!XorCST->isNegative()) {
1116 (!AndCST->isNegative() && RHSV.isNonNegative())) {
2173 ((Op0KnownZero.isNegative() && Op1KnownZero.isNegative()) ||
2174 (Op0KnownOne.isNegative() && Op1KnownOne.isNegative())))
[all...]

Completed in 186 milliseconds

123