Home
last modified time | relevance | path

Searched refs:pt2index (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/drat/
H A Dbound.c438 long pt2index[4]= { 0L, -1L, -1L /* -kmax */, 0L /* -kmax */ }; in MakeBoundaryZR() local
448 pt2index[2]-= kmax; in MakeBoundaryZR()
449 pt2index[3]-= kmax; in MakeBoundaryZR()
451 pt1= pt2index; in MakeBoundaryZR()
455 pt2= pt2index; in MakeBoundaryZR()
H A Dtrans.c336 long pt2index[4]= { 0L, -1L, -1L /* -kmax */, 0L /* -kmax */ }; in PtCenterSource() local
349 pt2index[2]-= kmax; in PtCenterSource()
350 pt2index[3]-= kmax; in PtCenterSource()
415 j2= jz + pt2index[side[i]]; in PtCenterSource()
H A Dtrack.c232 long pt2index[4]= { -1L, /* -kmax */ -1L, 0L /* -kmax */, 0L }; in RayTrack() local
238 pt2index[1]-= kmax; in RayTrack()
239 pt2index[2]-= kmax; in RayTrack()
263 j2= zone+pt2index[side]; in RayTrack()
322 j2= zone+pt2index[side]; in RayTrack()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c3345 REGISTER INTBIG pt1index, pt2index, pt1number, pt2number; in namesamenumeric() local
3372 pt1index = pt2index = 0; in namesamenumeric()
3392 if (*pt2 == '[') pt2index = myatoi(&pt2[1]); in namesamenumeric()
3400 return(pt1index - pt2index); in namesamenumeric()