Home
last modified time | relevance | path

Searched refs:isBranch (Results 1 – 25 of 2269) sorted by relevance

12345678910>>...91

/dports/math/stanmath/math-4.2.0/
H A DJenkinsfile44 def isBranch(String b) { env.BRANCH_NAME == b }
47 if (isBranch('master') || isBranch('develop')) {
310 if (params.withRowVector || isBranch('develop') || isBranch('master')) {
366 if (isBranch('develop') || isBranch('master')) {
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/ccitt/
H A Dgen.go90 func (n *node) isBranch() bool { func
145 if n.isBranch() {
163 if n.isBranch() {
172 if n.isBranch() {
193 if !n.isBranch() {
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/
H A DJenkinsfile24 def isBranch(String b) { env.BRANCH_NAME == b }
27 if (isBranch('master') || isBranch('develop')) {
199 if (params.withRowVector || isBranch('develop') || isBranch('master')) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/ccitt/
H A Dgen.go108 func (n *node) isBranch() bool { func
163 if n.isBranch() {
207 if n.isBranch() {
216 if n.isBranch() {
237 if !n.isBranch() {
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/ccitt/
H A Dgen.go109 func (n *node) isBranch() bool { func
164 if n.isBranch() {
208 if n.isBranch() {
217 if n.isBranch() {
238 if !n.isBranch() {
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/ccitt/
H A Dgen.go109 func (n *node) isBranch() bool { func
164 if n.isBranch() {
208 if n.isBranch() {
217 if n.isBranch() {
238 if !n.isBranch() {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/ccitt/
H A Dgen.go109 func (n *node) isBranch() bool { func
164 if n.isBranch() {
208 if n.isBranch() {
217 if n.isBranch() {
238 if !n.isBranch() {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/ccitt/
H A Dgen.go108 func (n *node) isBranch() bool { func
163 if n.isBranch() {
207 if n.isBranch() {
216 if n.isBranch() {
237 if !n.isBranch() {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/
H A DLogListener.java209 int type = version.isBranch() ? CVSTag.BRANCH : CVSTag.VERSION; in messageLine()
211 (version.isBranch() && revision.equals(tagRevision))) { in messageLine()
329 private final boolean isBranch; field in LogListener.VersionInfo
336 this.isBranch = isBranchTag(version); in VersionInfo()
338 if (isBranch) { in VersionInfo()
361 public boolean isBranch() { in isBranch() method in LogListener.VersionInfo
362 return isBranch; in isBranch()
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DXml.h49 virtual bool isBranch() = 0;
74 bool isBranch();
89 bool isBranch();
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/
H A Ddimg_metadata.cpp399 void DImg::setHistoryBranch(bool isBranch) in setHistoryBranch() argument
401 setHistoryBranchAfter(getOriginalImageHistory(), isBranch); in setHistoryBranch()
404 void DImg::setHistoryBranchAfter(const DImageHistory& historyBeforeBranch, bool isBranch) in setHistoryBranchAfter() argument
407 setHistoryBranchForLastSteps(addedSteps, isBranch); in setHistoryBranchAfter()
410 void DImg::setHistoryBranchForLastSteps(int numberOfLastHistorySteps, bool isBranch) in setHistoryBranchForLastSteps() argument
416 if (isBranch) in setHistoryBranchForLastSteps()
/dports/emulators/x16-emulator/x16-emulator-r38/
H A Ddisasm.c29 int isBranch = (opcode == 0x80) || ((opcode & 0x1F) == 0x10); in disasm() local
45 if (isBranch) { in disasm()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetInstrDesc.h316 bool isBranch() const { in isBranch() function
331 return isBranch() & !isBarrier() & !isIndirectBranch(); in isConditionalBranch()
339 return isBranch() & isBarrier() & !isIndirectBranch(); in isUnconditionalBranch()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCInstrAnalysis.h37 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
38 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
181 (SecondTerm->isBranch() || SecondTerm->isCall()) && in isJumpOutOfRange()
199 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()

12345678910>>...91