Home
last modified time | relevance | path

Searched +refs:ci +refs:delta2 (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DWith.hs101 SplitTel delta1 delta2 perm = splitTelescope fv delta
106 rho = strengthenS impossible $ size delta2
115 in (delta1, delta2, perm, t', vtys')
142 d2b <- telePiPath_ delta2 b bndry
161 where sd2 = size delta2
162 lams u = teleNoAbs wtel (abstract delta2 u)
399 implicit (A.ConP ci _ _) = conPatOrigin ci == ConOSystem
467 q'@(ConP c ci qs') -> do
590 stripConP d us b c ci qs' ps' = do
666 let arity0 = n + size delta1 + size delta2
[all …]
/dports/math/R-cran-VGAM/VGAM/man/
H A Drrvglm.Rd245 # Example 1: RR negative binomial with Var(Y) = mu + delta1 * mu^delta2
248 delta2 <- 1.5 # Specify this; should be greater than unity
249 a21 <- 2 - delta2
255 main = paste("Var(Y) = mu + ", delta1, " * mu^", delta2, sep = ""))
263 (delta2.hat <- 2 - a21.hat)
267 # Obtain a 95 percent confidence interval for delta2:
269 ci.a21 <- a21.hat + c(-1, 1) * 1.96 * se.a21.hat
270 (ci.delta2 <- 2 - rev(ci.a21)) # The 95 percent confidence interval
H A Dnegbinomial.Rd661 \eqn{Var(Y)=\mu+\delta_1 \mu^{\delta_2}}{Var(Y) = mu + delta1 * mu^delta2}
663 and \eqn{\delta_2}{delta2}
665 Confidence intervals are available for \eqn{\delta_2}{delta2},
767 ci.mydiff <- mydiff + c(-1.96, 1.96) * c(se.mydiff)
768 ci.delta0 <- ci.exp.mydiff <- exp(ci.mydiff)
769 (ci.phi0 <- 1 + 1 / rev(ci.delta0)) # The 95 percent conf. interval for phi0
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/jsondiffpatch/
H A DREADME.md5 [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/be…
36 [![Testling Status](https://ci.testling.com/benjamine/jsondiffpatch.png)](https://ci.testling.com/b…
40 * Node.js [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis…
77 var delta2 = jsondiffpatch.diff(country, country2);
78 assert(delta2 === undefined)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/hgvs/
H A Dvariation_util.cpp707 for(CFeat_CI ci(*m_scope, v.GetLocation(), sel); ci; ++ci) { in x_ProtToPrecursor() local
755 CRef<CDelta_item> delta2(new CDelta_item); in x_ProtToPrecursor() local
756 delta2->SetSeq().SetLiteral().SetLength(variant_codon.length()); in x_ProtToPrecursor()
757 delta2->SetSeq().SetLiteral().SetSeq_data().SetIupacna().Set(variant_codon); in x_ProtToPrecursor()
765 inst2.SetDelta().push_back(delta2); in x_ProtToPrecursor()
1028 for(CFeat_CI ci(*m_scope, nuc_variation_feat.GetLocation(), sel); ci; ++ci) { in PrecursorToProt() local
1359 for(CFeat_CI ci(*m_scope, *loc, sel); ci; ++ci) { in SetVariantProperties() local
1421 for(CFeat_CI ci(bsh, sel); ci; ++ci) { in SetVariantProperties() local
1442 for(CFeat_CI ci(*m_scope, *loc, sel); ci; ++ci) { in SetVariantProperties() local
1485 for(CFeat_CI ci(*m_scope, *neighborhood_loc, gene_sel); ci; ++ci) { in SetVariantProperties() local
[all …]
H A Dvariation_util2.cpp251 for(CFeat_CI ci(bsh, sel); ci; ++ci) { in CheckExonBoundary() local
1571 CRef<CDelta_item> delta2(new CDelta_item); in x_InferNAfromAA() local
1572 delta2->SetSeq().SetLiteral().SetLength(variant_codon.length()); in x_InferNAfromAA()
1573 delta2->SetSeq().SetLiteral().SetSeq_data().SetIupacna().Set(variant_codon); in x_InferNAfromAA()
1591 inst2.SetDelta().push_back(delta2); in x_InferNAfromAA()
3294 for(CFeat_CI ci(bsh, sel); ci; ++ci) { in GetEffectiveTranscriptLength() local
3445 for(CSeq_loc_CI ci(loc); ci; ++ci) { in x_Add() local
3524 for(CAlign_CI ci(bsh); ci; ++ci) { in GetFocusLocusIDs() local
3582 for(ci.Rewind(); ci; ++ci) { in s_GetGeneIdForProduct()
3625 for(ci.Rewind(); ci; ++ci) { in x_Index()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/ndimage/src/
H A Dni_morphology.c350 NI_FilterIterator fi, ci; in NI_BinaryErosion2() local
381 PyArray_DIMS(array), origins, &ci)) { in NI_BinaryErosion2()
923 double delta2 = 0.0; in _VoronoiFT() local
928 delta2 += t * t; in _VoronoiFT()
930 if (delta1 <= delta2) in _VoronoiFT()
932 delta1 = delta2; in _VoronoiFT()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DCovariance.cpp482 const Covariance ci = my at [i]; in Covariances_equality() local
484 lnd = NUMdeterminant_fromSymmetricMatrix (ci -> data.get()); in Covariances_equality()
488 nsi += 1.0 / (ci -> numberOfObservations - 1); in Covariances_equality()
489 m -= (ci -> numberOfObservations - 1) * lnd; // Last part of eq (3) page 297 in Covariances_equality()
508 const Covariance ci = my at [i]; in Covariances_equality() local
509 const double ni = ci -> numberOfObservations - 1; in Covariances_equality()
510 autoMAT s1 = mul_MAT (ci -> data.get(), si.get()); in Covariances_equality()
559 const double delta = 1.0 + beta2 * (4.0 + 3.0 * beta2), delta2 = delta * delta; // page 15 in Covariance_TableOfReal_normalityTest_BHEP() local
608 … pow (delta, -d2) * (1.0 + 3.0 * d * beta4 / (2.0 * delta) + d * (d + 2) * beta8 / (2.0 * delta2)); in Covariance_TableOfReal_normalityTest_BHEP()
/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DMetric.cpp74 const double delta2 = sqrt(delta); in ReductionSimultanee() local
75 l1 = (-b - delta2) / (2 * a); in ReductionSimultanee()
76 l2 = (-b + delta2) / (2 * a); in ReductionSimultanee()
685 Real8 ci; in IntersectConsMetric() local
690 ci = coef2 / Max(xx, rCutOff); in IntersectConsMetric()
692 ci = cnorm; in IntersectConsMetric()
697 Metric Miv(dxdx[iv] * ci, dxdy[iv] * ci, dydy[iv] * ci); in IntersectConsMetric()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMetric.cpp80 const double delta2 = sqrt(delta); in ReductionSimultanee() local
81 l1= (-b - delta2)/(2*a); in ReductionSimultanee()
82 l2= (-b + delta2)/(2*a); in ReductionSimultanee()
745 Real8 ci ; in IntersectConsMetric() local
752 ci = coef2/Max(xx,rCutOff); in IntersectConsMetric()
754 else ci = cnorm; in IntersectConsMetric()
759 Metric Miv(dxdx[iv]*ci, dxdy[iv]*ci, dydy[iv]*ci); in IntersectConsMetric()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DLHS.hs206 Con c ci es -> do
1125 delta2 = applySubst sigma delta2' function
1136 delta' = abstract gamma delta2
1153 let delta2 = absApp adelta2 (Lit lit) function
1154 delta' = abstract delta1 delta2
1155 rho = singletonS (size delta2) (litP lit)
1194 let delta2 = absBody adelta2 function
1209 (addContext ("x" :: String, dom) (prettyTCM delta2))
1233 addContext delta1 $ checkSortOfSplitVar dr a delta2 (Just target)
1388 delta2' = applyPatSubst rho3 delta2 function
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/tests/x509/
H A Dtest_x509_ext.py246 assert len(ci) == 2
262 assert ci[-1] == ci[4]
263 assert ci[2:6:2] == [ci[2], ci[4]]
340 delta2 = x509.DeltaCRLIndicator(1)
341 assert delta1 == delta2
345 delta2 = x509.DeltaCRLIndicator(2)
346 assert delta1 != delta2
355 delta2 = x509.DeltaCRLIndicator(1)
357 assert hash(delta1) == hash(delta2)
4437 assert ci[-1] == ci[4]
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Ddrawing.cpp1112 int delta1, delta2; in FillConvexPoly() local
1115 delta1 = delta2 = XY_ONE >> 1; in FillConvexPoly()
1117 delta1 = XY_ONE - 1, delta2 = 0; in FillConvexPoly()
1234 int xx2 = (int)((edge[right].x + delta2) >> XY_SHIFT); in FillConvexPoly()
2446 Mat ci = contours.getMat(i); in addChildContour() local
2448 !ci.empty() ? (void*)ci.ptr() : 0, (int)ci.total(), in addChildContour()
2497 Mat ci = _contours.getMat((int)i); in drawContours() local
2498 if( ci.empty() ) in drawContours()
2500 int npoints = ci.checkVector(2, CV_32S); in drawContours()
2503 ci.ptr(), npoints, &seq[i], &block[i] ); in drawContours()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DBasicOps.hs846 (delta1, delta2, _, a', vtys') = splitTelForWith tel a vtys function
848 …< cleanupType arity args =<< normalForm norm =<< fst <$> withFunctionType delta1 vtys' delta2 a' []
859 , TP.nest 2 $ "delta2 = " TP.<+> inTopContext (addContext delta1 $ prettyTCM delta2)
860 …, TP.nest 2 $ "a' = " TP.<+> inTopContext (addContext delta1 $ addContext delta2 $ prettyTCM a…
915 I.Con c ci args -> I.Con c ci <$> onNamesArgs f args
/dports/science/tfel/tfel-3.4.0/docs/mtest/
H A Dmtest.tex.in53 \newcommand{\jenkins}{\href{http://jenkins-ci.org/}{\texttt{jenkins}}}
161 très utile et apprécié des utilisateurs de \mfront{} qui
281 jenkins}\footnote{\href{http://jenkins-ci.org}{http://jenkins-ci.org}}
304 \subsection{Un outil apprécié par les utilisateurs de \mfront{}}
309 développement de \mfront{}, \mtest{} semble apprécié des utilisateurs
1201 définies précédemment, à condition que celles-ci soient constantes
1495 si celle-ci n'est pas encore spécifiée, l'hypothèse par défaut sera
1879 développement de \mfront{}, \mtest{} semble apprécié des utilisateurs
1945 \begin{equation} \label{eq:crossed-delta2}
1951 \begin{equation} \label{eq:alternate-delta2}
/dports/science/tfel-edf/tfel-3.2.1/docs/mtest/
H A Dmtest.tex.in53 \newcommand{\jenkins}{\href{http://jenkins-ci.org/}{\texttt{jenkins}}}
161 très utile et apprécié des utilisateurs de \mfront{} qui
281 jenkins}\footnote{\href{http://jenkins-ci.org}{http://jenkins-ci.org}}
304 \subsection{Un outil apprécié par les utilisateurs de \mfront{}}
309 développement de \mfront{}, \mtest{} semble apprécié des utilisateurs
1201 définies précédemment, à condition que celles-ci soient constantes
1495 si celle-ci n'est pas encore spécifiée, l'hypothèse par défaut sera
1879 développement de \mfront{}, \mtest{} semble apprécié des utilisateurs
1945 \begin{equation} \label{eq:crossed-delta2}
1951 \begin{equation} \label{eq:alternate-delta2}
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS27425 arch-ci-mswin-intel.py:^?arch-ci-mswin-intel.py^A,1
27431 arch-ci-linux-nagfor.py:^?arch-ci-linux-nagfor.py^A,1
27440 arch-ci-mswin-uni.py:^?arch-ci-mswin-uni.py^A,1
27458 arch-ci-linux-knl.py:^?arch-ci-linux-knl.py^A,1
27485 arch-ci-mswin-gnu.py:^?arch-ci-mswin-gnu.py^A,1
27488 arch-ci-linux-ILP64.py:^?arch-ci-linux-ILP64.py^A,1
27506 arch-ci-linux-pgi.py:^?arch-ci-linux-pgi.py^A,1
27515 arch-ci-linux-gcov.py:^?arch-ci-linux-gcov.py^A,1
27518 arch-ci-osx-dbg.py:^?arch-ci-osx-dbg.py^A,1
27539 arch-ci-linux-intel.py:^?arch-ci-linux-intel.py^A,1
[all …]
H A DCTAGS39715 ci src/tao/constrained/impls/ipm/ipm.h /^ Vec ci;$/;" m language:C++ struct:__anon150
39716 ci src/tao/constrained/impls/ipm/pdipm.h /^ Vec ce,ci; \/* equality and inequality constraint…
39717 ci src/tao/constrained/tutorials/ex1.c /^ Vec ce,ci,bl,bu,Xseq;$/;" m language:C struct:__ano…
39718 ci src/tao/constrained/tutorials/toy.c /^ Vec ce,ci,bl,bu;$/;" m language:C struct:__anon155 …
39719 ci src/tao/constrained/tutorials/toyf.h /^ Vec ce,ci,bl,bu$/;" v language:C++
39720 ci src/tao/constrained/tutorials/toyf.h /^ common \/userctx\/ x0,xl,xu,ce,ci,bl,bu,Ae,Ai,Hess,…
41573 delta2 src/snes/impls/tr/trimpl.h /^ PetscReal delta2; \/* used to compute trust regi…
73569 os config/examples/arch-ci-linux-knl.py /^import os$/;" i language:Python
73579 os config/examples/arch-ci-linux-pgi.py /^import os$/;" i language:Python
73607 os config/examples/arch-ci-mswin-uni.py /^import os$/;" i language:Python
[all …]
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dplot.c9982 double delta2; /* Increment between minor ticks below major tick */ in DrawTicks() local
10032 delta2 = 0.0; in DrawTicks()
10100 delta2 = delta1; in DrawTicks()
10125 delta2 = delta1 / gap[ axis ]; in DrawTicks()
10140 minval = *value + minlo*delta2; in DrawTicks()
10154 minval += ( i < 0 ) ? delta2 : delta1; in DrawTicks()
30533 int ci; /* Index of current frame */ in astInitPlot_() local
30721 ci = astGetCurrent( fset ); in astInitPlot_()
30734 astSetCurrent( (AstFrameSet *) new, ci + 1 ); in astInitPlot_()
30737 astSetCurrent( fset, ci ); in astInitPlot_()
/dports/math/alglib/alglib-cpp/src/
H A Dinterpolation.cpp23266 double delta2; in spline1dgriddiff2cubic() local
23355 delta2 = ae_sqr(delta, _state); in spline1dgriddiff2cubic()
23356 delta3 = delta*delta2; in spline1dgriddiff2cubic()
24215 double delta2; in spline1dbuildhermite() local
24261 delta3 = delta*delta2; in spline1dbuildhermite()
42674 ae_int_t ci; in spline2dunpackv() local
42769 for(ci=0; ci<=3; ci++) in spline2dunpackv()
43052 ae_int_t ci; in spline2dunpack() local
43152 for(ci=0; ci<=3; ci++) in spline2dunpack()
52755 ae_int_t ci; in spline3dunpackv() local
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dinterpolation.cpp22706 double delta2; in spline1dgriddiff2cubic() local
22795 delta2 = ae_sqr(delta, _state); in spline1dgriddiff2cubic()
22796 delta3 = delta*delta2; in spline1dgriddiff2cubic()
23655 double delta2; in spline1dbuildhermite() local
23701 delta3 = delta*delta2; in spline1dbuildhermite()
29696 ae_int_t ci; in spline3dunpackv() local
29767 for(ci=0; ci<=1; ci++) in spline3dunpackv()
45126 ae_int_t ci; in spline2dunpackv() local
45221 for(ci=0; ci<=3; ci++) in spline2dunpackv()
45504 ae_int_t ci; in spline2dunpack() local
[all …]
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h6091 #define cimg_strunescape(ci,co) case ci : *nd = co; ++ns; break;
45378 const int delta2 = delta>>1;
45384 … const int x1 = (x0 + delta)%w, y1 = (y0 + delta)%h, xc = (x0 + delta2)%w, yc = (y0 + delta2)%h;
45391 for (int y = -delta2; y<h; y+=delta)
45394 xc = (x0 + delta2)%w, yc = (y + delta2)%h;
45402 xc = (x + delta2)%w, yc = (y0 + delta2)%h;
45410 xc = (x + delta2)%w, yc = (y + delta2)%h;
45469 double zr, zi, cr, ci;
45470 if (is_julia_set) { zr = x; zi = y; cr = param_r; ci = param_i; }
45471 else { zr = param_r; zi = param_i; cr = x; ci = y; }
[all …]
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h6900 #define cimg_strunescape(ci,co) case ci : *nd = co; ++ns; break;
46777 const int delta2 = delta>>1;
46783 … const int x1 = (x0 + delta)%w, y1 = (y0 + delta)%h, xc = (x0 + delta2)%w, yc = (y0 + delta2)%h;
46790 for (int y = -delta2; y<h; y+=delta)
46793 xc = (x0 + delta2)%w, yc = (y + delta2)%h;
46801 xc = (x + delta2)%w, yc = (y0 + delta2)%h;
46809 xc = (x + delta2)%w, yc = (y + delta2)%h;
46870 double zr, zi, cr, ci;
46871 if (is_julia_set) { zr = x; zi = y; cr = param_r; ci = param_i; }
46872 else { zr = param_r; zi = param_i; cr = x; ci = y; }
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h6053 #define cimg_strunescape(ci,co) case ci : *nd = co; ++ns; break;
45378 const int delta2 = delta>>1;
45384 … const int x1 = (x0 + delta)%w, y1 = (y0 + delta)%h, xc = (x0 + delta2)%w, yc = (y0 + delta2)%h;
45391 for (int y = -delta2; y<h; y+=delta)
45394 xc = (x0 + delta2)%w, yc = (y + delta2)%h;
45402 xc = (x + delta2)%w, yc = (y0 + delta2)%h;
45410 xc = (x + delta2)%w, yc = (y + delta2)%h;
45469 double zr, zi, cr, ci;
45470 if (is_julia_set) { zr = x; zi = y; cr = param_r; ci = param_i; }
45471 else { zr = param_r; zi = param_i; cr = x; ci = y; }
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h5435 #define cimg_strunescape(ci,co) case ci : *nd = co; ++ns; break;
42561 const int delta2 = delta>>1;
42567 … const int x1 = (x0 + delta)%w, y1 = (y0 + delta)%h, xc = (x0 + delta2)%w, yc = (y0 + delta2)%h;
42574 for (int y = -delta2; y<h; y+=delta)
42577 xc = (x0 + delta2)%w, yc = (y + delta2)%h;
42585 xc = (x + delta2)%w, yc = (y0 + delta2)%h;
42593 xc = (x + delta2)%w, yc = (y + delta2)%h;
42652 double zr, zi, cr, ci;
42653 if (is_julia_set) { zr = x; zi = y; cr = param_r; ci = param_i; }
42654 else { zr = param_r; zi = param_i; cr = x; ci = y; }
[all …]

12