Searched defs:isNegative (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DNumberPrototype.cpp163 bool isNegative = number < 0; local
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCalculationValue.h107 bool isNegative() const { return m_expression->doubleValue() < 0; } function in class:WebCore::CSSCalcValue
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDecimal.h129 bool isNegative() const { return sign() == Negative; } function in class:WebCore::Decimal
H A DLength.h211 bool isNegative() const function in struct:WebCore::Length
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DPlatformLocale.cpp208 bool isNegative = false; local
259 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DAPInt.h304 bool isNegative() const { function in class:llvm::APInt
[all...]
H A DAPFloat.h327 bool isNegative() const { return sign; } function in class:llvm::APFloat
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPFloat.cpp133 bool isNegative; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DConstants.h156 bool isNegative() const { return Val.isNegative(); } function in class:llvm::ConstantInt
271 bool isNegative() const { return Val.isNegative(); } function in class:llvm::ConstantFP
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp127 bool isNegative; member in class:__anon10386::CountValue
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp140 bool isNegative; member in class:__anon10452::CountValue
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcompactdecimalformat.cpp249 UBool isNegative; local
H A Ddecimfmt.cpp1360 DecimalFormat::_round(const DigitList &number, DigitList &adjustedNum, UBool& isNegative, UErrorCode &status) const { argument
1472 UBool isNegative; local
2801 compareAffix(const UnicodeString& text, int32_t pos, UBool isNegative, UBool isPrefix, const UnicodeString* affixPat, UBool currencyParsing, int8_t type, UChar* currency) const argument
4038 appendAffix(UnicodeString& buf, double number, FieldPositionHandler& handler, UBool isNegative, UBool isPrefix) const argument
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclObj.c2229 int isNegative = 0; local
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclStringObj.c2068 int toAppend, isNegative = 0; local
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtrio.c2175 BOOLEAN_T isNegative; local
2631 BOOLEAN_T isNegative; local
5436 BOOLEAN_T isNegative = FALSE; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp372 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member in struct:__anon10340::ARMOperand::__anon10341::__anon10354
2262 CreateMem(unsigned BaseRegNum, const MCConstantExpr *OffsetImm, unsigned OffsetRegNum, ARM_AM::ShiftOpc ShiftType, unsigned ShiftImm, unsigned Alignment, bool isNegative, SMLoc S, SMLoc E) argument
3829 bool isNegative = Parser.getTok().is(AsmToken::Minus); local
4305 bool isNegative = getParser().getTok().is(AsmToken::Minus); local
4345 bool isNegative = false; local
4487 bool isNegative = false; local
4592 bool isNegative = Parser.getTok().is(AsmToken::Minus); local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtrio.c2171 BOOLEAN_T isNegative; local
2627 BOOLEAN_T isNegative; local
5432 BOOLEAN_T isNegative = FALSE; local
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFString.c5421 Boolean isNegative = false; local

Completed in 332 milliseconds