Home
last modified time | relevance | path

Searched refs:temp_points (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/i.ortho.rectify/
H A Dequ.c8 struct Ortho_Control_Points temp_points; in Compute_ortho_equation() local
11 temp_points.count = 0; in Compute_ortho_equation()
12 temp_points.status = NULL; in Compute_ortho_equation()
13 temp_points.e1 = NULL; in Compute_ortho_equation()
14 temp_points.n1 = NULL; in Compute_ortho_equation()
15 temp_points.z1 = NULL; in Compute_ortho_equation()
16 temp_points.e2 = NULL; in Compute_ortho_equation()
17 temp_points.n2 = NULL; in Compute_ortho_equation()
18 temp_points.z2 = NULL; in Compute_ortho_equation()
32 I_new_con_point(&temp_points, e0, n0, z1, e2, n2, z2, status); in Compute_ortho_equation()
[all …]
/dports/biology/molden/molden5.8/surf/
H A Dtessel_concave.c180 VertexType *temp_points[3]; local
249 temp_points[0] = &new_point1;
251 temp_points[1] = points[j];
253 temp_points[2] = points[k];
257 temp_points[0] = points[k]; new_side_len[0] = sq_side_len[k];
258 temp_points[1] = points[i];
303 VertexType *temp_points[3]; local
329 temp_points[0] = &new_point;
331 temp_points[1] = points[j];
333 temp_points[2] = points[k];
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/i.ortho.transform/
H A Dmain.c152 struct Ortho_Control_Points temp_points; in compute_transformation() local
166 temp_points.count = 0; in compute_transformation()
167 temp_points.status = NULL; in compute_transformation()
168 temp_points.e1 = NULL; in compute_transformation()
169 temp_points.n1 = NULL; in compute_transformation()
170 temp_points.z1 = NULL; in compute_transformation()
171 temp_points.e2 = NULL; in compute_transformation()
172 temp_points.n2 = NULL; in compute_transformation()
173 temp_points.z2 = NULL; in compute_transformation()
187 I_new_con_point(&temp_points, e0, n0, z1, e2, n2, z2, status); in compute_transformation()
[all …]
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dmixed_integer_hull.cc48 ListMatrix<Vector<Rational>> out_points, temp_points; in mixed_integer_hull() local
66 p_intersection.give("VERTICES") >> temp_points; in mixed_integer_hull()
67 out_points /= temp_points; in mixed_integer_hull()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp93 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
102 … edgeplane,other.m_vertices[0],other.m_vertices[1],other.m_vertices[2],temp_points); in clip_triangle()
113 clipped_count = bt_plane_clip_polygon(edgeplane,temp_points,clipped_count,temp_points1); in clip_triangle()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp93 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
102 … edgeplane,other.m_vertices[0],other.m_vertices[1],other.m_vertices[2],temp_points); in clip_triangle()
113 clipped_count = bt_plane_clip_polygon(edgeplane,temp_points,clipped_count,temp_points1); in clip_triangle()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp93 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
102 … edgeplane,other.m_vertices[0],other.m_vertices[1],other.m_vertices[2],temp_points); in clip_triangle()
113 clipped_count = bt_plane_clip_polygon(edgeplane,temp_points,clipped_count,temp_points1); in clip_triangle()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp93 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
102 … edgeplane,other.m_vertices[0],other.m_vertices[1],other.m_vertices[2],temp_points); in clip_triangle()
113 clipped_count = bt_plane_clip_polygon(edgeplane,temp_points,clipped_count,temp_points1); in clip_triangle()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp91 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
98 edgeplane, other.m_vertices[0], other.m_vertices[1], other.m_vertices[2], temp_points); in clip_triangle()
107 clipped_count = bt_plane_clip_polygon(edgeplane, temp_points, clipped_count, temp_points1); in clip_triangle()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.cpp93 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle() local
102 … edgeplane,other.m_vertices[0],other.m_vertices[1],other.m_vertices[2],temp_points); in clip_triangle()
113 clipped_count = bt_plane_clip_polygon(edgeplane,temp_points,clipped_count,temp_points1); in clip_triangle()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); in avpriv_init_elbg() local
347 if (!temp_points) in avpriv_init_elbg()
351 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in avpriv_init_elbg()
354 ret = avpriv_init_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
357 av_freep(&temp_points); in avpriv_init_elbg()
360 ret = avpriv_do_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
362 av_free(temp_points); in avpriv_init_elbg()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); in avpriv_init_elbg() local
347 if (!temp_points) in avpriv_init_elbg()
351 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in avpriv_init_elbg()
354 ret = avpriv_init_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
357 av_freep(&temp_points); in avpriv_init_elbg()
360 ret = avpriv_do_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
362 av_free(temp_points); in avpriv_init_elbg()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); in avpriv_init_elbg() local
347 if (!temp_points) in avpriv_init_elbg()
351 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in avpriv_init_elbg()
354 ret = avpriv_init_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
357 av_freep(&temp_points); in avpriv_init_elbg()
360 ret = avpriv_do_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
362 av_free(temp_points); in avpriv_init_elbg()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); in avpriv_init_elbg() local
347 if (!temp_points) in avpriv_init_elbg()
351 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in avpriv_init_elbg()
354 ret = avpriv_init_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
357 av_freep(&temp_points); in avpriv_init_elbg()
360 ret = avpriv_do_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
362 av_free(temp_points); in avpriv_init_elbg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); in avpriv_init_elbg() local
347 if (!temp_points) in avpriv_init_elbg()
351 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in avpriv_init_elbg()
354 ret = avpriv_init_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
357 av_freep(&temp_points); in avpriv_init_elbg()
360 ret = avpriv_do_elbg(temp_points, dim, numpoints / 8, codebook, in avpriv_init_elbg()
362 av_free(temp_points); in avpriv_init_elbg()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_draw.cpp419 ImVec2* temp_points = temp_normals + points_count; in AddPolyline() local
436 temp_points[0] = points[0] + temp_normals[0] * AA_SIZE; in AddPolyline()
437 temp_points[1] = points[0] - temp_normals[0] * AA_SIZE; in AddPolyline()
459 temp_points[i2*2+0] = points[i2] + dm; in AddPolyline()
460 temp_points[i2*2+1] = points[i2] - dm; in AddPolyline()
487 temp_points[1] = points[0] + temp_normals[0] * (half_inner_thickness); in AddPolyline()
488 temp_points[2] = points[0] - temp_normals[0] * (half_inner_thickness); in AddPolyline()
514 temp_points[i2*4+0] = points[i2] + dm_out; in AddPolyline()
515 temp_points[i2*4+1] = points[i2] + dm_in; in AddPolyline()
516 temp_points[i2*4+2] = points[i2] - dm_in; in AddPolyline()
[all …]
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui_draw.cpp443 ImVec2* temp_points = temp_normals + points_count; in AddPolyline() local
460 temp_points[0] = points[0] + temp_normals[0] * AA_SIZE; in AddPolyline()
461 temp_points[1] = points[0] - temp_normals[0] * AA_SIZE; in AddPolyline()
483 temp_points[i2*2+0] = points[i2] + dm; in AddPolyline()
484 temp_points[i2*2+1] = points[i2] - dm; in AddPolyline()
511 temp_points[1] = points[0] + temp_normals[0] * (half_inner_thickness); in AddPolyline()
512 temp_points[2] = points[0] - temp_normals[0] * (half_inner_thickness); in AddPolyline()
538 temp_points[i2*4+0] = points[i2] + dm_out; in AddPolyline()
539 temp_points[i2*4+1] = points[i2] + dm_in; in AddPolyline()
540 temp_points[i2*4+2] = points[i2] - dm_in; in AddPolyline()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Delbg.c320 int *temp_points = av_malloc(dim*(numpoints/8)*sizeof(int)); in ff_init_elbg() local
323 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in ff_init_elbg()
326 … ff_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state); in ff_init_elbg()
327 … ff_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state); in ff_init_elbg()
329 av_free(temp_points); in ff_init_elbg()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); in avpriv_init_elbg() local
349 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int)); in avpriv_init_elbg()
352 …avpriv_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_sta… in avpriv_init_elbg()
353 …avpriv_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state… in avpriv_init_elbg()
355 av_free(temp_points); in avpriv_init_elbg()

1234