Home
last modified time | relevance | path

Searched defs:ustep (Results 1 – 25 of 108) sorted by relevance

12345

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkSphereMeshSource.hxx56 double ustep, vstep, ubeg, vbeg, u, v; in GenerateData() local
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_drawt_sse2.cpp293 fixed_t ustep = (fixed_t)((uend - ustart) * INTERPSTEP); in R_DrawSlopeSpanD_SSE2() local
375 fixed_t ustep = (fixed_t)((uend - ustart) / count); in R_DrawSlopeSpanD_SSE2() local
H A Dr_draw.cpp729 fixed_t ustep = (fixed_t)((uend - ustart) * INTERPSTEP); in R_DrawSlopedSpanGeneric() local
765 fixed_t ustep = (fixed_t)((uend - ustart) / count); in R_DrawSlopedSpanGeneric() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/psp/
H A Dvid_psp.c103 float ustep = (float)sw / (float)(dw / SLICE_SIZE); in vidgu_render() local
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/psp/
H A Dvid_psp.c103 float ustep = (float)sw / (float)(dw / SLICE_SIZE); in vidgu_render() local
/dports/games/pioneer/pioneer-20210723/src/
H A DGasGiantJobs.cpp57 const double ustep = double(u) * fracStep; in OnRun() local
H A DGasGiant.cpp560 const double ustep = double(u) * fracStep; in GenerateTexture() local
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/odds-0.2.26/src/
H A Dstride.rs116 let ustep = if step < 0 { -step } else { step } as usize; localVariable
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/itertools-0.4.19/src/
H A Dstride.rs112 let ustep = if step < 0 { -step } else { step } as usize; localVariable
/dports/biology/py-pybigwig/pyBigWig-0.3.18/
H A DpyBigWig.c1110 uint32_t tid, uspan, ustep, ustart; local
1461 uint32_t n, ustarts, uspan, ustep; local
1549 uint32_t cTid, ustart, uend, uspan, ustep; local
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dlightmap.h111 float u, ustep; member
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dlightmap.h111 float u, ustep; member
H A Dnormal.cpp210 void calclerpverts(const vec &origin, const vec *p, const vec *n, const vec &ustep, const vec &vste… in calclerpverts()
H A Dlightmap.cpp598 …u, int y1, int y2, const vec &origin, const lerpvert *lv, int numv, const vec &ustep, const vec &v… in generate_lightmap()
833 int preview_lightmap_alpha(float lpu, int y1, int y2, const vec &origin, const vec &ustep, const ve… in preview_lightmap_alpha()
1108 vec ustep(u), vstep(v); in setup_surface() local
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dlightmap.h114 float u, ustep; member
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccmeshsurf.cpp34 double ustep = 0.01*(umax-umin); in GetNormalVector() local
/dports/graphics/pixie/Pixie/src/ri/
H A Dsurface.cpp181 const double ustep = (umax - ustart) / (double) (numUprobes-1); in dice() local
1333 const double ustep = (umax-umin) / (double) div; in sampleTesselation() local
1883 const double ustep = (umax-umin) / (double) udiv; in splitToChildren() local
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_draw32.c127 uint32 u, v, ustep, vstep; local
H A Dsw_draw.c208 int ustep, vstep; in Draw_StretchData() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp622 void hal::SVD32f(float* At, size_t astep, float* W, float* U, size_t ustep, float* Vt, size_t vstep… in SVD32f()
628 void hal::SVD64f(double* At, size_t astep, double* W, double* U, size_t ustep, double* Vt, size_t v… in SVD64f()
728 const float* u, size_t ustep, bool uT, in SVBkSb()
743 const double* u, size_t ustep, bool uT, in SVBkSb()
/dports/games/q2pro/q2pro/ref_newgl/
H A Dgl_draw.c175 int u, v, ustep, vstep; in Draw_StretchRaw() local
/dports/math/eclib/eclib-20210318/libsrc/
H A Dmglobsol.cc476 long ustep = 1+odd_u_only; in search_range() local
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dlattice.c368 float u, v1, v2, ustep, vstep; in makeTorus() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccmeshsurf.cpp50 double ustep = 0.01*(umax-umin); in GetNormalVector() local
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.cxx1393 double ustep = outInfo->Get(UPDATE_TIME_STEP()); in NeedToExecuteBasedOnTime() local

12345