Home
last modified time | relevance | path

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

123

/third_party/boost/libs/proto/test/
Dmake_expr.cpp260 #define Minus(x) proto::call<Minus(x)> macro
280 struct Minus struct
283 …, proto::when<proto::plus<Minus, Minus>, proto::_make_minus(Minus(proto::_left), Minus(proto::_rig…
299 #undef Minus
317 >::type t3 = Minus()(proto::as_expr(1) + 1); in test_make_expr_transform()
/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/boost/libs/hana/include/boost/hana/
Dminus.hpp36 using Minus = BOOST_HANA_DISPATCH_IF(decltype(minus_impl<T, U>{}), in operator ()() typedef
49 return Minus::apply(static_cast<X&&>(x), static_cast<Y&&>(y)); in operator ()()
/third_party/boost/boost/hana/
Dminus.hpp36 using Minus = BOOST_HANA_DISPATCH_IF(decltype(minus_impl<T, U>{}), in operator ()() typedef
49 return Minus::apply(static_cast<X&&>(x), static_cast<Y&&>(y)); in operator ()()
/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/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/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/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/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/MC/MCParser/
DMCAsmLexer.cpp86 case AsmToken::Minus: OS << "Minus"; break; in dump()
/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/boost/boost/phoenix/function/
Dlazy_operator.hpp637 typedef boost::phoenix::function<impl::XMinus> Minus; typedef
658 Minus minus;
/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…

123