Home
last modified time | relevance | path

Searched refs:econt (Results 1 – 25 of 88) sorted by relevance

1234

/dports/textproc/docbook-to-man/docbook-to-man/Instant/
H A Dutil.c517 if (!strcmp(name, ep->econt[i]->gi)) in NearestOlderElem()
518 return ep->econt[i]->ndcont ? in NearestOlderElem()
519 ep->econt[i]->dcont[0] : "-empty-"; in NearestOlderElem()
839 if (!strcmp(s, e->econt[i]->gi)) return e->econt[i]; in QRelation()
850 if (!strcmp(s, e->econt[i]->gi)) return e->econt[i]; in QRelation()
853 if ((ep=QRelation(e->econt[i], s, REL_Descendant))) in QRelation()
861 return ep->econt[i]; in QRelation()
867 if (!strcmp(s, ep->econt[i]->gi)) return ep->econt[i]; in QRelation()
871 ep = e->parent->econt[e->my_eorder-1]; in QRelation()
879 if (!strcmp(s, ep->econt[i]->gi)) return ep->econt[i]; in QRelation()
[all …]
H A Dtables.c561 if (ep2->econt[c]->necont != TheTab.nc) { in CheckTable()
984 if ( !strcmp(ep->econt[i]->gi, "THEAD") ) { in TblTGroup()
985 ep2 = ep->econt[i]; in TblTGroup()
996 if ( !strcmp(ep->econt[i]->gi, "TFOOT") ) { in TblTGroup()
997 ep2 = ep->econt[i]; in TblTGroup()
1008 if ( !strcmp(ep->econt[i]->gi, "TBODY") ) { in TblTGroup()
1009 ep2 = ep->econt[i]; in TblTGroup()
1069 if ( !strcmp(ep->econt[i]->gi, "THEAD") ) { in TblTGroup()
1077 if ( !strcmp(ep->econt[i]->gi, "TBODY") ) { in TblTGroup()
1178 if ( !strcmp(ep->econt[i]->gi, "ROW") ) in TblBuildFormat()
[all …]
H A Dinfo.c212 acc_tots(e->econt[i], tot_el, tot_data, max_depth); in acc_tots()
240 elem_usage(e->econt[i], name, n_used, nchars); in elem_usage()
H A Dtranvar.c227 if (StrEq(e->econt[i]->gi, tok[1])) n++; in ExpandSpecialVar()
238 sprintf(buf, "%d", e->econt[0]->necont); in ExpandSpecialVar()
609 if (StrEq(e->econt[ei]->gi, gi)) { in ChaseIDRefs()
610 TranTByAction(e->econt[ei], action, fp); in ChaseIDRefs()
H A Dmain.c672 if (n > 0) Calloc(n, e->econt, Element_t *); in ReadInstance()
674 if (IsContElem(e,i)) e->econt[e->necont++] = ContElem(e,i); in ReadInstance()
684 e->econt[i]->my_eorder = i; in ReadInstance()
H A Dbrowse.c158 if (n < ce->necont) ce = ce->econt[n]; in Browse()
334 for(i=0; i<e->necont; i++) printf("\t%2d: %s\n", i, e->econt[i]->gi); in ls_node()
H A Dgeneral.h181 struct _elem **econt; /* element children */ member
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dutil.c545 if (!strcmp(name, ep->econt[i]->gi)) in NearestOlderElem()
546 return ep->econt[i]->ndcont ? in NearestOlderElem()
547 ep->econt[i]->dcont[0] : "-empty-"; in NearestOlderElem()
931 if (!strcmp(s, e->econt[i]->gi)) return e->econt[i]; in QRelation()
942 if (!strcmp(s, e->econt[i]->gi)) return e->econt[i]; in QRelation()
945 if ((ep=QRelation(e->econt[i], s, REL_Descendant))) in QRelation()
953 return ep->econt[i]; in QRelation()
959 if (!strcmp(s, ep->econt[i]->gi)) return ep->econt[i]; in QRelation()
963 ep = e->parent->econt[e->my_eorder-1]; in QRelation()
971 if (!strcmp(s, ep->econt[i]->gi)) return ep->econt[i]; in QRelation()
[all …]
H A Dtables.c561 if (ep2->econt[c]->necont != TheTab.nc) { in CheckTable()
984 if ( !strcmp(ep->econt[i]->gi, "THEAD") ) { in TblTGroup()
985 ep2 = ep->econt[i]; in TblTGroup()
996 if ( !strcmp(ep->econt[i]->gi, "TFOOT") ) { in TblTGroup()
997 ep2 = ep->econt[i]; in TblTGroup()
1008 if ( !strcmp(ep->econt[i]->gi, "TBODY") ) { in TblTGroup()
1009 ep2 = ep->econt[i]; in TblTGroup()
1069 if ( !strcmp(ep->econt[i]->gi, "THEAD") ) { in TblTGroup()
1077 if ( !strcmp(ep->econt[i]->gi, "TBODY") ) { in TblTGroup()
1178 if ( !strcmp(ep->econt[i]->gi, "ROW") ) in TblBuildFormat()
[all …]
H A Dinfo.c212 acc_tots(e->econt[i], tot_el, tot_data, max_depth); in acc_tots()
240 elem_usage(e->econt[i], name, n_used, nchars); in elem_usage()
H A Dtranvar.c227 if (StrEq(e->econt[i]->gi, tok[1])) n++; in ExpandSpecialVar()
238 sprintf(buf, "%d", e->econt[0]->necont); in ExpandSpecialVar()
623 if (StrEq(e->econt[ei]->gi, gi)) { in ChaseIDRefs()
624 TranTByAction(e->econt[ei], action, fp); in ChaseIDRefs()
H A Dmain.c683 if (n > 0) Calloc(n, e->econt, Element_t *); in ReadInstance()
685 if (IsContElem(e,i)) e->econt[e->necont++] = ContElem(e,i); in ReadInstance()
695 e->econt[i]->my_eorder = i; in ReadInstance()
H A Dbrowse.c156 if (n < ce->necont) ce = ce->econt[n]; in Browse()
324 for(i=0; i<e->necont; i++) printf("\t%2d: %s\n", i, e->econt[i]->gi); in ls_node()
H A Dgeneral.h181 struct _elem **econt; /* element children */ member
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dprint_out.f9011 fion, ekinc, temphc, tempp, temps, etot, enthal, econs, econt, & argument
60 REAL(DP), INTENT(IN) :: ekinc, temphc, tempp, etot, enthal, econs, econt local
244 econs,econt,volume,out_press,(-exx*exxalfa),EtsvdW
247 econs,econt,volume,out_press,EtsvdW
250 econs,econt,volume,out_press,(-exx*exxalfa)
255 econs,econt,volume,out_press,tps
258 econs,econt,volume,out_press
394 econt,vnhh(3,3),xnhh0(3,3),vnhp(1),xnhp0(1),EtsvdW
401 econt,vnhh(3,3),xnhh0(3,3),vnhp(1),xnhp0(1)
409 econt,vnhh(3,3),xnhh0(3,3),vnhp(1),xnhp0(1),EtsvdW
[all …]
H A Dcpr.f90145 enow, econs, econt, fccc, ccc, bigr, dt2bye local
719 econt = econs + ekinc
727 econt = econs
733 econt = econs
742 econt = econt + ions_nose_nrg( xnhp0, vnhp, qnp, &
745 econt = econt + electrons_nose_nrg( xnhe0, vnhe, qne, ekincw )
747 econt = econt + cell_nose_nrg( qnh, xnhh0, vnhh, temph, iforceh )
758 enthal, econs, econt, vnhh, xnhh0, vnhp, xnhp0, vnhe, xnhe0, atot, &
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/map/
H A Dmap_set.pro57 CONTINENTS = continents, E_CONTINENTS=econt, $
219 if n_elements(mlinestyle) then map_struct_append, econt, "LINESTYLE", mlinestyle
220 if n_elements(mlinethick) then map_struct_append, econt, "THICK", mlinethick
221 if n_elements(con_color) then map_struct_append, econt, "COLOR", con_color
222 if n_elements(hires) then map_struct_append, econt, "HIRES", hires
223 if n_elements(continents) then map_struct_append, econt, "CONTINENTS", continents
224 if n_elements(usa) then map_struct_append, econt, "USA", usa
225 if n_elements(econt) gt 0 or keyword_set(continents) then begin
226 merge_structs_mapset, econt, egraphics ;Add common graphics kwrds
227 MAP_CONTINENTS, _EXTRA=econt
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/examples/autopilot-example/reference/
H A Dwater.autopilot.out1351 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
1441 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
1547 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
1653 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
1761 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
1856 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
1951 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
2061 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
2156 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
2251 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
[all …]
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/sabr/shaders/
H A Dsabr-v3.0.slang215 vec4 econt = lum_wd(p17, p11, p23, p13, p7, p19, p12, p18);
232 bvec4 edr45 = _and_(lessThan(e45, econt), r45);
233 bvec4 edrrn = lessThanEqual(e45, econt);
H A Dsabr-hybrid.slang209 float4 econt = lum_wd(p17, p11, p23, p13, p7, p19, p12, p18);
225 …bool4 edr45 = (lessThan(e45 , econt) == bool4(true) && r45 == bool4(true)) ? bool4(true) : bool4(f…
226 bool4 edrrn = (lessThanEqual(e45 , econt) == bool4(true)) ? bool4(true) : bool4(false);
/dports/games/openxcom/OpenXcom-1.0/bin/data/Shaders/
H A DSABR.OpenGL.shader230 vec4 econt = lum_wd(p17, p11, p23, p13, p7, p19, p12, p18);
247 bvec4 edr45 = _and_(lessThan(e45, econt), r45);
248 bvec4 edrrn = lessThanEqual(e45, econt);
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/sabr/shaders/
H A Dsabr-v3.0.glsl267 vec4 econt = lum_wd(p17, p11, p23, p13, p7, p19, p12, p18);
284 bvec4 edr45 = _and_(lessThan(e45, econt), r45);
285 bvec4 edrrn = lessThanEqual(e45, econt);
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/examples/example05/reference/
H A Dh2o.efield.out347 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
500 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
658 …nfi ekinc temph tempp etot enthal econs econt vnhh xnhh0 vnhp…
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/WFOpt/
H A DQMCCostFunctionBase.cpp405 std::vector<std::string> econt; in put() local
406 putContent(econt, cur); in put()
407 eqSet->insert(eqSet->end(), econt.begin(), econt.end()); in put()
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dshader_sabr.inc238 vec4 econt = lum_wd(p17, p11, p23, p13, p7, p19, p12, p18);\n\
255 bvec4 edr45 = _and_(lessThan(e45, econt), r45);\n\
256 bvec4 edrrn = lessThanEqual(e45, econt);\n\

1234