Home
last modified time | relevance | path

Searched refs:testpt (Results 1 – 25 of 41) sorted by relevance

12

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/mg/
H A Dvgrid.c321 testpt[0] = pt[0]; in Vgrid_curvature()
322 testpt[1] = pt[1]; in Vgrid_curvature()
323 testpt[2] = pt[2]; in Vgrid_curvature()
331 testpt[0] = pt[0]; in Vgrid_curvature()
341 testpt[1] = pt[1]; in Vgrid_curvature()
399 testpt[0] = pt[0]; in Vgrid_gradient()
400 testpt[1] = pt[1]; in Vgrid_gradient()
401 testpt[2] = pt[2]; in Vgrid_gradient()
415 testpt[0] = pt[0]; in Vgrid_gradient()
416 testpt[1] = pt[1]; in Vgrid_gradient()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/mcnpmit/
H A Dmain.cpp169 double testpt[3]; in main() local
205 testpt[0] = std::strtod( ctmp+1, &ctmp ); in main()
206 testpt[1] = std::strtod( ctmp+1, &ctmp ); in main()
207 testpt[2] = std::strtod( ctmp+1, NULL ); in main()
210 testpt[0] = cfd_coords[3*i ]; in main()
211 testpt[1] = cfd_coords[3*i+1]; in main()
212 testpt[2] = cfd_coords[3*i+2]; in main()
216 result = MCNP->transform_point( testpt, transformed_pt, coord_sys, rmatrix ); in main()
273 << testpt[0] << "," in main()
274 << testpt[1] << "," in main()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DGeometry.c679 dot12=(testpt[0]-pt1[0])*en12[0]+(testpt[1]-pt1[1])*en12[1]+(testpt[2]-pt1[2])*en12[2]; in Geo_NearestTriPt2()
692 dot=dx2*(testpt[0]-pt1[0])+dy2*(testpt[1]-pt1[1])+dz2*(testpt[2]-pt1[2]); in Geo_NearestTriPt2()
703 dot=dx2*(testpt[0]-pt2[0])+dy2*(testpt[1]-pt2[1])+dz2*(testpt[2]-pt2[2]); in Geo_NearestTriPt2()
714 dot=dx2*(testpt[0]-pt3[0])+dy2*(testpt[1]-pt3[1])+dz2*(testpt[2]-pt3[2]); in Geo_NearestTriPt2()
722 dot=(testpt[0]-pt1[0])*norm[0]+(testpt[1]-pt1[1])*norm[1]+(testpt[2]-pt1[2])*norm[2]; in Geo_NearestTriPt2()
725 dot=(testpt[0]-pt2[0])*norm[0]+(testpt[1]-pt2[1])*norm[1]+(testpt[2]-pt2[2])*norm[2]; in Geo_NearestTriPt2()
728 dot=(testpt[0]-pt3[0])*norm[0]+(testpt[1]-pt3[1])*norm[1]+(testpt[2]-pt3[2])*norm[2]; in Geo_NearestTriPt2()
857 dot=(testpt[0]-pt1[0])*norm[0]+(testpt[1]-pt1[1])*norm[1]+(testpt[2]-pt1[2])*norm[2]; in Geo_NearestTrianglePt2()
869 dot=dx2*(testpt[0]-pt1[0])+dy2*(testpt[1]-pt1[1])+dz2*(testpt[2]-pt1[2]); in Geo_NearestTrianglePt2()
884 dot=dx2*(testpt[0]-pt2[0])+dy2*(testpt[1]-pt2[1])+dz2*(testpt[2]-pt2[2]); in Geo_NearestTrianglePt2()
[all …]
H A DGeometry.h52 void Geo_NearestTriPt2(double **point,double **edgenorm,double *norm,double *testpt,double *ans);
54 int Geo_NearestTrianglePt2(double **point,double *norm,double *testpt,double *ans,double margin);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/simlib/
H A Dsimlib.c355 double * testpt = calloc_double(dim); in main() local
361 testpt[jj] = randu()*2.0-1.0; in main()
364 fwrap_eval(1,testpt,&valtrue,fw);/* = function_monitor_eval(testpt,fm); */ in main()
365 double val = function_train_eval(ft, testpt); in main()
394 free(testpt); testpt = NULL; in main()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dselection.c1510 XPoint *testpt; in label_connect_cycles() local
1530 for (testpt = cpoly->points; testpt < cpoly->points + in label_connect_cycles()
1531 cpoly->number; testpt++) { in label_connect_cycles()
1532 if (testpt->x == thislab->position.x in label_connect_cycles()
1533 && testpt->y == thislab->position.y) { in label_connect_cycles()
1558 XPoint refpoint, *testpt; in inst_connect_cycles() local
1584 for (testpt = cpoly->points; testpt < cpoly->points + in inst_connect_cycles()
1585 cpoly->number; testpt++) { in inst_connect_cycles()
1586 if (testpt->x == refpoint.x && testpt->y == refpoint.y) { in inst_connect_cycles()
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGVec2.hxx391 point_in_triangle(const SGVec2<T>& testpt, const SGVec2<T>& pt1, const SGVec2<T>& pt2, const SGVec2… in point_in_triangle() argument
393 T d1 = pt_determine(testpt,pt1,pt2); in point_in_triangle()
394 T d2 = pt_determine(testpt,pt2,pt3); in point_in_triangle()
395 T d3 = pt_determine(testpt,pt3,pt1); in point_in_triangle()
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dhex_candidates.cpp71 vec3 testpt(i0, i1, i2); in get_grid_vertices() local
72 if (dual) testpt += vec3(.5, .5, .5); in get_grid_vertices()
73 if (in_tet(testpt, lU, .001)) { in get_grid_vertices()
74 psetX.push_back(change_tet_basis(testpt, lU, lX)); in get_grid_vertices()
75 psetU.push_back(testpt); in get_grid_vertices()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dwordseg.cpp184 ICOORD testpt; in row_words() local
191 testpt = ICOORD(textord_test_x, textord_test_y); in row_words()
201 if (blob_box.contains(testpt)) { in row_words()
340 ICOORD testpt; in row_words2() local
350 testpt = ICOORD(textord_test_x, textord_test_y); in row_words2()
H A Dmakerow.cpp2287 ICOORD testpt; // testing only in assign_blobs_to_rows() local
2306 testpt = ICOORD(textord_test_x, textord_test_y); in assign_blobs_to_rows()
2346 blob->bounding_box().contains(testpt)); in assign_blobs_to_rows()
2408 if (blob->bounding_box().contains(testpt) && textord_debug_blob) { in assign_blobs_to_rows()
2461 ICOORD testpt; // testing only in most_overlapping_row() local
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dcomwin.mak15 soi1.obj stereo.obj testpt.obj tgaview.obj
138 testpt.obj: testpt.c $(HFD)\fractint.h
H A Dtestpt.c37 int testpt(double initreal,double initimag,double parm1,double parm2, in testpt() function
H A Dcommon.mak16 soi1.obj stereo.obj targa.obj testpt.obj tgaview.obj \
168 testpt.obj: testpt.c $(HFD)\fractint.h
H A DMakefile11 realdos.o rotate.o slideshw.o soi.o soi1.o stereo.o targa.o testpt.o tgaview.o \
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/src_c/
H A Dtetgen.h1676 bool unifypoint(point testpt, triface*, enum locateresult, REAL);
1721 bool tallencsegsfsubs(point testpt, list* cavsublist);
1731 bool isedgeencroached(point p1, point p2, point testpt, bool degflag);
1806 bool intettest(point testpt, triface* testtet, REAL eps);
1822 bool checkseg4encroach(face* testseg, point testpt, point*, bool enqflag);
1823 bool checksub4encroach(face* testsub, point testpt, bool enqflag);
1834 bool tallencsegs(point testpt, int n, list** ceillists);
1835 bool tallencsubs(point testpt, int n, list** ceillists);
H A Dtetgen.cxx18188 dotproduct = (p1[0] - testpt[0]) * (p2[0] - testpt[0]) in isedgeencroached()
18189 + (p1[1] - testpt[1]) * (p2[1] - testpt[1]) in isedgeencroached()
18190 + (p1[2] - testpt[2]) * (p2[2] - testpt[2]); in isedgeencroached()
18241 refpoint = testpt; in scoutrefpoint()
18251 refpoint = testpt; in scoutrefpoint()
18255 refpoint = testpt; in scoutrefpoint()
18267 refpoint = testpt; in scoutrefpoint()
18271 refpoint = testpt; in scoutrefpoint()
18287 refpoint = testpt; in scoutrefpoint()
18310 if (testpt == tend) { in scoutrefpoint()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/gamer/
H A Dtetgen.h1723 bool unifypoint(point testpt, triface*, enum locateresult, REAL);
1768 bool tallencsegsfsubs(point testpt, list* cavsublist);
1778 bool isedgeencroached(point p1, point p2, point testpt, bool degflag);
1853 bool intettest(point testpt, triface* testtet, REAL eps);
1869 bool checkseg4encroach(face* testseg, point testpt, point*, bool enqflag);
1870 bool checksub4encroach(face* testsub, point testpt, bool enqflag);
1881 bool tallencsegs(point testpt, int n, list** ceillists);
1882 bool tallencsubs(point testpt, int n, list** ceillists);
/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmolsurface.c4451 …if((point[0][d]+margin<testpt[d] && testpt[d]<point[1][d]-margin) || (point[1][d]+margin<testpt[d]… in closestpanelpt()
4452 pnlpt[d]=testpt[d]; in closestpanelpt()
4453 else if(fabs(testpt[d]-point[0][d])<fabs(testpt[d]-point[1][d])) { in closestpanelpt()
4463 …if((point[0][d]+margin<testpt[d] && testpt[d]<point[1][d]-margin) || (point[1][d]+margin<testpt[d]… in closestpanelpt()
4465 else if(fabs(testpt[d]-point[0][d])<fabs(testpt[d]-point[1][d])) { in closestpanelpt()
4473 …if((point[0][d]+margin<testpt[d] && testpt[d]<point[3][d]-margin) || (point[3][d]+margin<testpt[d]… in closestpanelpt()
4475 else if(fabs(testpt[d]-point[0][d])<fabs(testpt[d]-point[3][d])) { in closestpanelpt()
4511 dot=(testpt[0]-point[0][0])*x+(testpt[1]-point[0][1])*y; in closestpanelpt()
4527 dot=(testpt[0]-point[0][0])*front[0]+(testpt[1]-point[0][1])*front[1]; in closestpanelpt()
4562 for(d=0;d<dim;d++) dist2+=(testpt[d]-pnlpt1[d])*(testpt[d]-pnlpt1[d]); in closestsurfacept()
[all …]
H A Dsmoldynfuncs.h280 int closestpanelpt(panelptr pnl,int dim,double *testpt,double *pnlpt,double neighdist);
281 double closestsurfacept(surfaceptr srf,int dim,double *testpt,double *pnlpt,panelptr *pnlptr,boxptr…
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/postgresql/tasks/
H A Dpostgresql_privs.yml546 …query: CREATE TABLE public.testpt (id int not null, logdate date not null) PARTITION BY RANGE (log…
572 …ivilege_type FROM information_schema.role_table_grants WHERE table_name='testpt' and privilege_typ…
612 …ivilege_type FROM information_schema.role_table_grants WHERE table_name='testpt' and privilege_typ…
672 …ivilege_type FROM information_schema.role_table_grants WHERE table_name='testpt' and privilege_typ…
711 query: DROP TABLE public.testpt;
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dcoutln.h214 ICOORD testpt) const; // around this point in ELISTIZEH()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdate.c1080 GDateParseTokens testpt; in g_date_prepare_to_parse() local
1134 g_date_fill_parse_tokens (buf, &testpt); in g_date_prepare_to_parse()
1143 while (i < testpt.num_ints) in g_date_prepare_to_parse()
1145 switch (testpt.n[i]) in g_date_prepare_to_parse()
1161 locale_era_adjust = 1976 - testpt.n[i]; in g_date_prepare_to_parse()
/dports/graphics/xfractint/xfractint-20.04p16/
H A DMakefile198 $(COMDIR)/testpt.c $(COMDIR)/tgaview.c $(COMDIR)/zoom.c $(COMDIR)/Makefile
277 $(COMDIR)/targa.o $(COMDIR)/testpt.o $(COMDIR)/tgaview.o \
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/
H A Dtetgen.cpp18190 dotproduct = (p1[0] - testpt[0]) * (p2[0] - testpt[0]) in isedgeencroached()
18191 + (p1[1] - testpt[1]) * (p2[1] - testpt[1]) in isedgeencroached()
18192 + (p1[2] - testpt[2]) * (p2[2] - testpt[2]); in isedgeencroached()
18243 refpoint = testpt; in scoutrefpoint()
18253 refpoint = testpt; in scoutrefpoint()
18257 refpoint = testpt; in scoutrefpoint()
18269 refpoint = testpt; in scoutrefpoint()
18273 refpoint = testpt; in scoutrefpoint()
18289 refpoint = testpt; in scoutrefpoint()
18312 if (testpt == tend) { in scoutrefpoint()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/postgresql/tests/integration/targets/postgresql_privs/tasks/
H A Dpostgresql_privs_general.yml840 …query: CREATE TABLE public.testpt (id int not null, logdate date not null) PARTITION BY RANGE (log…
867 …ivilege_type FROM information_schema.role_table_grants WHERE table_name='testpt' and privilege_typ…
1037 …ivilege_type FROM information_schema.role_table_grants WHERE table_name='testpt' and privilege_typ…
1099 …ivilege_type FROM information_schema.role_table_grants WHERE table_name='testpt' and privilege_typ…
1139 query: DROP TABLE public.testpt;

12