Home
last modified time | relevance | path

Searched +defs:dz +defs:s +defs:s (Results 301 – 325 of 1475) sorted by relevance

1...<<11121314151617181920>>...59

/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHull.cpp245 btScalar s = btSin(SIMD_RADS_PER_DEG * (x)); in maxdirsterid() local
258 btScalar s = btSin(SIMD_RADS_PER_DEG * (xx)); in maxdirsterid() local
355 void HullLibrary::b2bfix(btHullTriangle *s, btHullTriangle *t) in b2bfix()
371 void HullLibrary::removeb2b(btHullTriangle *s, btHullTriangle *t) in removeb2b()
817 btScalar dz = pz - p2[2]; in GetDist() local
870 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
968 btScalar dz = btFabs(z - pz); in CleanupVertices() local
1020 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHull.cpp245 btScalar s = btSin(SIMD_RADS_PER_DEG * (x)); in maxdirsterid() local
258 btScalar s = btSin(SIMD_RADS_PER_DEG * (xx)); in maxdirsterid() local
355 void HullLibrary::b2bfix(btHullTriangle *s, btHullTriangle *t) in b2bfix()
371 void HullLibrary::removeb2b(btHullTriangle *s, btHullTriangle *t) in removeb2b()
817 btScalar dz = pz - p2[2]; in GetDist() local
870 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
968 btScalar dz = btFabs(z - pz); in CleanupVertices() local
1020 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtConvexHull.cpp246 btScalar s = btSin(SIMD_RADS_PER_DEG * (x)); in maxdirsterid() local
259 btScalar s = btSin(SIMD_RADS_PER_DEG * (xx)); in maxdirsterid() local
356 void HullLibrary::b2bfix(btHullTriangle *s, btHullTriangle *t) in b2bfix()
372 void HullLibrary::removeb2b(btHullTriangle *s, btHullTriangle *t) in removeb2b()
818 btScalar dz = pz - p2[2]; in GetDist() local
871 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
969 btScalar dz = btFabs(z - pz); in CleanupVertices() local
1021 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtConvexHull.cpp258 btScalar s = btSin(SIMD_RADS_PER_DEG*(x)); in maxdirsterid() local
271 btScalar s = btSin(SIMD_RADS_PER_DEG*(xx)); in maxdirsterid() local
375 void HullLibrary::b2bfix(btHullTriangle* s,btHullTriangle*t) in b2bfix()
391 void HullLibrary::removeb2b(btHullTriangle* s,btHullTriangle*t) in removeb2b()
848 btScalar dz = pz - p2[2]; in GetDist() local
904 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
1009 btScalar dz = btFabs(z - pz ); in CleanupVertices() local
1062 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtConvexHull.cpp245 btScalar s = btSin(SIMD_RADS_PER_DEG * (x)); in maxdirsterid() local
258 btScalar s = btSin(SIMD_RADS_PER_DEG * (xx)); in maxdirsterid() local
355 void HullLibrary::b2bfix(btHullTriangle *s, btHullTriangle *t) in b2bfix()
371 void HullLibrary::removeb2b(btHullTriangle *s, btHullTriangle *t) in removeb2b()
817 btScalar dz = pz - p2[2]; in GetDist() local
870 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
968 btScalar dz = btFabs(z - pz); in CleanupVertices() local
1020 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtConvexHull.cpp258 btScalar s = btSin(SIMD_RADS_PER_DEG*(x)); in maxdirsterid() local
271 btScalar s = btSin(SIMD_RADS_PER_DEG*(xx)); in maxdirsterid() local
375 void HullLibrary::b2bfix(btHullTriangle* s,btHullTriangle*t) in b2bfix()
391 void HullLibrary::removeb2b(btHullTriangle* s,btHullTriangle*t) in removeb2b()
848 btScalar dz = pz - p2[2]; in GetDist() local
904 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
1009 btScalar dz = btFabs(z - pz ); in CleanupVertices() local
1062 btScalar dz = bmax[2] - bmin[2]; in CleanupVertices() local
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_tin.cpp101 wxString s; in Get_Description() local
457 double x, x_a, dx, dx_a, dy, z, z_a, dz, dz_a; in _Draw_Triangle() local
547 double dz; in _Draw_Triangle_Line() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/native/
H A D3dmath.h86 void init_vector_dxyz(vector3d_t *v, float dx, float dy, float dz) in init_vector_dxyz()
196 void init_normal3d_dxyz(vector3d_t *v, float dx, float dy, float dz) in init_normal3d_dxyz()
229 float dx, float dy, float dz in init_ray_dxyz()
292 float dx, float dy, float dz in calc_ray_dxyz()
629 void init_matrix3d_translate(matrix3d_t *m, float dx, float dy, float dz) in init_matrix3d_translate()
731 float s = sinf(angle); in init_matrix3d_rotate_x() local
755 float s = sinf(angle); in init_matrix3d_rotate_y() local
779 float s = sinf(angle); in init_matrix3d_rotate_z() local
831 float s = sinf(angle); in init_matrix3d_rotate_xyz() local
899 vector3d_t f, s, u; in init_matrix3d_lookat_p1v2() local
[all …]
/dports/math/mathgl/mathgl-2.5/src/
H A Dprim.cpp214 const char *s; in mgl_cone() local
249 mglPoint s = p2+(r2*co)*a+(r2*si)*b; in mgl_cone() local
683 …symbol_dir(HMGL gr, double x, double y, double z, double dx, double dy, double dz, char id, const … in mgl_symbol_dir()
692 mreal s=a?1:g->GetPlotFactor(); in mgl_symbol_dir() local
713 …intptr_t *gr, double *x, double *y, double *z, double *dx, double *dy, double *dz, char *id, const… in mgl_symbol_dir_()
726 void MGL_EXPORT mgl_puts_dir(HMGL gr, double x, double y, double z, double dx, double dy, double dz in mgl_puts_dir()
731 …_putsw_dir(HMGL gr, double x, double y, double z, double dx, double dy, double dz, const wchar_t *… in mgl_putsw_dir()
741 mreal s=a?1:g->GetPlotFactor(); in mgl_putsw_dir() local
761 …dir_(uintptr_t *gr, mreal *x, mreal *y, mreal *z, mreal *dx, mreal *dy, mreal *dz, const char *tex… in mgl_puts_dir_()
1154 mglDatSpl s; s.d=f; in mgl_bifurcation_dat() local
[all …]
/dports/math/gambit/gambit-16.0.1/library/src/gtracer/
H A Dgnm.cc99 std::vector<int> s(M); // current best responses in GNM() local
114 dz(M), // derivative of z w.r.t. time in GNM() local
/dports/math/libxsmm/libxsmm-1.16.3/samples/nek/
H A Drstr.f25 REAL(T), ALLOCATABLE, TARGET :: dx(:,:), dy(:,:), dz(:,:) variable
33 INTEGER(8) :: i, j, ix, iy, iz, r, s variable
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_landscape_evolution/
H A Dsalem.cpp445 CSG_String s = Formula; s.Trim(true); s.Trim(false); in Get_Weathering_Formula() local
845 double s, sin_a, cos_a; in Set_Tracers() local
1250 double s, a; in Set_Gradient() local
1380 double dz = z - m_pSurface->asDouble(ix, iy); in Set_Diffusive() local
1389 double dz = m_pSurface->asDouble(ix, iy) - z; in Set_Diffusive() local
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/
H A DGLUquadricImpl.java369 float da, r, dr, dz; in drawCylinder() local
456 float s = 0.0f; in drawCylinder() local
540 int s; in drawDisk() local
558 int s; in drawDisk() local
581 int l, s; in drawDisk() local
608 int s; in drawDisk() local
961 float s, t, ds, dt; in drawSphere() local
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dregister-points.cc163 for (int s = 0; s < source.NumberOfPoints(); ++s) { in EvaluateRMSError() local
194 Array<double> x(no), y(no), z(no), dx(no), dy(no), dz(no); in Fit() local
217 for (int s = 0; s < source.NumberOfPoints(); ++s) { in Fit() local
/dports/x11/eaglemode/eaglemode-0.95.0/src/SilChess/
H A DSilChessRayTracer.cpp295 const Sphere * s; in SetWorld() local
471 float dx,dy,dz,k,d,dmin,dmax,l,fx,fy; in TraceRay() local
473 const Sphere * s, * smin; in TraceRay() local
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dgrid_operation.cpp327 CSG_Simple_Statistics s; in _Assign_MeanValue() local
418 CSG_Unique_Number_Statistics s; in _Assign_Majority() local
931 double dz = (z - asDouble(ix, iy)) / m_System.Get_Length(i); in Get_Gradient_NeighborDir() local
962 double z = asDouble(x, y), dz[4]; in Get_Gradient() local
1009 double z, iz, dz[4]; in Get_Gradient() local
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DNavMeshTesterTool.cpp59 const float dz = v2[2] - v1[2]; in inRange() local
951 const float dz = m_epos[2] - m_spos[2]; in recalc() local
1033 const float s = 1.0f / poly->vertCount; in getPolyCenter() local
1245 const float dz = m_epos[2] - m_spos[2]; in handleRender() local
1310 const float* s = &segs[j*6]; in handleRender() local
/dports/games/craft/Craft-1.0fbsd/src/
H A Dmain.c667 State *s = &player->state; in hit_test_face() local
674 int dz = hz - *z; in hit_test_face() local
774 int dz = glyph_dz[face]; in _gen_sign_buffer() local
1083 for (int dz = -1; dz <= 1; dz++) { in compute_chunk() local
1206 int dz = q * CHUNK_SIZE - 1; in init_chunk() local
1308 State *s = &player->state; in force_chunks() local
1562 for (int dz = -1; dz <= 1; dz++) { in set_block() local
1850 int dz = ABS(c2->z - c1->z); in paste() local
1868 int dz = b2->z - b1->z; in array() local
1946 float dz = z + offsets[i][2] - cz; in sphere() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/tools/
H A Dgts2oogl.c161 GtsSurface * s = info[4]; in foreach_vertex() local
244 static void foreach_duplicate_edge (GtsSegment * s, gpointer info) in foreach_duplicate_edge()
367 GtsSurface * s = data[2]; in min_max_curvature() local
382 GtsSurface * s = data[2]; in min_max_gaussian() local
391 static void oogl_surface (GtsSurface * s, FILE * fptr) in oogl_surface()
491 GtsSegment * s = j->data; in next_vertex() local
515 GtsSegment * s = i->data; in chain_segments() local
868 gdouble z, dz; local
/dports/graphics/gts/gts-0.7.6/tools/
H A Dgts2oogl.c162 GtsSurface * s = info[4]; in foreach_vertex() local
245 static void foreach_duplicate_edge (GtsSegment * s, gpointer info) in foreach_duplicate_edge()
368 GtsSurface * s = data[2]; in min_max_curvature() local
383 GtsSurface * s = data[2]; in min_max_gaussian() local
392 static void oogl_surface (GtsSurface * s, FILE * fptr) in oogl_surface()
492 GtsSegment * s = j->data; in next_vertex() local
516 GtsSegment * s = i->data; in chain_segments() local
872 gdouble z, dz; local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastArea.cpp70 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
103 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
161 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
265 const rcCompactSpan& s = chf.spans[i]; in rcMedianFilterWalkableArea() local
347 rcCompactSpan& s = chf.spans[i]; in rcMarkBoxArea() local
426 rcCompactSpan& s = chf.spans[i]; in rcMarkConvexPolyArea() local
571 rcCompactSpan& s = chf.spans[i]; in rcMarkCylinderArea() local
581 const float dz = sz - pos[2]; in rcMarkCylinderArea() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecastArea.cpp70 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
103 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
161 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
267 const rcCompactSpan& s = chf.spans[i]; in rcMedianFilterWalkableArea() local
351 rcCompactSpan& s = chf.spans[i]; in rcMarkBoxArea() local
433 rcCompactSpan& s = chf.spans[i]; in rcMarkConvexPolyArea() local
580 rcCompactSpan& s = chf.spans[i]; in rcMarkCylinderArea() local
590 const float dz = sz - pos[2]; in rcMarkCylinderArea() local
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastArea.cpp70 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
103 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
161 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
265 const rcCompactSpan& s = chf.spans[i]; in rcMedianFilterWalkableArea() local
347 rcCompactSpan& s = chf.spans[i]; in rcMarkBoxArea() local
426 rcCompactSpan& s = chf.spans[i]; in rcMarkConvexPolyArea() local
571 rcCompactSpan& s = chf.spans[i]; in rcMarkCylinderArea() local
581 const float dz = sz - pos[2]; in rcMarkCylinderArea() local
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecastArea.cpp70 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
103 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
161 const rcCompactSpan& s = chf.spans[i]; in rcErodeWalkableArea() local
265 const rcCompactSpan& s = chf.spans[i]; in rcMedianFilterWalkableArea() local
347 rcCompactSpan& s = chf.spans[i]; in rcMarkBoxArea() local
426 rcCompactSpan& s = chf.spans[i]; in rcMarkConvexPolyArea() local
571 rcCompactSpan& s = chf.spans[i]; in rcMarkCylinderArea() local
581 const float dz = sz - pos[2]; in rcMarkCylinderArea() local
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/UMFPACK/MATLAB/
H A Dumfpackmex.c80 char *s, in error()
121 char **s /* char value of the field, if present; */ in get_option()
214 char *s ; in get_all_options() local
394 #define SFIELD(s) mxSetFieldByNumber (info, 0, k++, mxCreateString (s)) argument
872 double Info [UMFPACK_INFO], Control [UMFPACK_CONTROL], dx, dz, dexp ; in mexFunction() local

1...<<11121314151617181920>>...59