Home
last modified time | relevance | path

Searched refs:tstrt (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/grads/grads-1.9b4/src/
H A Dgagx.c4333 if (tincr.dy>1L&&(tstrt.dy==31L||(tstrt.dy==29L&&tstrt.dy==2))) { in gaaxis()
4339 if (tincr.dy>3&&tstrt.dy==3&&(tstrt.dy==2||tstrt.dy==3)) tstrt.dy = 1; in gaaxis()
4845 if (tdif!=tstrt->mn) tstrt->mn = tdif+tincr->mn; in gatinc()
4860 *tstrt = temp; in gatinc()
4865 if (tdif!=tstrt->hr) tstrt->hr = tdif+tincr->hr; in gatinc()
4880 *tstrt = temp; in gatinc()
4887 if (tstrt->dy==29L || tstrt->dy==31L) { in gatinc()
4902 *tstrt = temp; in gatinc()
4907 if (tdif!=tstrt->mo) tstrt->mo = tdif+tincr->mo; in gatinc()
4922 *tstrt = temp; in gatinc()
[all …]
H A Dgaddes.c861 pfi->tstrt = (int *)malloc(sizeof(int)*mcnt); in gaddes()
868 *(pfi->tstrt+i)=idum; in gaddes()
893 pfi->tstrt = (int *)malloc(sizeof(int)*mcnt); in gaddes()
895 fread (pfi->tstrt,sizeof(int),mcnt,mfile); in gaddes()
898 gabswp((float *)pfi->tstrt,1); in gaddes()
1998 pfi->tstrt = NULL; in getpfi()
2063 if (pfi->tstrt) free(pfi->tstrt); in frepfi()
H A Dgrads.h432 int *tstrt; /* Pointer to list length dnum[3] of member
H A Dgafunc.c4825 struct dt tinc,tloc,twrk,tstrt,tend; in ffsave() local
4930 gr2t (pfi->grvals[3],d1,&tstrt); in ffsave()
4932 gat2ch (&tstrt,5,chs); in ffsave()
H A Dgaio.c955 fpos = *(pfi->tstrt+tim-1); in gagstn()
H A Dgasdf.c6625 fileptr->bswap, fileptr->mtype, fileptr->tstrt, fileptr->tcnt) ; in xdumpfile()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Ddelaun.f29 & tstrt,tstop,stack(*) local
158 125 tstrt=t+1
161 do 200 t=tstrt,tstop
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dtrigger.cpp433 … quantifiers::TriggerSelMode tstrt, std::vector< Node >& exclude, std::vector< Node >& added, in collectPatTerms2() argument
447 …collectPatTerms2( q, nu, visited, tinfo, tstrt, exclude, added, pol, hasPol, epol, hasEPol, true ); in collectPatTerms2()
480 …collectPatTerms2( q, nrec[i], visited, tinfo, tstrt, exclude, added2, newPol, newHasPol, newEPol, … in collectPatTerms2()
490 …if( tstrt==quantifiers::TRIGGER_SEL_MAX || ( tstrt==quantifiers::TRIGGER_SEL_MIN_SINGLE_MAX && !nu… in collectPatTerms2()
513 …if( rm_nu && ( tstrt==quantifiers::TRIGGER_SEL_MIN || ( tstrt==quantifiers::TRIGGER_SEL_MIN_SINGLE… in collectPatTerms2()
600 …ode q, Node n, std::vector< Node >& patTerms, quantifiers::TriggerSelMode tstrt, std::vector< Node… in collectPatTerms() argument
630 if( tstrt==quantifiers::TRIGGER_SEL_ALL ){ in collectPatTerms()
649 collectPatTerms2( q, n, visited, tinfo, tstrt, exclude, added, true, true, false, true ); in collectPatTerms()
H A Dtrigger.h276 … collectPatTerms( Node q, Node n, std::vector< Node >& patTerms, quantifiers::TriggerSelMode tstrt,
381 … quantifiers::TriggerSelMode tstrt, std::vector< Node >& exclude, std::vector< Node >& added,