Home
last modified time | relevance | path

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

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dnpelpt_c.c198 SpiceDouble tmppnt [3]; in npelpt_c() local
287 vsub_c ( point, center, tmppnt ); in npelpt_c()
288 vscl_c ( scale, tmppnt, tmppnt ); in npelpt_c()
304 mxv_c ( rotate, tmppnt, tmppnt ); in npelpt_c()
317 vpack_c ( tmppnt[0], tmppnt[1], 0.0, prjpnt ); in npelpt_c()
H A Dnpelpt.c51 doublereal tmppnt[3]; in npelpt_() local
313 vsub_(point, center, tmppnt); in npelpt_()
314 vsclip_(&scale, tmppnt); in npelpt_()
326 mxv_(rotate, tmppnt, tempv); in npelpt_()
327 vequ_(tempv, tmppnt); in npelpt_()
338 vpack_(tmppnt, &tmppnt[1], &c_b10, prjpnt); in npelpt_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dnpelpt_c.c198 SpiceDouble tmppnt [3]; in npelpt_c() local
287 vsub_c ( point, center, tmppnt ); in npelpt_c()
288 vscl_c ( scale, tmppnt, tmppnt ); in npelpt_c()
304 mxv_c ( rotate, tmppnt, tmppnt ); in npelpt_c()
317 vpack_c ( tmppnt[0], tmppnt[1], 0.0, prjpnt ); in npelpt_c()
H A Dnpelpt.c51 doublereal tmppnt[3]; in npelpt_() local
313 vsub_(point, center, tmppnt); in npelpt_()
314 vsclip_(&scale, tmppnt); in npelpt_()
326 mxv_(rotate, tmppnt, tempv); in npelpt_()
327 vequ_(tempv, tmppnt); in npelpt_()
338 vpack_(tmppnt, &tmppnt[1], &c_b10, prjpnt); in npelpt_()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapservutil.c1093 pointObj tmppnt= {-1.0,-1.0}; in setExtentFromShapes() local
1100 tmppnt.x = (tmpext.maxx + tmpext.minx)/2; in setExtentFromShapes()
1101 tmppnt.y = (tmpext.maxy + tmpext.miny)/2; in setExtentFromShapes()
1109 tmpext.minx = tmppnt.x - cellsize*mapserv->map->width/2.0; in setExtentFromShapes()
1110 tmpext.miny = tmppnt.y - cellsize*mapserv->map->height/2.0; in setExtentFromShapes()
1111 tmpext.maxx = tmppnt.x + cellsize*mapserv->map->width/2.0; in setExtentFromShapes()
1114 tmpext.minx = tmppnt.x - mapserv->Buffer; in setExtentFromShapes()
1115 tmpext.miny = tmppnt.y - mapserv->Buffer; in setExtentFromShapes()
1116 tmpext.maxx = tmppnt.x + mapserv->Buffer; in setExtentFromShapes()
1117 tmpext.maxy = tmppnt.y + mapserv->Buffer; in setExtentFromShapes()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_3.cxx447 gp_Pnt tmppnt; in OCC10006() local
449 tmppnt.SetCoord(bottompoints1[3*i], bottompoints1[3*i+1], bottompoints1[3*i+2]); in OCC10006()
450 bottompolygon1.Add(tmppnt); in OCC10006()
451 tmppnt.SetCoord(toppoints1[3*i], toppoints1[3*i+1], toppoints1[3*i+2]); in OCC10006()
452 toppolygon1.Add(tmppnt); in OCC10006()
453 tmppnt.SetCoord(bottompoints2[3*i], bottompoints2[3*i+1], bottompoints2[3*i+2]); in OCC10006()
454 bottompolygon2.Add(tmppnt); in OCC10006()
455 tmppnt.SetCoord(toppoints2[3*i], toppoints2[3*i+1], toppoints2[3*i+2]); in OCC10006()
456 toppolygon2.Add(tmppnt); in OCC10006()
/dports/security/libgcrypt/libgcrypt-1.9.4/mpi/
H A Dec.c1721 mpi_point_struct tmppnt; in _gcry_mpi_ec_mul_point() local
1723 point_init (&tmppnt); in _gcry_mpi_ec_mul_point()
1725 mpi_point_resize (&tmppnt, ctx); in _gcry_mpi_ec_mul_point()
1729 _gcry_mpi_ec_add_points (&tmppnt, result, point, ctx); in _gcry_mpi_ec_mul_point()
1730 point_swap_cond (result, &tmppnt, mpi_test_bit (scalar, j), ctx); in _gcry_mpi_ec_mul_point()
1732 point_free (&tmppnt); in _gcry_mpi_ec_mul_point()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/mpi/
H A Dec.c1721 mpi_point_struct tmppnt; in _gcry_mpi_ec_mul_point() local
1723 point_init (&tmppnt); in _gcry_mpi_ec_mul_point()
1725 point_resize (&tmppnt, ctx); in _gcry_mpi_ec_mul_point()
1729 _gcry_mpi_ec_add_points (&tmppnt, result, point, ctx); in _gcry_mpi_ec_mul_point()
1730 point_swap_cond (result, &tmppnt, mpi_test_bit (scalar, j), ctx); in _gcry_mpi_ec_mul_point()
1732 point_free (&tmppnt); in _gcry_mpi_ec_mul_point()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot3d.cc1058 gen tmppnt=evalf_double(subst(f,vars,vals,false,contextptr),1,contextptr); in plotparam3d() local
1059 if (tmppnt.type==_VECT) in plotparam3d()
1060 tmppnt.subtype=_POINT__VECT; in plotparam3d()
1061 tmp.push_back(tmppnt); in plotparam3d()