Home
last modified time | relevance | path

Searched refs:coe (Results 76 – 100 of 738) sorted by relevance

12345678910>>...30

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Der.cc669 int coe = CORNERS_OF_ELEM(son); in ExtractERule() local
678 ER_NCO(er,s) = coe; in ExtractERule()
679 for (j=0; j<coe; j++) in ExtractERule()
1322 int coe = CORNERS_OF_TAG(tag); in GetFSidesOfCorners() local
1337 else if (corners[co]<coe) in GetFSidesOfCorners()
1346 else if (corners[co]<(coe+eoe)) in GetFSidesOfCorners()
1349 int ed = corners[co]-coe; in GetFSidesOfCorners()
1364 else if (corners[co]<(coe+eoe+soe)) in GetFSidesOfCorners()
1367 int sd = corners[co]-(coe+eoe); in GetFSidesOfCorners()
1520 int coe = CORNERS_OF_TAG(HR_TAG(hr)); in HRule2Mrule() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/lowalgos/intss/
H A Dbug2519355 set coe [checkoverlapedges e1 e2]
57 puts "res_$ic <-> res_$jc: $coe"
58 if { [regexp "Edges are not overlapped" $coe] != 1 } {
H A Dbug567_156 set coe [checkoverlapedges e1 e2 5.0e-5]
58 puts "res_$ic <-> res_$ip: $coe"
59 if { [regexp "Edges are not overlapped" $coe] != 1 } {
/dports/math/gh-bc/bc-5.2.1/tests/fuzzing/
H A Dbc_afl.yaml27 …- afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p coe -S bc12 bin/bc -lq -e "…
55 …- afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p coe -S bc22 bin/bc -lq -e "…
83 …- afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p coe -S bc32 bin/bc -lq -e "…
111 …- afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p coe -S dc12 bin/dc -x -e "128…
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EAM_Dynamo__MD_120291908751_005/
H A DEAM_DynamoCubicHermiteSpline.cpp37 double * const coe) in SplineInterpolate() argument
40 for (int i = 0; i < n; ++i) { spline[i] = &coe[i * NUMBER_SPLINE_COEFF]; } in SplineInterpolate()
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EAM_CubicNaturalSpline__MD_853402641673_002/
H A DEAM_CubicNaturalSpline.cpp38 double * const coe) in SplineInterpolate() argument
41 for (int i = 0; i < n; ++i) { spline[i] = &coe[i * NUMBER_SPLINE_COEFF]; } in SplineInterpolate()
/dports/math/clingo/clingo-5.5.1/libgringo/tests/input/
H A Dlit_helper.hh37 inline CSPMulTerm cspmul(UTerm &&coe, UTerm &&var = nullptr) { in cspmul() argument
38 return CSPMulTerm(std::move(var), std::move(coe)); in cspmul()
/dports/sysutils/runit-faster/freebsd-runit-2.1.3.7/runit/src/
H A Drunsvdir.c147 coe(logpipe[1]); in setup_log()
148 coe(logpipe[0]); in setup_log()
195 coe(curdir); in main()
/dports/sysutils/runit/admin/runit-2.1.2/src/
H A Drunsvdir.c148 coe(logpipe[1]); in setup_log()
149 coe(logpipe[0]); in setup_log()
196 coe(curdir); in main()
/dports/devel/skalibs/skalibs-2.10.0.3/src/libstddjb/
H A Dchild_spawn1_internal.c23 if (coe(p[!(to & 1)]) < 0) goto err ; in child_spawn1_internal()
83 if (coe(p[0]) < 0 || pipecoe(syncpipe) < 0) goto err ; in child_spawn1_internal()
H A Dchild_spawn2.c43 if (ndelay_on(p[0][0]) < 0 || coe(p[0][0]) < 0 || pipe(p[1]) < 0) goto errp ; in child_spawn2()
44 if (ndelay_on(p[1][1]) < 0 || coe(p[1][1]) < 0) goto errp1 ; in child_spawn2()
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_dd.c155 int coe; member
206 if (iflag.coe || oflag.coe) { in print_stats()
769 ifp->coe = 0; in sg_read()
812 ifp->coe = 0; in sg_read()
840 if (0 == ifp->coe) { in sg_read()
865 corrct = (ifp->coe > 2) ? 1 : 0; in sg_read()
940 if (ifp->coe) { in sg_read()
1044 if (ofp->coe) { in sg_write()
1110 ++fp->coe; in process_flags()
1536 iflag.coe = sg_get_num(buf); in main()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/containerinfra/v1/
H A Dcontainerinfra.go22 func CreateClusterTemplateCOE(t *testing.T, client *gophercloud.ServiceClient, coe string) (*cluste…
29 t.Logf("Attempting to create %s cluster template: %s", coe, name)
33 COE: coe,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/containerinfra/v1/
H A Dcontainerinfra.go22 func CreateClusterTemplateCOE(t *testing.T, client *gophercloud.ServiceClient, coe string) (*cluste…
29 t.Logf("Attempting to create %s cluster template: %s", coe, name)
33 COE: coe,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/containerinfra/v1/
H A Dcontainerinfra.go22 func CreateClusterTemplateCOE(t *testing.T, client *gophercloud.ServiceClient, coe string) (*cluste…
29 t.Logf("Attempting to create %s cluster template: %s", coe, name)
33 COE: coe,
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/cloud/
H A Dtest_cluster_templates.py24 coe='fake-coe',
167 coe=cluster_template_obj.coe)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/containerinfra/v1/
H A Dcontainerinfra.go22 func CreateClusterTemplateCOE(t *testing.T, client *gophercloud.ServiceClient, coe string) (*cluste…
29 t.Logf("Attempting to create %s cluster template: %s", coe, name)
33 COE: coe,
/dports/net/wackamole/wackamole-2.1.5/
H A Dperl.c10 static SV *my_eval_sv(SV *sv, I32 coe) { in my_eval_sv() argument
23 if(coe && SvTRUE(ERRSV)) { in my_eval_sv()
/dports/mail/qmail/netqmail-1.06/
H A Dcoe.h4 extern int coe();
/dports/mail/qmail-contrib/fastforward-0.51/
H A Dcoe.h4 extern int coe();
/dports/mail/qconfirm/mail/qconfirm-0.14.3/src/
H A Dcoe.h6 extern int coe(int);
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dcoe.h4 extern int coe();
/dports/mail/qmail-dk/qmail-1.03/
H A Dcoe.h4 extern int coe();
/dports/mail/qmail-tls/netqmail-1.06/
H A Dcoe.h4 extern int coe();
/dports/sysutils/socklog/admin/socklog-2.1.0/src/
H A Dcoe.h6 extern int coe(int);

12345678910>>...30