Home
last modified time | relevance | path

Searched refs:ell1 (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/py-yt/yt-4.0.1/yt/data_objects/tests/
H A Dtest_boolean_regions.py302 i1 = ell1["index", "morton_index"]
309 bo1 = ell1 & ell2
310 bo2 = ell1 - ell2
311 bo3 = ell1 | ell2
312 bo4 = ds.union([ell1, ell2])
336 bo6 = ell1 ^ ell2
355 bo1 = ell1 & ell2
356 bo2 = ell1 - ell2
357 bo3 = ell1 | ell2
358 bo4 = ds.union([ell1, ell2])
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug304337 mkedge ell1 e1
8 wire w1 ell1
/dports/math/R-cran-survey/survey/R/
H A Drsquared.R11 ell1<-as.vector(logLik(object)) functionVar
14 mutualinf<- -2*(ell1-ell0)/n
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Mesh_gmsh.cpp312 Mesh mesh2dP1Composite1(ell1-ell2, _triangle, 1, _gmsh); in unit_Mesh_gmsh()
323 Mesh mesh2dP1Composite2(ell1+ell2, _triangle, 1, _gmsh); in unit_Mesh_gmsh()
334 Mesh mesh2dP1Composite3((ell1+rect1)-ell2, _triangle, 1, _gmsh); in unit_Mesh_gmsh()
345 Mesh mesh2dP1Composite4((ell1+rect1)+ell2, _triangle, 1, _gmsh); in unit_Mesh_gmsh()
378 Mesh mesh2dP1Composite7((ell1+rect1)-(ell2+ell3), _triangle, 1, _gmsh); in unit_Mesh_gmsh()
389 Mesh mesh2dP1Composite8((ell1+rect1)+(ell2+ell3), _triangle, 1, _gmsh); in unit_Mesh_gmsh()
586 Geometry g=ell1-sf1; in unit_Mesh_gmsh()
599 Mesh mesh2dP1CompositeLoopHole2(ell1+sf1, _triangle, 1, _gmsh); in unit_Mesh_gmsh()
632 Mesh mesh2dP1CompositeLoopHole5(sf1+ell1, _triangle, 1, _gmsh); in unit_Mesh_gmsh()
795 g=ell1+rect2; in unit_Mesh_gmsh()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_2/
H A Dbug5805_3415 ellipse ell1 ${x1} 0 0 1 0 0 5 3
16 mkedge ee1 ell1
H A Dbug5805_3515 ellipse ell1 ${x1} 0 0 1 0 0 5 3
16 mkedge ee1 ell1
H A Dbug5805_3315 ellipse ell1 ${x1} 0 0 1 0 0 5 3
16 mkedge ee1 ell1
H A Dbug5805_3615 ellipse ell1 ${x1} 0 0 1 0 0 5 3
16 mkedge ee1 ell1
/dports/math/gambit/gambit-16.0.1/src/python/gambit/
H A Dpctrace.py197 def givens(b, q, c1, c2, ell1, ell2, ell3): argument
209 sv1 = q[ell1, k]
211 q[ell1, k] = s1*sv1 + s2*sv2
215 sv1 = b[ell1, k]
217 b[ell1, k] = s1*sv1 + s2*sv2
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPeriodic_4_hyperbolic_Delaunay_triangulation_traits_2.h271 Hyperbolic_point_2 operator()(const Euclidean_line_2& ell1, const Euclidean_line_2& ell2) in operator()
273 if(std::fabs(CGAL::to_double(ell1.b())) < 1e-16) in operator()
274 std::swap(ell1, ell2); in operator()
276 …double a1 = CGAL::to_double(ell1.a()), b1 = CGAL::to_double(ell1.b()), c1 = CGAL::to_double(ell1.c… in operator()
404 Euclidean_segment_2* ell1 = boost::get<Euclidean_segment_2>(&s1); in operator() local
407 … std::pair<Hyperbolic_point_2, Hyperbolic_point_2> res = operator()(ell1->supporting_line(), in operator()
420 Hyperbolic_point_2 p1 = operator()(ell1->supporting_line(), ell2->supporting_line()); in operator()
H A DHyperbolic_Delaunay_triangulation_traits_2.h219 Euclidean_segment_2* ell1 = boost::get<Euclidean_segment_2>(&s1); in operator() local
222 std::pair<Hyperbolic_point_2, Hyperbolic_point_2> res = operator()(ell1->supporting_line(), in operator()
235 Hyperbolic_point_2 p1 = operator()(ell1->supporting_line(), ell2->supporting_line()); in operator()
/dports/math/eclib/eclib-20210318/libsrc/
H A Disogs.cc69 bigint ell1, ad4, ad6, lad4, lad6; in lisog() local
78 ell1 = ell; in lisog()
79 bigint ell2 = sqr(ell1); in lisog()
80 bigint ell3 = ell1*ell2; in lisog()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbnflog.c146 ell1(GEN ell) { return equaliu(ell,2)? utoipos(5): addiu(ell,1); } in ell1() function
191 GEN v = cgetg(l, t_VEC), degell = Qp_log( cvtop(ell1(ell), ell, prec) ); in get_vdegS()
500 if (s) NA0 = gmul(NA0, gpowgs(ell1(ell), s)); in bnflogdegree()
/dports/lang/mosh/mosh-0.2.7/tests/mylib/
H A Dhurtme.ss149 ((_ ?eq ?ell1 ?ell2)
150 (let loop ((ell1 ?ell1)
152 (cond ((null? ell1)
155 (null? ell1))
156 ((?eq (car ell1) (car ell2))
157 (loop (cdr ell1) (cdr ell2)))
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.positive.R329 ell1 <- x * log(prob) + (1 - x) * log1p(-prob) - log1p(-AA0) / ncol(x) functionVar
330 if (log.arg) ell1 else exp(ell1)
H A Dfamily.censored.R505 ell1 <- -log(sdv[cen0]) - functionVar
511 sum(w[cen0] * ell1) +
H A Dfamily.extremes.R2541 ell1 <- -log(sc[cen0]) - zedd[cen0] - exp(-zedd[cen0]) functionVar
2546 sum(w[cen0] * ell1) + sum(w[cenL] * ell2) + sum(w[cenU] * ell3)
H A Dfamily.bivariate.R2297 ell1 <- log(alpha[tmp88]) + log(betap[tmp88]) - functionVar
2304 all.vec[ tmp88] <- ell1
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/langs/natural/hyphen/
H A Dhyphen.hungarian14041 ell1órá
/dports/www/firefox-esr/firefox-91.8.0/intl/locales/hu/hyphenation/
H A Dhyph_hu.dic17860 ell1ó1rá
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/hyphdicts/
H A Dhyph_hu.dic17989 ell1�1r�
/dports/lang/spidermonkey78/firefox-78.9.0/intl/locales/hu/hyphenation/
H A Dhyph_hu.dic17860 ell1ó1rá
/dports/www/firefox/firefox-99.0/intl/locales/hu/hyphenation/
H A Dhyph_hu.dic17860 ell1ó1rá
/dports/mail/thunderbird/thunderbird-91.8.0/intl/locales/hu/hyphenation/
H A Dhyph_hu.dic17860 ell1ó1rá
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locales/hu/hyphenation/
H A Dhyph_hu.dic17860 ell1ó1rá

12