Home
last modified time | relevance | path

Searched refs:Minus (Results 1 – 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp402 Parser.getTok().getKind() == AsmToken::Minus) && in tryParseExpression()
433 tokens[1].getKind() == AsmToken::Minus)) { in tryParseRelocExpression()
436 if (CurTok == AsmToken::Minus || in tryParseRelocExpression()
437 tokens[1].getKind() == AsmToken::Minus) { in tryParseRelocExpression()
445 if (CurTok == AsmToken::Minus || CurTok == AsmToken::Plus) in tryParseRelocExpression()
473 if (tokens[1].getKind() == AsmToken::Minus || in tryParseRelocExpression()
484 if (tokens[1].getKind() == AsmToken::Minus || in tryParseRelocExpression()
522 case AsmToken::Minus: { in parseOperand()
650 Tokens[0].getKind() == AsmToken::Minus && in parseLiteralValues()
/third_party/rust/crates/nom/examples/
Ds_expression.rs25 Minus, enumerator
78 '-' => BuiltIn::Minus, in parse_builtin_op()
327 BuiltIn::Minus => Atom::Num(if let Some(first_elem) = reduced_tail.first().cloned() { in eval_expression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
DResourceScriptTokenList.h29 SHORT_TOKEN(Minus, '-') // Subtraction operator.
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.cpp339 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
378 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
406 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
Ddouble-conversion-diy-fp.h75 static DiyFp Minus(const DiyFp& a, const DiyFp& b) { in Minus() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-fast-dtoa.cpp339 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
378 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
406 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
Ddouble-conversion-diy-fp.h75 static DiyFp Minus(const DiyFp& a, const DiyFp& b) { in Minus() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfast-dtoa.cc325 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
364 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
392 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
Ddiy-fp.h61 static DiyFp Minus(const DiyFp& a, const DiyFp& b) { in Minus() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-fast-dtoa.cpp339 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
378 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
406 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
Ddouble-conversion-diy-fp.h75 static DiyFp Minus(const DiyFp& a, const DiyFp& b) { in Minus() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-fast-dtoa.cpp339 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
378 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
406 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
Ddouble-conversion-diy-fp.h74 static DiyFp Minus(const DiyFp& a, const DiyFp& b) { in Minus() function
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-diy-fp.cc41 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h45 Plus, Minus, Tilde, enumerator
DMCExpr.h370 Minus, ///< Unary minus. enumerator
394 return create(Minus, Expr, Ctx, Loc);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp356 case AsmToken::Minus: in parseOperandAsOperator()
430 case AsmToken::Minus: in parseImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp86 case AsmToken::Minus: OS << "Minus"; break; in dump()
/third_party/icu/docs/userguide/format_parse/numbers/
Drounding-modes.md133 Rounds to Minus Infinity.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp79 case MCUnaryExpr::Minus: OS << '-'; break; in print()
760 case MCUnaryExpr::Minus: in evaluateAsRelocatableImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1392 const SCEV *Minus = SE.getMinusSCEV(CastedDist, CastedProduct); in isSafeDependenceDistance() local
1393 if (SE.isKnownPositive(Minus)) in isSafeDependenceDistance()
1399 Minus = SE.getMinusSCEV(NegDist, CastedProduct); in isSafeDependenceDistance()
1400 if (SE.isKnownPositive(Minus)) in isSafeDependenceDistance()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts103 Minus, enumerator
300 …setTokenInfo(TokenID.Minus, Reservation.None, OperatorPrecedence.Additive, NodeType.Sub, OperatorP…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1084 case AsmToken::Minus: in parseCSRSystemRegister()
1153 case AsmToken::Minus: in parseImmediate()
1250 case AsmToken::Minus: in parseBareSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp786 case AsmToken::Minus: in parseImmediate()
824 if (Lexer.is(AsmToken::Minus)) in parsePrePost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h130 Minus, // ?G # operator- enumerator

123