Home
last modified time | relevance | path

Searched refs:parLength (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-quantreg/quantreg/R/
H A Dnlrq.R32 parLength <- 0 functionVar
37 ind[[i]] <- parLength + seq(along = start[[i]])
38 parLength <- parLength + length(start[[i]])
40 useParams <- rep(TRUE, parLength)
104 on.exit(remove(i, data, parLength, start, temp))
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dnls.R227 parLength <- 0L functionVar
232 ind[[i]] <- parLength + seq_along(temp)
233 parLength <- parLength + length(temp)
239 if(!is.null(upper)) upper <- rep_len(upper, parLength)
240 useParams <- rep_len(TRUE, parLength)
320 on.exit(remove(i, data, parLength, start, temp, m, gr,
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dnls.R227 parLength <- 0L functionVar
232 ind[[i]] <- parLength + seq_along(temp)
233 parLength <- parLength + length(temp)
239 if(!is.null(upper)) upper <- rep_len(upper, parLength)
240 useParams <- rep_len(TRUE, parLength)
320 on.exit(remove(i, data, parLength, start, temp, m, gr,
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dproposal.c10782 parLength[i+j*nRoot] = 0.0; in Move_ParsSPR1()
10889 minLength = parLength[i+j*nRoot]; in Move_ParsSPR1()
10942 minLength = parLength[i+j*nRoot]; in Move_ParsSPR1()
11447 parLength[i+j*nRoot] = 0.0; in Move_ParsSPR2()
11561 minLength = parLength[i+j*nRoot]; in Move_ParsSPR2()
11614 minLength = parLength[i+j*nRoot]; in Move_ParsSPR2()
12636 parLength[i+j*nRoot] = 0.0; in Move_ParsTBR1()
12686 minLength = parLength[i+j*nRoot]; in Move_ParsTBR1()
12739 minLength = parLength[i+j*nRoot]; in Move_ParsTBR1()
13147 parLength[i+j*nRoot] = 0.0; in Move_ParsTBR2()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h1682 parLength(-1), in frLef58CutSpacingConstraint()
1750 bool hasParallel() const { return (parLength != -1); } in hasParallel()
1751 frCoord getParlength() const { return parLength; } in getParlength()
1819 void setParLength(frCoord in) { parLength = in; } in setParLength()
1893 parLength, in report()
1948 frCoord parLength; variable