Home
last modified time | relevance | path

Searched refs:Combined (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/lgpl3/mpfr/dist/
H A DCOPYING.LESSER20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
/netbsd-src/external/lgpl3/mpc/dist/
H A DCOPYING.LESSER20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A DCOPYING.LESSERv320 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp53 std::string Combined = (Callee + CallSite).str(); in ReplayInlineAdvisor() local
54 InlineSitesFromRemarks.insert(Combined); in ReplayInlineAdvisor()
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl() local
73 auto Iter = InlineSitesFromRemarks.find(Combined); in getAdviceImpl()
H A DBlockFrequencyInfoImpl.cpp189 HashTable Combined(NextPowerOf2(2 * Weights.size())); in combineWeightsByHashing() local
191 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing()
194 if (Weights.size() == Combined.size()) in combineWeightsByHashing()
199 Weights.reserve(Combined.size()); in combineWeightsByHashing()
200 for (const auto &I : Combined) in combineWeightsByHashing()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp241 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode2OpInstruction() local
242 if (Combined < 27) in Decode2OpInstruction()
245 if (Combined == 31) in Decode2OpInstruction()
247 Combined += 5; in Decode2OpInstruction()
249 Combined -= 27; in Decode2OpInstruction()
250 unsigned Op1High = Combined % 3; in Decode2OpInstruction()
251 unsigned Op2High = Combined / 3; in Decode2OpInstruction()
260 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode3OpInstruction() local
261 if (Combined >= 27) in Decode3OpInstruction()
264 unsigned Op1High = Combined % 3; in Decode3OpInstruction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp836 NormalForm::value_type Combined; in makeCNF() local
837 Combined.reserve(LDisjunction.size() + RDisjunction.size()); in makeCNF()
839 std::back_inserter(Combined)); in makeCNF()
841 std::back_inserter(Combined)); in makeCNF()
842 Res.emplace_back(Combined); in makeCNF()
865 NormalForm::value_type Combined; in makeDNF() local
866 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()
868 std::back_inserter(Combined)); in makeDNF()
870 std::back_inserter(Combined)); in makeDNF()
871 Res.emplace_back(Combined); in makeDNF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSchedule.td31 // Combined functional units.
37 // Combined functional unit data.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dcommunications6 # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_multi.ref30 >>> # Combined destiation and endpoint collision test with lookup
H A Dscache_multi.in30 # Combined destiation and endpoint collision test with lookup
/netbsd-src/usr.sbin/bootp/bootpd/
H A DAnnounce16 Combined bootptest into the bootp release.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2463 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); in ConstantFoldGetElementPtr() local
2466 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtr()
2476 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtr()
2477 Combined = ConstantExpr::get(Instruction::Add, C1, C2); in ConstantFoldGetElementPtr()
2479 Combined = in ConstantFoldGetElementPtr()
2480 ConstantExpr::get(Instruction::Add, Idx0, Combined); in ConstantFoldGetElementPtr()
2484 NewIndices.push_back(Combined); in ConstantFoldGetElementPtr()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A DREADME.altboot57 section of the target's HW NOR flash. Combined with standard
/netbsd-src/sys/arch/evbarm/conf/
H A DGEMINI155 # Combined Operating System Timer and Statistics Timer
H A DGEMINI_MASTER163 # Combined Operating System Timer and Statistics Timer
H A DGEMINI_SLAVE164 # Combined Operating System Timer and Statistics Timer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1094 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() local
1095 return Combined; in reassociateOps()
1096 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps() local
1097 return Combined; in reassociateOps()
2459 if (SDValue Combined = visitADDLikeCommutative(N0, N1, N)) in visitADDLike() local
2460 return Combined; in visitADDLike()
2462 if (SDValue Combined = visitADDLikeCommutative(N1, N0, N)) in visitADDLike() local
2463 return Combined; in visitADDLike()
2474 if (SDValue Combined = visitADDLike(N)) in visitADD() local
2475 return Combined; in visitADD()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchers.rst6 nodes of the AST and execute code that uses the matched nodes. Combined with
/netbsd-src/external/apache2/llvm/dist/clang/
H A DLICENSE.TXT216 software that is licensed under the GPLv2 ("Combined Software") and if a
221 the License, but only in their entirety and only with respect to the Combined
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A DLICENSE.TXT216 software that is licensed under the GPLv2 ("Combined Software") and if a
221 the License, but only in their entirety and only with respect to the Combined
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DLICENSE.TXT216 software that is licensed under the GPLv2 ("Combined Software") and if a
221 the License, but only in their entirety and only with respect to the Combined
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A Dlicense.txt216 software that is licensed under the GPLv2 ("Combined Software") and if a
221 the License, but only in their entirety and only with respect to the Combined
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A DLICENSE.txt216 software that is licensed under the GPLv2 ("Combined Software") and if a
221 the License, but only in their entirety and only with respect to the Combined
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A DLICENSE.txt216 software that is licensed under the GPLv2 ("Combined Software") and if a
221 the License, but only in their entirety and only with respect to the Combined

1234