Home
last modified time | relevance | path

Searched refs:eto (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/dports/japanese/today/ja-today-2.12_2/
H A Drekichu.c182 if (calendar.eto == 0 &&
208 if (calendar.eto <= 4 ||
209 (calendar.eto >= 15 && calendar.eto <= 19) ||
210 (calendar.eto >= 45 && calendar.eto <= 49)) {
499 if (calendar.eto == 48 || calendar.eto == 50 || calendar.eto == 51 ||
500 calendar.eto == 53 || calendar.eto == 55 || calendar.eto == 56 ||
501 calendar.eto == 57 || calendar.eto == 59) {
514 if (calendar.eto >= 20 && calendar.eto <= 29) {
523 if (calendar.eto >= 29 && calendar.eto <= 44) {
532 if (calendar.eto >= 6 && calendar.eto <= 12) {
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DUmatSmallStrainMTestFileGenerator.cxx28 std::fill(eto,eto+6,0.); in UmatSmallStrainMTestFileGenerator()
46 std::copy(e,e+this->getStensorSize(),this->eto); in setStrainTensor()
89 os << this->eto[i]; in writeGradients()
91 os << this->eto[i] * icste; in writeGradients()
104 << this->eto[i] << "," << t1 << ":" << this->eto[i] + this->deto[i] in writeGradients()
109 << this->eto[i] * icste << "," << t1 << ":" in writeGradients()
110 << (this->eto[i] + this->deto[i]) * icste << "};\n"; in writeGradients()
H A DEuroplexusFiniteStrain.cxx28 void computeGreenLagrangeStrain(EuroplexusReal * const eto, in computeGreenLagrangeStrain() argument
37 StensorView<2u,real> e(eto); in computeGreenLagrangeStrain()
42 StensorView<3u,real> e(eto); in computeGreenLagrangeStrain()
141 EuroplexusReal * const eto, in computeLogarithmicStrainAndDerivative() argument
147 tfel::math::StensorView<2u,EuroplexusReal> e(eto); in computeLogarithmicStrainAndDerivative()
155 tfel::math::StensorView<3u,EuroplexusReal> e(eto); in computeLogarithmicStrainAndDerivative()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DUmatSmallStrainMTestFileGenerator.cxx32 std::fill(eto,eto+6,0.); in UmatSmallStrainMTestFileGenerator()
52 std::copy(e,e+this->getStensorSize(),this->eto); in setStrainTensor()
98 os << this->eto[i]; in writeGradients()
100 os << this->eto[i] * icste; in writeGradients()
112 << t0 << ":" << this->eto[i]<< "," in writeGradients()
113 << t1 << ":" << this->eto[i]+this->deto[i]<< "};\n"; in writeGradients()
117 << t0 << ":" << this->eto[i]*icste << "," in writeGradients()
118 << t1 << ":" << (this->eto[i]+this->deto[i])*icste << "};\n"; in writeGradients()
H A DEuroplexusFiniteStrain.cxx28 void computeGreenLagrangeStrain(EuroplexusReal * const eto, in computeGreenLagrangeStrain() argument
37 StensorView<2u,real> e(eto); in computeGreenLagrangeStrain()
42 StensorView<3u,real> e(eto); in computeGreenLagrangeStrain()
141 EuroplexusReal * const eto, in computeLogarithmicStrainAndDerivative() argument
147 tfel::math::StensorView<2u,EuroplexusReal> e(eto); in computeLogarithmicStrainAndDerivative()
155 tfel::math::StensorView<3u,EuroplexusReal> e(eto); in computeLogarithmicStrainAndDerivative()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/common_sources/
H A Dcopy.c73 FILE *eto; local
77 eto = esysdep_fopen (zto, fpublic, FALSE, fmkdirs);
78 if (eto == NULL)
83 if (fwrite (ab, sizeof (char), (size_t) c, eto) != c)
86 (void) fclose (eto);
94 (void) fclose (eto);
100 if (! fsysdep_sync (eto, zto))
102 (void) fclose (eto);
107 if (fclose (eto) != 0)
212 (void) fclose (eto);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/mrcc/
H A Dtce_mrcc_calcexcit.F1 subroutine tce_mrcc_calcexcit(erank,efrom,eto,espin,jr,ir,norb, argument
14 integer norb,erank,efrom,eto,espin,jr,ir,i,j,k,is
23 dimension efrom(maxexcit), eto(maxexcit),espin(maxexcit)
62 eto(erankto) = iphnum(i,maxref,is)
74 call tce_mrcc_sortint(erankfrom-erank,eto(erank+1))
118 eto(erankto) = iphnum(i,ir,is)
132 call tce_mrcc_sortint(erankfrom-erank,eto(erank+1))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/mrcc/
H A Dtce_mrcc_calcexcit.F1 subroutine tce_mrcc_calcexcit(erank,efrom,eto,espin,jr,ir,norb, argument
14 integer norb,erank,efrom,eto,espin,jr,ir,i,j,k,is
23 dimension efrom(maxexcit), eto(maxexcit),espin(maxexcit)
62 eto(erankto) = iphnum(i,maxref,is)
74 call tce_mrcc_sortint(erankfrom-erank,eto(erank+1))
118 eto(erankto) = iphnum(i,ir,is)
132 call tce_mrcc_sortint(erankfrom-erank,eto(erank+1))
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/Cyrano/
H A DCyranoBehaviourHandler.hxx71 CyranoReal eto[3]; in exe() local
98 CyranoReal eto[3]; in exe() local
105 b.setCYRANOBehaviourDataGradients(eto); in exe()
135 CyranoReal eto[3]; in exe() local
137 eto[0] = STRAN[0]; in exe()
138 eto[1] = STRAN[2]; in exe()
139 eto[2] = STRAN[1]; in exe()
158 CyranoReal eto[3]; in exe() local
160 eto[0] = STRAN[0]; in exe()
161 eto[1] = STRAN[2]; in exe()
[all …]
H A DCyranoGenericPlaneStressHandler.hxx118 CyranoReal eto[4]; in exe() local
133 &v[0],s,eto,deto,op); in exe()
144 &v[0],s,eto,deto,op); in exe()
160 &v[0],s,eto,deto,op); in exe()
204 CyranoReal *const eto, in iter()
217 copy<4>::exe(STRAN,eto); in iter()
219 eto[2] = STATEV[NSTATV_-1]; in iter()
223 GeneralisedPlaneStrainBehaviour::exe(DTIME,DROT,DDSOE,eto,deto,TEMP,DTEMP, in iter()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/Cyrano/
H A DCyranoBehaviourHandler.hxx71 CyranoReal eto[3]; in exe() local
98 CyranoReal eto[3]; in exe() local
105 b.setCYRANOBehaviourDataGradients(eto); in exe()
135 CyranoReal eto[3]; in exe() local
137 eto[0] = STRAN[0]; in exe()
138 eto[1] = STRAN[2]; in exe()
139 eto[2] = STRAN[1]; in exe()
158 CyranoReal eto[3]; in exe() local
160 eto[0] = STRAN[0]; in exe()
161 eto[1] = STRAN[2]; in exe()
[all …]
H A DCyranoGenericPlaneStressHandler.hxx118 CyranoReal eto[4];
133 &v[0],s,eto,deto,op);
144 &v[0],s,eto,deto,op);
160 &v[0],s,eto,deto,op);
204 CyranoReal *const eto,
217 copy<4>::exe(STRAN,eto);
219 eto[2] = STATEV[NSTATV_-1];
223 GeneralisedPlaneStrainBehaviour::exe(DTIME,DROT,DDSOE,eto,deto,TEMP,DTEMP,
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table-one.c224 ETableOne *eto; in e_table_one_new() local
228 eto = g_object_new (E_TYPE_TABLE_ONE, NULL); in e_table_one_new()
229 eto->source = source; in e_table_one_new()
232 eto->data = g_new (gpointer , col_count); in e_table_one_new()
234 eto->data[i] = e_table_model_initialize_value (source, i); in e_table_one_new()
240 return (ETableModel *) eto; in e_table_one_new()
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/
H A DElasticity.mfront44 sig = lambda*trace(eto+deto)*StrainStensor::Id()+2*mu*(eto+deto);
54 sig = Dt*(eto+deto);
61 sig = Dt*(eto+deto);
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/
H A DElasticity.mfront44 sig = lambda*trace(eto+deto)*StrainStensor::Id()+2*mu*(eto+deto);
54 sig = Dt*(eto+deto);
61 sig = Dt*(eto+deto);
/dports/games/qwdtools/mvdsv-0.34/tools/qwdtools/source/
H A Ddem_parse.c676 *eto = *efrom; in Dem_ParseDelta()
678 eto->number = bits & 511; in Dem_ParseDelta()
703 eto->flags = bits; in Dem_ParseDelta()
709 eto->frame = MSG_ReadByte (); in Dem_ParseDelta()
712 eto->colormap = MSG_ReadByte(); in Dem_ParseDelta()
715 eto->skinnum = MSG_ReadByte(); in Dem_ParseDelta()
718 eto->effects = MSG_ReadByte(); in Dem_ParseDelta()
730 eto->angles[0] = MSG_ReadAngle(); in Dem_ParseDelta()
767 eto->number += 512; in Dem_ParseDelta()
771 eto->number += 1024; in Dem_ParseDelta()
[all …]
/dports/games/mvdsv/mvdsv-0.34/tools/qwdtools/source/
H A Ddem_parse.c676 *eto = *efrom; in Dem_ParseDelta()
678 eto->number = bits & 511; in Dem_ParseDelta()
703 eto->flags = bits; in Dem_ParseDelta()
709 eto->frame = MSG_ReadByte (); in Dem_ParseDelta()
712 eto->colormap = MSG_ReadByte(); in Dem_ParseDelta()
715 eto->skinnum = MSG_ReadByte(); in Dem_ParseDelta()
718 eto->effects = MSG_ReadByte(); in Dem_ParseDelta()
730 eto->angles[0] = MSG_ReadAngle(); in Dem_ParseDelta()
767 eto->number += 512; in Dem_ParseDelta()
771 eto->number += 1024; in Dem_ParseDelta()
[all …]
/dports/mail/py-Products.SecureMailHost/Products.SecureMailHost-1.1.2/Products/SecureMailHost/tests/
H A Dtest_headerparsing.py39 eto = ",".join(result.mto)
43 if eto.find(addr) == -1:
44 self.fail("%s not in %s " % (addr, eto))
/dports/mail/postfix-logwatch/postfix-logwatch-1.40.03/
H A Dpostfix-logwatch3030 $Counts{$reject_name}{$fmthost}{$eto}++;
3094 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3099 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3106 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3110 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3562 my ($efrom,$eto,$proto,$helo) = strip_ftph($p1);
3577 $Counts{$reject_name}{$stage}{$reply}{$eto}++;
4157 my ($trigger,$host,$eto,$p4,$fmthost,$reject_name);
4164 ($trigger,$host,$eto,$p4) = ($1,$2,$3,$4);
4205 $eto = '*unknown' if ($eto eq '');
[all …]
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dpostfix3036 $Counts{$reject_name}{$fmthost}{$eto}++;
3100 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3105 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3112 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3116 $Counts{$reject_name}{$fmthost}{$eto}{$efrom}++;
3568 my ($efrom,$eto,$proto,$helo) = strip_ftph($p1);
3583 $Counts{$reject_name}{$stage}{$reply}{$eto}++;
4176 my ($trigger,$host,$eto,$p4,$fmthost,$reject_name);
4183 ($trigger,$host,$eto,$p4) = ($1,$2,$3,$4);
4224 $eto = '*unknown' if ($eto eq '');
[all …]
/dports/security/libressl-static/libressl-3.3.5/crypto/gost/
H A Dgostr341001_ameth.c592 GOST_KEY *eto = to->pkey.gost;
604 if (eto == NULL) {
605 eto = GOST_KEY_new();
606 if (eto == NULL) {
610 if (EVP_PKEY_assign(to, EVP_PKEY_base_id(from), eto) == 0) {
611 GOST_KEY_free(eto);
615 GOST_KEY_set_group(eto, GOST_KEY_get0_group(efrom));
616 GOST_KEY_set_digest(eto, GOST_KEY_get_digest(efrom));
617 if (GOST_KEY_get0_private_key(eto) != NULL)
618 ret = gost2001_compute_public(eto);
/dports/security/libressl/libressl-3.4.3/crypto/gost/
H A Dgostr341001_ameth.c591 GOST_KEY *eto = to->pkey.gost; in param_copy_gost01() local
603 if (eto == NULL) { in param_copy_gost01()
604 eto = GOST_KEY_new(); in param_copy_gost01()
605 if (eto == NULL) { in param_copy_gost01()
609 if (EVP_PKEY_assign(to, EVP_PKEY_base_id(from), eto) == 0) { in param_copy_gost01()
610 GOST_KEY_free(eto); in param_copy_gost01()
614 GOST_KEY_set_group(eto, GOST_KEY_get0_group(efrom)); in param_copy_gost01()
615 GOST_KEY_set_digest(eto, GOST_KEY_get_digest(efrom)); in param_copy_gost01()
616 if (GOST_KEY_get0_private_key(eto) != NULL) in param_copy_gost01()
617 ret = gost2001_compute_public(eto); in param_copy_gost01()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/gost/
H A Dgostr341001_ameth.c592 GOST_KEY *eto = to->pkey.gost; in param_copy_gost01() local
604 if (eto == NULL) { in param_copy_gost01()
605 eto = GOST_KEY_new(); in param_copy_gost01()
606 if (eto == NULL) { in param_copy_gost01()
610 if (EVP_PKEY_assign(to, EVP_PKEY_base_id(from), eto) == 0) { in param_copy_gost01()
611 GOST_KEY_free(eto); in param_copy_gost01()
615 GOST_KEY_set_group(eto, GOST_KEY_get0_group(efrom)); in param_copy_gost01()
616 GOST_KEY_set_digest(eto, GOST_KEY_get_digest(efrom)); in param_copy_gost01()
617 if (GOST_KEY_get0_private_key(eto) != NULL) in param_copy_gost01()
618 ret = gost2001_compute_public(eto); in param_copy_gost01()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/gost/
H A Dgostr341001_ameth.c592 GOST_KEY *eto = to->pkey.gost; in param_copy_gost01() local
604 if (eto == NULL) { in param_copy_gost01()
605 eto = GOST_KEY_new(); in param_copy_gost01()
606 if (eto == NULL) { in param_copy_gost01()
610 if (EVP_PKEY_assign(to, EVP_PKEY_base_id(from), eto) == 0) { in param_copy_gost01()
611 GOST_KEY_free(eto); in param_copy_gost01()
615 GOST_KEY_set_group(eto, GOST_KEY_get0_group(efrom)); in param_copy_gost01()
616 GOST_KEY_set_digest(eto, GOST_KEY_get_digest(efrom)); in param_copy_gost01()
617 if (GOST_KEY_get0_private_key(eto) != NULL) in param_copy_gost01()
618 ret = gost2001_compute_public(eto); in param_copy_gost01()
/dports/www/obhttpd/libressl-3.4.1/crypto/gost/
H A Dgostr341001_ameth.c591 GOST_KEY *eto = to->pkey.gost; in param_copy_gost01() local
603 if (eto == NULL) { in param_copy_gost01()
604 eto = GOST_KEY_new(); in param_copy_gost01()
605 if (eto == NULL) { in param_copy_gost01()
609 if (EVP_PKEY_assign(to, EVP_PKEY_base_id(from), eto) == 0) { in param_copy_gost01()
610 GOST_KEY_free(eto); in param_copy_gost01()
614 GOST_KEY_set_group(eto, GOST_KEY_get0_group(efrom)); in param_copy_gost01()
615 GOST_KEY_set_digest(eto, GOST_KEY_get_digest(efrom)); in param_copy_gost01()
616 if (GOST_KEY_get0_private_key(eto) != NULL) in param_copy_gost01()
617 ret = gost2001_compute_public(eto); in param_copy_gost01()

12345678910>>...40