Home
last modified time | relevance | path

Searched refs:cL (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/dports/editors/jove/jove/
H A Djctype.c36 cP, cL, cL, cL, cL, cL, cL, cL, /* 140 */
37 cL, cL, cL, cL, cL, cL, cL, cL, /* 150 */
38 cL, cL, cL, cL, cL, cL, cL, cL, /* 160 */
57 cL, cL, cL, cL, cL, cL, cL, cL, /* 340 */
58 cL, cL, cL, cL, cL, cL, cL, cL, /* 350 */
59 cL, cL, cL, cL, cL, cL, cL, cP, /* 360 */
60 cL, cL, cL, cL, cL, cL, cL, cL, /* 370 */
63 cU, cL, cL, cL, cL, cL, cL, cL, /* 200 */
85 cL, cL, cL, cL, cL, cL, cL, cL, /* 210 */
86 cL, cL, cL, cL, cL, cL, cL, cL, /* 220 */
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Donebyte.c21cL = -127; cR = -5; r16 = cL * cR; r16b = cR * cL; ASSERT (r16 == 635); ASSERT (r16b == 635); in testMul()
22cL = 127; cR = -5; r16 = cL * cR; r16b = cR * cL; ASSERT (r16 == -635); ASSERT (r16b == -635); in testMul()
23cL = -127; cR = 5; r16 = cL * cR; r16b = cR * cL; ASSERT (r16 == -635); ASSERT (r16b == -635); in testMul()
24cL = 127; cR = 5; r16 = cL * cR; r16b = cR * cL; ASSERT (r16 == 635); ASSERT (r16b == 635); in testMul()
26cL = -128; cR = -1; ur8 = cL * cR; ur8b = cR * cL; ASSERT (ur8 == 128); ASSERT (ur8b == … in testMul()
27cL = 128; cR = -1; r8 = cL * cR; r8b = cR * cL; ASSERT ( r8 == -128); ASSERT ( r8b == -… in testMul()
28cL = -128; cR = 1; r8 = cL * cR; r8b = cR * cL; ASSERT ( r8 == -128); ASSERT ( r8b == -… in testMul()
29cL = 128; cR = 1; ur8 = cL * cR; ur8b = cR * cL; ASSERT (ur8 == 128); ASSERT (ur8b == … in testMul()
40 cL = -128; cR = -1; r16 = cL * cR; ASSERT (r16 == 128); in testMul()
59 cL = -128; cR = -2; r8 = cL / cR; ASSERT (r8 == 64); in testDiv()
[all …]
/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog_genome.c918 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_8_site_level()
975 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_8_site_level()
996 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_8_site_level()
1019 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_8_site_level()
1040 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_8_site_level()
1792 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_16_site_level()
1849 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_16_site_level()
1870 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_16_site_level()
1893 for (cL = 0; cL < glengthL - 1; cL++) { in bridge_intron_gap_16_site_level()
2397 for (cL = cloL; cL < chighL; cL++) { in bridge_intron_gap_intron_level()
[all …]
H A Ddynprog_cdna.c147 int rL, rR, cL, cR; in bridge_cdna_gap_8_ud() local
166 for (cL = 1; cL < glength; cL++) { in bridge_cdna_gap_8_ud()
198 *bestcL = cL; in bridge_cdna_gap_8_ud()
217 *bestcL = cL; in bridge_cdna_gap_8_ud()
242 *bestcL = cL; in bridge_cdna_gap_8_ud()
261 *bestcL = cL; in bridge_cdna_gap_8_ud()
280 for (cL = 1; cL < glength; cL++) { in bridge_cdna_gap_8_ud()
430 for (cL = 1; cL < glength; cL++) { in bridge_cdna_gap_16_ud()
544 for (cL = 1; cL < glength; cL++) { in bridge_cdna_gap_16_ud()
696 for (cL = 1; cL < glength; cL++) { in bridge_cdna_gap()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DOneDimQuinticSpline.h140 return a + cL * (b + cL * (c + cL * (d + cL * (e + cL * f)))); in quinticInterpolate()
145 du = b + cL * (2.0 * c + cL * (3.0 * d + cL * (4.0 * e + cL * f * 5.0))); in quinticInterpolateSecondDeriv()
146 d2u = 2.0 * c + cL * (6.0 * d + cL * (12.0 * e + cL * f * 20.0)); in quinticInterpolateSecondDeriv()
147 return a + cL * (b + cL * (c + cL * (d + cL * (e + cL * f)))); in quinticInterpolateSecondDeriv()
152 du = b + cL * (2.0 * c + cL * (3.0 * d + cL * (4.0 * e + cL * f * 5.0))); in quinticInterpolateThirdDeriv()
153 d2u = 2.0 * c + cL * (6.0 * d + cL * (12.0 * e + cL * f * 20.0)); in quinticInterpolateThirdDeriv()
154 d3u = 6.0 * d + cL * (24.0 * e + cL * f * 60.0); in quinticInterpolateThirdDeriv()
155 return a + cL * (b + cL * (c + cL * (d + cL * (e + cL * f)))); in quinticInterpolateThirdDeriv()
169 Td cL; in splint() local
185 Td cL; in splint() local
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DUnBoxProc.cpp170 cL[9] = cL[8]; cL[8] = cL[7]; cL[7] = cL[6]; cL[6] = cL[5]; in processReplacing()
171 cL[5] = cL[4]; cL[4] = cL[3]; cL[3] = cL[2]; cL[2] = cL[1]; in processReplacing()
172 cL[1] = cL[0]; cL[0] = accumulatorSampleL; in processReplacing()
174 accumulatorSampleL += (cL[1] * f[1]); in processReplacing()
175 accumulatorSampleL += (cL[2] * f[2]); in processReplacing()
176 accumulatorSampleL += (cL[3] * f[3]); in processReplacing()
177 accumulatorSampleL += (cL[4] * f[4]); in processReplacing()
178 accumulatorSampleL += (cL[5] * f[5]); in processReplacing()
400 cL[9] = cL[8]; cL[8] = cL[7]; cL[7] = cL[6]; cL[6] = cL[5]; in processDoubleReplacing()
401 cL[5] = cL[4]; cL[4] = cL[3]; cL[3] = cL[2]; cL[2] = cL[1]; in processDoubleReplacing()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_Matrix.res191 cL=
195 cL(1,1)=(1,1) cL(1,2)=(1,2) cL(1,3)=(1,3) cL(2,1)=(2,1) cL(2,2)=(2,2) cL(2,3)=(2,3)
196 *cL.begin()=(1,1) *(cL.end()-1)=(2,3)
199 cL(1,1)=11+i;cL(2,3)=23+i; -> cL=
202 cL.row(1,Vector<complex_t>(3,-i)); -> cL=
318 cL+=10
321 cL-=10
324 cL*=10
327 cL/=10
342 cL+=cLL
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/LCAO/
H A DMultiQuinticSpline1D.h138 const auto cL = myGrid.getCLForQuintic(r, loc); in evaluate() local
149 u[i] = a[i] + cL * (b[i] + cL * (c[i] + cL * (d[i] + cL * (e[i] + cL * f[i])))); in evaluate()
169 const auto cL = myGrid.getCLForQuintic(r, loc); in evaluate() local
189 u[i] = a[i] + cL * (b[i] + cL * (c[i] + cL * (d[i] + cL * (e[i] + cL * f[i])))); in evaluate()
190 …du[i] = b[i] + cL * (ctwo * c[i] + cL * (cthree * d[i] + cL * (cfour * e[i] + cL * f[i] * cfive))… in evaluate()
191 d2u[i] = ctwo * c[i] + cL * (csix * d[i] + cL * (c12 * e[i] + cL * f[i] * c20)); in evaluate()
214 const auto cL = myGrid.getCLForQuintic(r, loc); in evaluate() local
236 u[i] = a[i] + cL * (b[i] + cL * (c[i] + cL * (d[i] + cL * (e[i] + cL * f[i])))); in evaluate()
237 …du[i] = b[i] + cL * (ctwo * c[i] + cL * (cthree * d[i] + cL * (cfour * e[i] + cL * f[i] * cfive))… in evaluate()
238 d2u[i] = ctwo * c[i] + cL * (csix * d[i] + cL * (c12 * e[i] + cL * f[i] * c20)); in evaluate()
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Ditest_brute.c460 cL[0] = 0.0; in score_brute_profile()
461 cL[1] = esl_vec_DMax(cp, 6); in score_brute_profile()
462 cL[2] = esl_vec_DMax(cp+6, 4); in score_brute_profile()
468 cL[0] = 0.0; in score_brute_profile()
482 …jp[3] = cL[2] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
484 …jp[5] = cL[1] * zerofy(1.-p) * r * cL[2] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
485 …jp[6] = cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[2]; … in score_brute_profile()
486 …jp[7] = cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
489 …jp[10] = cL[1] * zerofy(1.-p) * zerofy(1.-r) * r * cL[1] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
490 …jp[11] = cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * zerofy(1.-r) * r * cL[1]; … in score_brute_profile()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/
H A Ditest_brute.c460 cL[0] = 0.0; in score_brute_profile()
461 cL[1] = esl_vec_DMax(cp, 6); in score_brute_profile()
462 cL[2] = esl_vec_DMax(cp+6, 4); in score_brute_profile()
468 cL[0] = 0.0; in score_brute_profile()
482 …jp[3] = cL[2] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
484 …jp[5] = cL[1] * zerofy(1.-p) * r * cL[2] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
485 …jp[6] = cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[2]; … in score_brute_profile()
486 …jp[7] = cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
489 …jp[10] = cL[1] * zerofy(1.-p) * zerofy(1.-r) * r * cL[1] * zerofy(1.-p) * r * cL[1]; … in score_brute_profile()
490 …jp[11] = cL[1] * zerofy(1.-p) * r * cL[1] * zerofy(1.-p) * zerofy(1.-r) * r * cL[1]; … in score_brute_profile()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/params/
H A DGOST3410ValidationParameters.java8 private long cL; field in GOST3410ValidationParameters
21 long cL) in GOST3410ValidationParameters() argument
24 this.cL = cL; in GOST3410ValidationParameters()
39 return cL; in getCL()
67 if (other.cL != this.cL) in equals()
82 return x0 ^ c ^ (int) x0L ^ (int)(x0L >> 32) ^ (int) cL ^ (int)(cL >> 32); in hashCode()
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dconelinei_intersector.h24 vbool<M> cL,cR; in intersect() local
25 line.gather(v0,v1,cL,cR,geom); in intersect()
35 vbool<M> cL,cR; in occluded() local
36 line.gather(v0,v1,cL,cR,geom); in occluded()
59 vbool<M> cL,cR; in intersect() local
70 vbool<M> cL,cR; in occluded() local
94 vbool<M> cL,cR; in intersect() local
95 line.gather(v0,v1,cL,cR,geom); in intersect()
105 vbool<M> cL,cR; in occluded() local
123 vbool<M> cL,cR; in intersect() local
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Matrix.cpp167 Matrix<complex_t> cLL = cL; in unit_Matrix()
168 …out << "cL=" << cL << "\nsize()=" << cL.size() << " vsize()=" << cL.vsize() << " hsize()=" << cL.h… in unit_Matrix()
170 …1)=" << cL(1, 1) << " cL(1,2)=" << cL(1, 2) << " cL(1,3)=" << cL(1, 3) << " cL(2,1)=" << cL(2, 1) … in unit_Matrix()
172 out << "cL.row(1)=" << cL.row(1) << " cL.row(2)=" << cL.row(2) << std::endl; in unit_Matrix()
173 …out << "cL.column(1)=" << cL.column(1) << " cL.column(2)=" << cL.column(2) << " cL.column(3)=" << in unit_Matrix()
174 cL(1, 1) = 11 + i_; cL(2, 3) = 23 + i_; in unit_Matrix()
180 cL.diag(cLL); in unit_Matrix()
184 cL.diag(5); in unit_Matrix()
186 cL.diag(cd); in unit_Matrix()
188 cL.adddiag(100 * i_); in unit_Matrix()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/f8/
H A Df8.cpp979 ROMC_03(cL); in f8_li()
989 ROMC_03(cL); in f8_ni()
1001 ROMC_03(cL); in f8_oi()
1013 ROMC_03(cL); in f8_xi()
1025 ROMC_03(cL); in f8_ai()
1037 ROMC_03(cL); in f8_ci()
1048 ROMC_03(cL); in f8_in()
1061 ROMC_03(cL); in f8_out()
1072 ROMC_03(cL); in f8_pi()
1086 ROMC_03(cL); in f8_jmp()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/f8/
H A Df8.cpp979 ROMC_03(cL); in f8_li()
989 ROMC_03(cL); in f8_ni()
1001 ROMC_03(cL); in f8_oi()
1013 ROMC_03(cL); in f8_xi()
1025 ROMC_03(cL); in f8_ai()
1037 ROMC_03(cL); in f8_ci()
1048 ROMC_03(cL); in f8_in()
1061 ROMC_03(cL); in f8_out()
1072 ROMC_03(cL); in f8_pi()
1086 ROMC_03(cL); in f8_jmp()
[all …]
/dports/math/R-cran-raster/raster/R/
H A Dcontour.R18cL <- grDevices::contourLines(x=xFromCol(x,1:ncol(x)), y=yFromRow(x, nrow(x):1), z=t((getValues(x,… functionVar
21 .contourLines2LineList <- function(cL) { argument
22 n <- length(cL)
25 crds <- cbind(cL[[i]][[2]], cL[[i]][[3]])
31 if (length(cL) < 1) stop("no contour lines")
32 cLstack <- tapply(1:length(cL), sapply(cL, function(x) x[[1]]), function(x) x, simplify = FALSE)
39 res[[i]] <- sp::Lines(.contourLines2LineList(cL[cLstack[[i]]]), ID = IDs[i])
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/parser/
H A DRdrHsSyn.hs838 | isRdrTyVar tv = return (cL l (KindedTyVar noExtField (cL lv tv) k))
840 | isRdrTyVar tv = return (cL l (UserTyVar noExtField (cL ltv tv)))
1014 = check [] (cL l orig_t)
1028 check _anns t = checkNoDocs msg t *> return ([],cL l [cL l orig_t])
1087 | isRdrDataCon c = return (cL loc (ConPatIn (cL l c) (PrefixCon args)))
1102 return (cL loc p)
1130 -> return (mkNPlusKPat (cL nloc n) (cL lloc lit))
2054 return (cL l hsHoleExpr)
2083 checkRecordSyntax (cL l r)
2171 checkRecordSyntax (cL l r)
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DRdrHsSyn.hs838 | isRdrTyVar tv = return (cL l (KindedTyVar noExtField (cL lv tv) k))
840 | isRdrTyVar tv = return (cL l (UserTyVar noExtField (cL ltv tv)))
1014 = check [] (cL l orig_t)
1028 check _anns t = checkNoDocs msg t *> return ([],cL l [cL l orig_t])
1087 | isRdrDataCon c = return (cL loc (ConPatIn (cL l c) (PrefixCon args)))
1102 return (cL loc p)
1130 -> return (mkNPlusKPat (cL nloc n) (cL lloc lit))
2054 return (cL l hsHoleExpr)
2083 checkRecordSyntax (cL l r)
2171 checkRecordSyntax (cL l r)
[all …]
/dports/comms/atslog/atslog-2.1.1/www/include/set/
H A Dfunctions.php718 $cL['day'] = (empty($local_day)) ? $day : $local_day;
719 $cL['mon'] = (empty($local_mon)) ? $mon : $local_mon;
724 if(!empty($local_order)) $cL['order'] = $local_order;
725 if(!empty($local_sortBy)) $cL['sortBy']= $local_sortBy;
726 $cL['type']= (empty($local_type)) ? $type : $local_type;
727 $cL['co'] = (empty($local_co)) ? $co : $local_co;
728 $cL['int'] = (empty($local_int)) ? $int : $local_int;
735 $cL['num'] = ($local_num == "") ? "$num" : "$local_num";
737 if(!empty($local_page)) $cL['page'] = $local_page;
738 if(!empty($rows)) $cL['rows'] = $rows;
[all …]
/dports/math/nauty/nauty27r3/
H A Dgentreeg.c390 if (cL == 0) { in Gen()
397 if (par[p-cL] < s) par[p]=par[p-cL]; in Gen()
399 par[p] = cL + par[p-cL]; in Gen()
402 if (((l-1)*2 < n) && (p-cL<=l) && ( in Gen()
403 ((p-cL+1<l) && (par[p-cL+1]==2) in Gen()
404 && (p-cL+2<=l) && (par[p-cL+2]==2)) /*case 1*/ in Gen()
405 || ((p-cL+1==l) && (par[p-cL+1]==2)) /*case 2*/ in Gen()
406 || (p-cL+1>l))) { /*case 3*/ in Gen()
407 s= par[p]; cL= p-s; in Gen()
410 if (par[p-cL]==2) par[p]=1; in Gen()
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dgentreeg.c333 if (cL == 0) { in Gen()
340 if (par[p-cL] < s) par[p]=par[p-cL]; in Gen()
342 par[p] = cL + par[p-cL]; in Gen()
345 if (((l-1)*2 < n) && (p-cL<=l) && ( in Gen()
346 ((p-cL+1<l) && (par[p-cL+1]==2) in Gen()
347 && (p-cL+2<=l) && (par[p-cL+2]==2)) /*case 1*/ in Gen()
348 || ((p-cL+1==l) && (par[p-cL+1]==2)) /*case 2*/ in Gen()
349 || (p-cL+1>l))) { /*case 3*/ in Gen()
350 s= par[p]; cL= p-s; in Gen()
353 if (par[p-cL]==2) par[p]=1; in Gen()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/f8/
H A Df8.cpp39 #define cL 6 macro
135 cpustate->icount -= cL; in ROMC_01()
148 cpustate->icount -= cL; in ROMC_02()
179 cpustate->icount -= cL; in ROMC_05()
188 cpustate->icount -= cL; in ROMC_06()
197 cpustate->icount -= cL; in ROMC_07()
210 cpustate->icount -= cL; in ROMC_08()
220 cpustate->icount -= cL; in ROMC_09()
230 cpustate->icount -= cL; in ROMC_0A()
240 cpustate->icount -= cL; in ROMC_0B()
[all …]
/dports/astro/R-cran-maptools/maptools/R/
H A Dsp_tools.R45 ContourLines2SLDF <- function(cL, proj4string=CRS(as.character(NA))) { argument
46 if (length(cL) < 1L) stop("cL too short")
47 cLstack <- tapply(1:length(cL), sapply(cL, function(x) x[[1]]),
55 res[[i]] <- Lines(.contourLines2LineList(cL[cLstack[[i]]]#,
63 .contourLines2LineList <- function(cL#, proj4string=CRS(as.character(NA)) argument
65 n <- length(cL)
68 crds <- cbind(cL[[i]][[2]], cL[[i]][[3]])
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellLocatorStrategy.cxx48 void vtkCellLocatorStrategy::SetCellLocator(vtkAbstractCellLocator* cL) in SetCellLocator() argument
50 if (cL != this->CellLocator) in SetCellLocator()
57 this->CellLocator = cL; in SetCellLocator()
59 if (cL != nullptr) in SetCellLocator()
61 cL->Register(this); in SetCellLocator()
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnPat.hs138 k (cL loc v))
225 ; return (cL loc name) }
396 ; name <- newPatName mk (cL loc rdr)
397 ; return (VarPat x (cL l name)) }
634 ; return (cL l (HsRecField
682 ; return [ cL loc (HsRecField
683 { hsRecFieldLbl = cL loc (FieldOcc sel (cL loc arg_rdr))
750 ; return (cL loc (HsVar noExtField (cL loc arg_rdr))) }
760 cL loc (Unambiguous sel_name (cL loc lbl))
762 cL loc (Unambiguous sel_name (cL loc lbl))
[all …]

12345678910>>...35