Home
last modified time | relevance | path

Searched refs:pz2 (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dti_misc.cpp1078 pz2.Y()+tidraw_offy, in DrawZyl()
1125 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawZyl()
1170 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawZyl()
1184 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawZyl()
1201 pz2.Y()+tidraw_offy, in DrawCone()
1232 Vector3D pz2=p2; in DrawCone() local
1248 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawCone()
1498 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawZyl()
1521 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawZyl()
1536 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawZyl()
[all …]
H A Dtimeint.h492 …virtual void DrawColorZyl(double v, const Vector3D& pz1,const Vector3D& pz2, double rz, int tile);…
493 virtual void DrawZyl(const Vector3D& pz1, const Vector3D& pz2, double rz, int tile=8) const;
494 …virtual void DrawCone(const Vector3D& pz1, const Vector3D& pz2, double rz, int tile=8, int drawcon…
495 …virtual void DrawZyl(const Vector3D& pz1, const Vector3D& pz2, const Vector3D& pz1dir,const Vector…
/dports/math/maxima/maxima-5.43.2/share/contrib/fresnel/
H A Dfresnel.mac81 [ORDER:65,df:1,pz:dfloat(%pi*z),pz2:dfloat(%pi*z^2),pz2m,pzpz2,
85 pzpz2:pz*pz2,
89 pz2m:pz2m*(pz2^2),
103 [ORDER:65,df:1,pz:dfloat(%pi*z),pz2:dfloat(%pi*z^2),pz2m,pzpz2,
105 fresnel_a[FRESNEL_A,0]:1/(pz*pz2),
107 pzpz2:pz*pz2,
111 pz2m:pz2m*(pz2^2),
H A Dfresnelstudy.mac49 [ORDER:65,df:1,pz:dfloat(%pi*z),pz2:dfloat(%pi*z^2),pz2m,pzpz2,
51 fresnel_array[0]:1/(pz*pz2),
53 pzpz2:pz*pz2,
57 pz2m:pz2m*(pz2^2),
69 [ORDER:65,df:1,pz:dfloat(%pi*z),pz2:dfloat(%pi*z^2),pz2m,pzpz2,
73 pzpz2:pz*pz2,
77 pz2m:pz2m*(pz2^2),
/dports/devel/dtool/dtool-0.11.0/cargo-crates/yogcrypt-0.0.0/src/basic/group/
H A Decc_group.rs215 let pz2 = p.z * p.z; in jacobi_point_equal_to() localVariable
216 let pz3 = pz2 * p.z; in jacobi_point_equal_to()
221 let u2 = q.x * pz2; in jacobi_point_equal_to()
308 let pz2 = p.z * p.z; in is_jacobi_rec() localVariable
309 let pz3 = pz2 * p.z; in is_jacobi_rec()
314 let u2 = q.x * pz2; in is_jacobi_rec()
352 let pz2 = p.z * p.z; in add_jacobi_point() localVariable
354 let pz3 = pz2 * p.z; in add_jacobi_point()
357 let lambda2 = q.x * pz2; in add_jacobi_point()
387 let pz4 = pz2 * pz2; // pz4 = pz^4 in add_jacobi_point()
/dports/math/numdiff/numdiff-5.9.0/
H A Darith.c222 int smart_cmp (const Complex* pz1, const Complex* pz2, int flag) in smart_cmp() argument
227 return (mpf_cmp (pz1->re, pz2->re) >= 0 && in smart_cmp()
228 mpf_cmp (pz1->im, pz2->im) >= 0); in smart_cmp()
230 return (mpf_cmp (pz1->re, pz2->re) <= 0 && in smart_cmp()
231 mpf_cmp (pz1->im, pz2->im) <= 0); in smart_cmp()
620 int smart_cmp (const Complex* pz1, const Complex* pz2, int flag) in smart_cmp() argument
625 return (bc_compare (pz1->re, pz2->re) >= 0 && in smart_cmp()
626 bc_compare (pz1->im, pz2->im) >= 0); in smart_cmp()
628 return (bc_compare (pz1->re, pz2->re) <= 0 && in smart_cmp()
629 bc_compare (pz1->im, pz2->im) <= 0); in smart_cmp()
/dports/lang/gawk/gawk-5.1.1/
H A Dmpfr.c977 mpz_ptr pz1, pz2; in do_mpfr_lshift() local
996 free_intval(t2, pz2); in do_mpfr_lshift()
1009 mpz_ptr pz1, pz2; in do_mpfr_rshift() local
1023 free_intval(t2, pz2); in do_mpfr_rshift()
1036 mpz_ptr pz1, pz2; in do_mpfr_and() local
1053 free_intval(t2, pz2); in do_mpfr_and()
1056 pz2 = res->mpg_i; in do_mpfr_and()
1068 mpz_ptr pz1, pz2; in do_mpfr_or() local
1088 pz2 = res->mpg_i; in do_mpfr_or()
1099 mpz_ptr pz1, pz2; in do_mpfr_xor() local
[all …]
/dports/devel/autogen/autogen-5.18.16/getdefs/
H A Dgetdefs.c481 char const * pz2 = strstr(pzS2, zNameTag); in compar_defname() local
490 if (pz2 == NULL) { in compar_defname()
501 while ((pz2 > pzS2) && (*--pz2 != '\n')) ; in compar_defname()
503 return strcmp(pz1, pz2); in compar_defname()
521 char * pz2 = strstr(*(char const * const *)p2, zNameTag); in compar_text() local
532 if (pz2 == NULL) { in compar_text()
545 pz2 += sizeof(zNameTag)-1; in compar_text()
546 pe2 = strchr(pz2, '\''); in compar_text()
561 res = streqvcmp(pz1, pz2); in compar_text()
562 else res = strcmp(pz1, pz2); in compar_text()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactGeometry_Ellipsoid.cpp282 Real pz2 = position[2]*position[2]; in findNearestPoint() local
290 coeff[2] = -(a2*px2+b2*py2+c2*pz2) + a4+b4+c4 + 4*(a2b2+b2c2+a2c2); in findNearestPoint()
291 …coeff[3] = -2*((a2b2+a2c2)*px2+(a2b2+b2c2)*py2+(b2c2+a2c2)*pz2) + 2*(a4*(b2+c2)+b4*(a2+c2)+c4*(a2+… in findNearestPoint()
292 …coeff[4] = -a2*(b4+4*b2c2+c4)*px2-b2*(a4+4*a2c2+c4)*py2-c2*(a4+4*a2b2+b4)*pz2 + 4*(a2+b2+c2)*a2b2c… in findNearestPoint()
293 coeff[5] = 2*a2b2c2*(-(b2+c2)*px2-(a2+c2)*py2-(a2+b2)*pz2 + a2b2+b2c2+a2c2); in findNearestPoint()
294 coeff[6] = a2b2c2*(-b2c2*px2-a2c2*py2-a2b2*pz2+a2b2c2); in findNearestPoint()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vhypotf.c44 float x0, x1, x2 = 0, y0, y1, y2 = 0, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local
183 pz2 = z; in __vhypotf()
190 *pz2 = z2; in __vhypotf()
H A D__vatan2f.c54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; in __vatan2f() local
386 pz2 = z; in __vatan2f()
445 *pz2 = sign2 * t2; in __vatan2f()
H A D__vatan2.c71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; in __vatan2() local
415 pz2 = z; in __vatan2()
430 *pz2 = sign2 * t2; in __vatan2()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug2953023 …-0-9.+eE\]+)\\s*,\\s*(\[-0-9.+eE\]+)\\s*,\\s*(\[-0-9.+eE\]+)\\s*" [dump result_2] full2 px2 py2 pz2
28 checkreal PointZ $pz2 -7.076257786556961e+002 1.0e-7 0
H A Dbug3019424 …-0-9.+eE\]+)\\s*,\\s*(\[-0-9.+eE\]+)\\s*,\\s*(\[-0-9.+eE\]+)\\s*" [dump result_2] full2 px2 py2 pz2
29 checkreal PointZ $pz2 1.012872022709980e+002 1.0e-7 0
/dports/comms/xnec2c/xnec2c-3.4/src/
H A Ddraw_structure.c161 mem_realloc( (void **)&data.pz2, mreq, "in draw_structure.c" ); in New_Patch_Data()
193 data.pz2[i] = (double)data.pz[idx] - sz; in New_Patch_Data()
199 data.pz2[i]*data.pz2[i] ); in New_Patch_Data()
226 data.pz2[i] = (double)data.pz[idx] - sz; in New_Patch_Data()
232 data.pz2[i]*data.pz2[i] ); in New_Patch_Data()
299 data.pz2[idx] ); in Process_Surface_Patches()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DGeomElements.cpp1228 Vector3D pz2=pz1+v21; in DrawYourself() local
1246 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawYourself()
1262 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawYourself()
1303 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawYourself()
1367 Vector3D pz2=pz1+va; in DrawYourself() local
1383 pCurrentRC->glVertex((float)pz2[0],(float)pz2[1],(float)pz2[2]); in DrawYourself()
1417 pCurrentRC->glVertex((float)pz2[0], (float)pz2[1], (float)pz2[2]); in DrawYourself()
1430 Normal3D(pz1,pz2,pz1i,n); in DrawYourself()
1434 pCurrentRC->glVertex((float)pz2[0], (float)pz2[1], (float)pz2[2]); in DrawYourself()
1736 Vector3D nz2 = pz2-pk; in DrawYourself()
[all …]
/dports/cad/ngspice_rework/ngspice-35/tests/polezero/
H A DMakefile.am7 pz2.cir \
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Dmbs_interface.h212 …virtual void DrawColorZyl(double v, const Vector3D& pz1,const Vector3D& pz2, double rz, int tile) …
213 virtual void DrawZyl(const Vector3D& pz1, const Vector3D& pz2, double rz, int tile=8) const = 0;
214 …virtual void DrawCone(const Vector3D& pz1, const Vector3D& pz2, double rz, int tile=8, int drawcon…
215 …virtual void DrawZyl(const Vector3D& pz1, const Vector3D& pz2, const Vector3D& pz1dir,const Vector…
/dports/math/py-pyodesys/pyodesys-0.14.1/examples/
H A D_nonlinear_3body_system.ipynb34 " x0, y0, z0, x1, y1, z1, x2, y2, z2, px0, py0, pz0, px1, py1, pz1, px2, py2, pz2 = y\n",
37 " mmntm = [[px0, py0, pz0], [px1, py1, pz1], [px2, py2, pz2]]\n",
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uuconv/
H A Duuconv.c57 static boolean fvperm_array_cmp P((const char **pz1, const char **pz2));
1306 fvperm_array_cmp (pz1, pz2) in fvperm_array_cmp() argument
1308 const char **pz2;
1311 return pz2 == NULL;
1313 if (pz2 == NULL)
1316 for (; *pz1 != NULL && *pz2 != NULL; pz1++, pz2++)
1317 if (strcmp (*pz1, *pz2) != 0)
1320 return *pz1 == NULL && *pz2 == NULL;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/visualization/
H A Dmvdraw.cpp288 GLdouble px2, py2, pz2; in MouseMove() local
295 &px2, &py2, &pz2); in MouseMove()
310 glTranslated (px2-px1, py2-py1, pz2-pz1); in MouseMove()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtin_elements.cpp178 int SG_TIN_Compare_Triangle_Center(const void *pz1, const void *pz2) in SG_TIN_Compare_Triangle_Center() argument
181 double z2 = ((TSG_Point_Z *)pz2)->z; in SG_TIN_Compare_Triangle_Center()
/dports/games/spring/spring_98.0/rts/Rendering/Env/Decals/
H A DGroundDecalHandler.cpp350 float pz2 = pz1 + 16; in DrawGroundScar() local
354 float tz2 = max(0.0f, (pos.z - pz2) / radius4 + 0.25f); in DrawGroundScar()
357 float h3 = CGround::GetHeightReal(px2, pz2, false); in DrawGroundScar()
358 float h4 = CGround::GetHeightReal(px1, pz2, false); in DrawGroundScar()
362 scar->va->AddVertexTC(float3(px2, h3, pz2), tx2 + tx, tz2 + ty, color); in DrawGroundScar()
363 scar->va->AddVertexTC(float3(px1, h4, pz2), tx1 + tx, tz2 + ty, color); in DrawGroundScar()
364 pz1 = pz2; in DrawGroundScar()
/dports/cad/netgen/netgen-6.2.2105/libsrc/visualization/
H A Dmvdraw.cpp311 GLdouble px2, py2, pz2; in MouseMove() local
318 &px2, &py2, &pz2); in MouseMove()
333 glTranslated (px2-px1, py2-py1, pz2-pz1); in MouseMove()
/dports/devel/autogen/autogen-5.18.16/columns/
H A Dcolumns.c731 char const * pz2 = *(char * const *)p2; in compProc() local
732 return strcmp(pz1, pz2); in compProc()

123456789