Home
last modified time | relevance | path

Searched refs:nodex (Results 1 – 25 of 125) sorted by relevance

12345

/dports/astro/routino/routino-3.3.3/src/
H A Dnodesx.c181 NodeX nodex={0}; in AppendNodeList() local
183 nodex.id=id; in AppendNodeList()
186 nodex.allow=allow; in AppendNodeList()
187 nodex.flags=flags; in AppendNodeList()
350 previd=nodex->id; in deduplicate_and_index_by_id()
379 NodeX nodex; in RemoveNonHighwayNodes() local
522 NodeX nodex; in RemovePrunedNodes() local
679 nodex->id=index; in update_id()
809 NodeX nodex; in SaveNodeList() local
821 node.allow=nodex.allow; in SaveNodeList()
[all …]
H A Dfiledumperx.c137 NodeX nodex; in print_nodes() local
141 while(!ReadFileBuffered(fd,&nodex,sizeof(NodeX))) in print_nodes()
143 printf("Node %"Pnode_t"\n",nodex.id); in print_nodes()
144 …de=%.6f)\n",nodex.latitude,nodex.longitude,radians_to_degrees(latlong_to_radians(nodex.latitude)),… in print_nodes()
145 if(nodex.allow) in print_nodes()
146 printf(" allow=%03x (%s)\n",nodex.allow,TransportsNameList(nodex.allow)); in print_nodes()
147 printf(" flags=%02x",nodex.flags); in print_nodes()
148 if(nodex.flags & NODE_MINIRNDBT) in print_nodes()
H A Dnodesx.h124 #define PutBackNodeX(nodesx,nodex) while(0) { /* nop */ } argument
132 static inline void PutBackNodeX(NodesX *nodesx,NodeX *nodex);
183 static inline void PutBackNodeX(NodesX *nodesx,NodeX *nodex) in PutBackNodeX() argument
185 int position1=nodex-&nodesx->cached[0]; in PutBackNodeX()
187 ReplaceCachedNodeX(nodesx->cache,nodex,nodesx->incache[position1],nodesx->fd,0); in PutBackNodeX()
H A Dprunex.c260 NodeX *nodex=LookupNodeX(nodesx,nodes[j],1); in PruneIsolatedRegions() local
262 if(!(nodex->allow&transports)) in PruneIsolatedRegions()
946 NodeX *nodex; in PruneStraightHighwayNodes() local
950 nodex=LookupNodeX(nodesx,nodes[current],1); in PruneStraightHighwayNodes()
952 lats[current]=latlong_to_radians(nodex->latitude); in PruneStraightHighwayNodes()
953 lons[current]=latlong_to_radians(nodex->longitude); in PruneStraightHighwayNodes()
959 else if(nodex->flags&NODE_MINIRNDBT) in PruneStraightHighwayNodes()
961 else if(nodex->flags&NODE_TURNRSTRCT2 || nodex->flags&NODE_TURNRSTRCT) in PruneStraightHighwayNodes()
1032 if((nodex->allow&wayx1->way.allow)!=wayx1->way.allow) in PruneStraightHighwayNodes()
1035 if((nodex->allow&wayx2->way.allow)!=wayx2->way.allow) in PruneStraightHighwayNodes()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dpolyfillv.pro72 nodex=lonarr(polycorners+1)
90 nodex = nodex[0:nodes-1]
91 nodex=nodex[sort(nodex)]
96 ; print,nodex[i+1], nodex[i]
97 if (nodex[i] GE sx) THEN BREAK
98 IF (nodex[i+1] GE 0) THEN BEGIN
99 IF (nodex[i] LT 0) THEN nodex[i] = 0 ;; reset to left edge of raster
100 IF (nodex[i+1] GT sx) THEN nodex[i+1] = sx ;; reset to right edge of raster
101 numx=nodex[i+1] - nodex[i]
102 ; print,numx,nodex[i], nodex[i+1]
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dtest_rms.cpp22 double *nodex, double *nodey, double *nodez,
61 double nodex[] = {0.0, 0.0, 1.0, 0.0, 0.0, in main() local
77 MB_RMBSet node_rms(NUM_NODES, nodex, nodey, nodez, 1, 0); in main()
129 int result = compare_coords(xval, yval, zval, nodex, nodey, nodez, NUM_NODES); in main()
136 nodex[i-1] = (double) i; in main()
140 node_rms.set_node_x(1, NUM_NODES, nodex, NUM_NODES); in main()
146 result = compare_coords(xval, yval, zval, nodex, nodey, nodez, NUM_NODES); in main()
219 double *nodex, double *nodey, double *nodez, in compare_coords() argument
224 if (xval[i] != nodex[i] || in compare_coords()
/dports/net/clusterit/clusterit-2.5/common/
H A Dcommon.c395 if (NULL == nodex) in nodealloc()
402 nodeptr->next = nodex; in nodealloc()
404 nodex->group = 0; in nodealloc()
405 nodex->err.fds[0] = 0; in nodealloc()
406 nodex->err.fds[1] = 0; in nodealloc()
409 nodex->childpid = 0; in nodealloc()
410 nodex->next = 0; in nodealloc()
411 nodex->free = 1; in nodealloc()
412 nodex->index = 1.0; in nodealloc()
414 nodex->win_id = 0; in nodealloc()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky/husky-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc47 sprintf (p, "%s.dat", v7data.nodex); in NLname()
51 sprintf (p, "%s.ndx", v7data.nodex); in NLname()
63 sprintf (p, "%s.dtp", v7data.nodex); in NLname()
69 sprintf (p, "%s.pdx", v7data.nodex); in NLname()
191 Busy *bsy = new Busy (l->v7data.nodex); // Name for .bsy flag in Process()
195 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
203 vprintlogrsp (MsgLogRsp, "\nCompiling to \"%s\"\n\n", l->v7data.nodex); in Process()
225 vprintlog ("Processing of \"%s\" aborted\n\n", l->v7data.nodex); in Process()
232 vprintlogrsp (MsgLogRsp, "\nTimeOut on \"%s.bsy\"\n\n", l->v7data.nodex); in Process()
245 vprintlogrsp (MsgLogRsp, "\nCompilation of \"%s\" Completed.\n\n", l->v7data.nodex); in Process()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dbreak_lines.c163 double nodex, nodey; in break_lines() local
359 Vect_get_node_coor(Map, node, &nodex, &nodey, NULL); in break_lines()
368 (node == anode1 && nodex == ABox.E && in break_lines()
369 !touch1_e && nodex == BBox->W) || in break_lines()
370 (node == anode2 && nodex == ABox.E && in break_lines()
371 !touch2_e && nodex == BBox->W) || in break_lines()
372 (node == anode1 && nodex == ABox.W && in break_lines()
373 !touch1_w && nodex == BBox->E) || in break_lines()
374 (node == anode2 && nodex == ABox.W && in break_lines()
375 !touch2_w && nodex == BBox->E)) { in break_lines()
/dports/devel/R-cran-randomForest/randomForest/src/
H A Dregrf.c61 int *in, *nind, *nodex, *nodexts; in regRF() local
81 nodex = (int *) S_alloc(nsample, sizeof(int)); in regRF()
187 nodex); in regRF()
246 computeProximity(prox, *oobprox, nodex, in, oobpair, nsample); in regRF()
253 if (nodexts[n] == nodex[k]) { in regRF()
274 treeSize[j], cat, *maxcat, nodex); in regRF()
348 double *proxMat, int *nodes, int *nodex) { in regForest() argument
355 zeroInt(nodex, *n * *ntree); in regForest()
357 zeroInt(nodex, *n); in regForest()
368 nodex + idx2); in regForest()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky/husky-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/aplibs/
H A Dv7lib.cc169 int v7lib::v7open (const char *nodex) in v7open() argument
174 v7bsy = new Busy (nodex); in v7open()
182 sprintf (fullname, "%s.DAT", nodex); in v7open()
189 sprintf (fullname, "%s.NDX", nodex); in v7open()

12345