Home
last modified time | relevance | path

Searched refs:zpos (Results 51 – 75 of 702) sorted by relevance

12345678910>>...29

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_4Ddump.c583 int i , is_ts_null , status , opt , actv , zpos , ypos , xpos , hit; in EXTRACT_tsfunc() local
624 indexTOxyz (ud, ncall, &xpos , &ypos , &zpos); in EXTRACT_tsfunc()
631 if (ud->xyzvect[i].z == (float)zpos) in EXTRACT_tsfunc()
728 *zpos = (int)ncall / (int)(ud->nxx*ud->nyy); in indexTOxyz()
729 *ypos = (int)(ncall - *zpos * ud->nxx * ud->nyy) / (int)ud->nxx; in indexTOxyz()
730 *xpos = ncall - ( *ypos * ud->nxx ) - ( *zpos * ud->nxx * ud->nyy ) ; in indexTOxyz()
743 int xpos,ypos,zpos; in error_report() local
745 indexTOxyz (ud, ncall, &xpos , &ypos , &zpos); in error_report()
765 int i,xpos,ypos,zpos; in writets() local
770 indexTOxyz (ud,ncall,&xpos , &ypos , &zpos); in writets()
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dassembly.cpp303 placements[p].zpos += rz; in transform()
329 placements[p].zpos += bz-az + cz-dz; in transform()
415 int p1z = placements[p].zpos; in transform()
420 int p2z = placements[p2].zpos; in transform()
487 placements[p].zpos = p2z; in transform()
492 placements[p2].zpos = p1z; in transform()
503 int p1z = placements[p].zpos; in transform()
548 placements[p].zpos = 0; in transform()
553 placements[p2].zpos = p1z; in transform()
700 tmp.placements[i].zpos += z; in smallerRotationExists()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/math3d/
H A Dqvector3d.h64 QVector3D(qreal xpos, qreal ypos, qreal zpos);
69 QVector3D(const QVector2D& vector, qreal zpos);
134 QVector3D(float xpos, float ypos, float zpos, int dummy);
148 inline QVector3D::QVector3D(qreal xpos, qreal ypos, qreal zpos) : xp(xpos), yp(ypos), zp(zpos) {} in QVector3D() argument
150 inline QVector3D::QVector3D(float xpos, float ypos, float zpos, int) : xp(xpos), yp(ypos), zp(zpos)… in QVector3D() argument
H A Dqvector4d.h64 QVector4D(qreal xpos, qreal ypos, qreal zpos, qreal wpos);
69 QVector4D(const QVector2D& vector, qreal zpos, qreal wpos);
131 QVector4D(float xpos, float ypos, float zpos, float wpos, int dummy);
145 …e QVector4D::QVector4D(qreal xpos, qreal ypos, qreal zpos, qreal wpos) : xp(xpos), yp(ypos), zp(zp… in QVector4D() argument
147 …Vector4D::QVector4D(float xpos, float ypos, float zpos, float wpos, int) : xp(xpos), yp(ypos), zp( in QVector4D() argument
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ui/
H A Dlabel.cpp387 size_t zpos = tlen-1; in updateContent() local
389 while(zpos>dotstop && (text[zpos] == '0' || text[zpos] == '.')) zpos--; in updateContent()
391 if(zpos<tlen-1) text.resize(zpos+1); in updateContent()
/dports/math/py-yt/yt-4.0.1/doc/source/developing/
H A Dexternal_analysis.rst96 double *zpos;
244 double *zpos
270 def examine_axes(xpos, ypos, zpos):
283 particles.zpos[i] = zpos[i]
289 free(particles.zpos)
313 axes_calculator.examine_axes(xpos, ypos, zpos)
323 np.ndarray[np.float64_t, ndim=1] zpos):
336 particles.zpos[i] = zpos[i]
342 free(particles.zpos)
365 particles.zpos = <double *> zpos.data
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c138 plane->state->zpos = exynos_plane->config->zpos; in exynos_drm_plane_reset()
290 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument
293 drm_plane_create_zpos_immutable_property(plane, zpos); in exynos_plane_attach_zpos_property()
295 drm_plane_create_zpos_property(plane, zpos, 0, MAX_PLANE - 1); in exynos_plane_attach_zpos_property()
324 exynos_plane_attach_zpos_property(&exynos_plane->base, config->zpos, in exynos_plane_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c138 plane->state->zpos = exynos_plane->config->zpos; in exynos_drm_plane_reset()
290 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument
293 drm_plane_create_zpos_immutable_property(plane, zpos); in exynos_plane_attach_zpos_property()
295 drm_plane_create_zpos_property(plane, zpos, 0, MAX_PLANE - 1); in exynos_plane_attach_zpos_property()
324 exynos_plane_attach_zpos_property(&exynos_plane->base, config->zpos, in exynos_plane_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c138 plane->state->zpos = exynos_plane->config->zpos; in exynos_drm_plane_reset()
290 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument
293 drm_plane_create_zpos_immutable_property(plane, zpos); in exynos_plane_attach_zpos_property()
295 drm_plane_create_zpos_property(plane, zpos, 0, MAX_PLANE - 1); in exynos_plane_attach_zpos_property()
324 exynos_plane_attach_zpos_property(&exynos_plane->base, config->zpos, in exynos_plane_init()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dparticle_mesh_operations.pyx32 cdef np.float64_t xpos, ypos, zpos
51 zpos = (posz[n] - le2)*fact
57 if (zpos < 0.5001) or (zpos > edge2):
62 k1 = <int> (zpos + 0.5)
67 dz = (<np.float64_t> k1) + 0.5 - zpos
230 cdef np.float64_t xpos, ypos, zpos
250 zpos = (posz[n]-le2)*fact
252 if (xpos < -1 or ypos < -1 or zpos < -1 or
258 zpos = fclip(zpos, 0.5001, edge2)
262 k1 = <int> (zpos + 0.5)
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglcompfont.c86 void glprintfglut(void *font, GLfloat xpos, GLfloat ypos, GLfloat zpos, in glprintfglut() argument
89 glRasterPos3f(xpos, ypos, zpos + 0.001); in glprintfglut()
97 glPrintf(glCompFont * font, GLfloat xpos, GLfloat ypos, GLfloat zpos,
110 glprintfglut(font->glutfont, xpos, ypos, zpos, bf);
117 glprintf(glCompFont * font, GLfloat xpos, GLfloat ypos, GLfloat zpos,
120 glPrintf(font, xpos, ypos, zpos, width, bf, 0);
124 glprintfz(glCompFont * font, GLfloat xpos, GLfloat ypos, GLfloat zpos,
127 glPrintf(font, xpos, ypos, zpos, width, bf, 0);
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkLinkEdgels.cxx125 int x,y,ypos,zpos; in LinkEdgels() local
153 zpos = z*xdim*ydim; in LinkEdgels()
173 inVectors->GetTuple(x+ypos+zpos,vec1); in LinkEdgels()
193 (y + yoffset[i])*xdim + zpos,vec2); in LinkEdgels()
241 (y + yoffset[i])*xdim + zpos,vec2); in LinkEdgels()
307 inVectors->GetTuple(currX+currY*xdim+zpos,vec2); in LinkEdgels()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkLinkEdgels.cxx117 int x, y, ypos, zpos; in LinkEdgels() local
142 zpos = z * xdim * ydim; in LinkEdgels()
162 inVectors->GetTuple(x + ypos + zpos, vec1); in LinkEdgels()
178 inVectors->GetTuple(x + xoffset[i] + (y + yoffset[i]) * xdim + zpos, vec2); in LinkEdgels()
221 inVectors->GetTuple(x + xoffset[i] + (y + yoffset[i]) * xdim + zpos, vec2); in LinkEdgels()
284 inVectors->GetTuple(currX + currY * xdim + zpos, vec2); in LinkEdgels()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkLinkEdgels.cxx125 int x,y,ypos,zpos; in LinkEdgels() local
153 zpos = z*xdim*ydim; in LinkEdgels()
173 inVectors->GetTuple(x+ypos+zpos,vec1); in LinkEdgels()
193 (y + yoffset[i])*xdim + zpos,vec2); in LinkEdgels()
241 (y + yoffset[i])*xdim + zpos,vec2); in LinkEdgels()
307 inVectors->GetTuple(currX+currY*xdim+zpos,vec2); in LinkEdgels()
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/src/API/
H A DPosition.h6 Position(float xpos, float ypos, float zpos): x(xpos), y(ypos), z(zpos) {} in Position() argument
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dsitusplugin.cpp228 float situs_voxel_value_interpolate_from_coord(float xpos, float ypos, float zpos, const float *ori… in situs_voxel_value_interpolate_from_coord() argument
231 zpos = (zpos-origin[2])/zdelta[2]; in situs_voxel_value_interpolate_from_coord()
234 int gz = (int) zpos; in situs_voxel_value_interpolate_from_coord()
239 return situs_voxel_value_interpolate(xpos, ypos, zpos, xsize, ysize, zsize, data); in situs_voxel_value_interpolate_from_coord()
304 float zpos = origin[2] + k*new_delta; in write_situs_data() local
305 …ze + k*new_xysize] = situs_voxel_value_interpolate_from_coord(xpos, ypos, zpos, origin, xdelta, yd… in write_situs_data()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqdoublevector3d_p.h68 Q_DECL_CONSTEXPR inline QDoubleVector3D(double xpos, double ypos, double zpos);
70 Q_DECL_CONSTEXPR inline QDoubleVector3D(const QDoubleVector2D &vector, double zpos);
137 …eVector3D::QDoubleVector3D(double xpos, double ypos, double zpos) : xp(xpos), yp(ypos), zp(zpos) {} in QDoubleVector3D() argument
142 Q_DECL_CONSTEXPR inline QDoubleVector3D::QDoubleVector3D(const QDoubleVector2D &v, double zpos) in QDoubleVector3D() argument
143 : xp(v.xp), yp(v.yp), zp(zpos) {} in QDoubleVector3D()
/dports/multimedia/transcode/transcode-1.1.7/filter/subtitler/
H A Dobject_list.c200 double xpos, double ypos, double zpos,\ in add_subtitle_object() argument
216 xpos, ypos, zpos,\ in add_subtitle_object()
229 start_frame_nr, end_frame_nr, xpos, ypos, zpos, type); in add_subtitle_object()
246 pa -> zpos = zpos; in add_subtitle_object()
679 pa -> zpos = 65535; in add_objects()
791 pa -> zpos += pa -> dzpos; in add_objects()
917 if(pa -> zpos != pa -> old_zpos) in add_objects()
921 pa -> old_zpos = pa -> zpos; in add_objects()
972 if( pa -> zpos < pb -> zpos ) in sort_objects_by_zaxis()
/dports/devel/stb/stb-f54acd4/tests/caveview/
H A Dcave_parse.h15 int xpos, zpos, max_y; member
25 int max_y, xpos, zpos; member
/dports/net-im/uTox/uTox/third-party/stb/tests/caveview/
H A Dcave_parse.h15 int xpos, zpos, max_y; member
25 int max_y, xpos, zpos; member
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/caveview/
H A Dcave_parse.h15 int xpos, zpos, max_y; member
25 int max_y, xpos, zpos; member
/dports/security/ridl/ridl-11b3240/stb/tests/caveview/
H A Dcave_parse.h15 int xpos, zpos, max_y; member
25 int max_y, xpos, zpos; member
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_shelves_maker.py349 …ate_unit(stype, objname, thickness, sthickness, sx, sy, sz, px, py, pz, left, right, shelves, zpos, argument
448 myvertex.extend([(posx, 0, posz1 + zpos[x]), (posx, -sy, posz1 + zpos[x]),
449 (posx, -sy, posz2 + zpos[x]), (posx, 0, posz2 + zpos[x]),
450 (width, 0, posz1 + zpos[x]), (width, -sy, posz1 + zpos[x]),
451 (width, -sy, posz2 + zpos[x]), (width, 0, posz2 + zpos[x])])
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_landscape/
H A Dcrrc_builtin_scenery.cpp240 float xpos, zpos; in draw_normals() local
248 zpos = z*zoom - zoff; in draw_normals()
273 float xpos, zpos; in compile_display_list() local
323 zpos = z*zoom - zoff; in compile_display_list()
329 zpos = z*zoom - zoff; in compile_display_list()
334 zpos = (z+1)*zoom - zoff; in compile_display_list()
339 zpos = (z+1)*zoom - zoff; in compile_display_list()
345 zpos = z*zoom - zoff; in compile_display_list()
350 zpos = (z+1)*zoom - zoff; in compile_display_list()
367 zpos = z*zoom - zoff; in compile_display_list()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/
H A Ddrm_blend.h53 unsigned int zpos,
56 unsigned int zpos);

12345678910>>...29