Home
last modified time | relevance | path

Searched refs:v000 (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/distanceField/
H A DtrilinearInterpolation.h31 #define TRILINEAR_INTERPOLATION(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
39 (1-(wx)) * (1-(wy)) * (1-(wz)) * (v000))
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
49 (-1) * (1-(wy)) * (1-(wz)) * (v000) ) / gridX)
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
59 (1-(wx)) * (-1) * (1-(wz)) * (v000)) / gridY)
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
69 (1-(wx)) * (1-(wy)) * (-1) * (v000)) / gridZ)
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DtrilinearInterpolation.h31 #define TRILINEAR_INTERPOLATION(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
39 (1-(wx)) * (1-(wy)) * (1-(wz)) * (v000))
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
49 (-1) * (1-(wy)) * (1-(wz)) * (v000) ) / gridX)
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
59 (1-(wx)) * (-1) * (1-(wz)) * (v000)) / gridY)
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
69 (1-(wx)) * (1-(wy)) * (-1) * (v000)) / gridZ)
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dnoise.cpp38 float v000, float v100, float v010, float v110,
133 float v000, float v100, float v010, float v110, in triLinearInterpolation() argument
142 v000 * (1 - tx) * (1 - ty) * (1 - tz) + in triLinearInterpolation()
154 float v000, float v100, float v010, float v110, in triLinearInterpolationNoEase() argument
162 v000 * (1 - tx) * (1 - ty) * (1 - tz) + in triLinearInterpolationNoEase()
240 v000, v100, v010, v110, in noise3d_gradient()
245 v000, v100, v010, v110, in noise3d_gradient()
481 float v000, v010, v100, v110; in gradientMap3D() local
517 v000 = noisebuf[idx(0, noisey, noisez)]; in gradientMap3D()
530 v000, v100, v010, v110, in gradientMap3D()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/
H A DFixedFunctionTechnique.cpp161 osg::Vec3d v000 = osg::Vec3d(0.0,0.0,0.0) * matrix; in init() local
171 double cubeSize = (v111-v000).length(); in init()
172 osg::Vec3d center = (v000+v111)*0.5; in init()
177 clipnode->addClipPlane(new osg::ClipPlane(0, osg::Plane(v000, v011, v001))); in init()
179 clipnode->addClipPlane(new osg::ClipPlane(2, osg::Plane(v000, v101, v100))); in init()
181 clipnode->addClipPlane(new osg::ClipPlane(4, osg::Plane(v000, v110, v010))); in init()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/
H A DFixedFunctionTechnique.cpp161 osg::Vec3d v000 = osg::Vec3d(0.0,0.0,0.0) * matrix; in init() local
171 double cubeSize = (v111-v000).length(); in init()
172 osg::Vec3d center = (v000+v111)*0.5; in init()
177 clipnode->addClipPlane(new osg::ClipPlane(0, osg::Plane(v000, v011, v001))); in init()
179 clipnode->addClipPlane(new osg::ClipPlane(2, osg::Plane(v000, v101, v100))); in init()
181 clipnode->addClipPlane(new osg::ClipPlane(4, osg::Plane(v000, v110, v010))); in init()
/dports/games/minetest/minetest-5.4.1/src/
H A Dnoise.cpp45 float v000, float v100, float v010, float v110,
222 float v000, float v100, float v010, float v110, in triLinearInterpolation() argument
235 float v000, float v100, float v010, float v110, in triLinearInterpolationNoEase() argument
239 float u = biLinearInterpolationNoEase(v000, v100, v010, v110, x, y); in triLinearInterpolationNoEase()
276 float v000 = noise3d(x0, y0, z0, seed); in noise3d_gradient() local
287 v000, v100, v010, v110, in noise3d_gradient()
293 v000, v100, v010, v110, in noise3d_gradient()
623 float v000, v010, v100, v110; in gradientMap3D() local
660 v000 = noise_buf[idx(0, noisey, noisez)]; in gradientMap3D()
673 v000, v100, v010, v110, in gradientMap3D()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/particleadvection/
H A DGridEvaluators.h330 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in Evaluate() local
331 v000 = vectors.Get(idx000[2] * planeSize + idx000[1] * rowSize + idx000[0]); in Evaluate()
344 v00[0] = (1.0f - a) * v000[0] + a * v001[0]; in Evaluate()
345 v00[1] = (1.0f - a) * v000[1] + a * v001[1]; in Evaluate()
346 v00[2] = (1.0f - a) * v000[2] + a * v001[2]; in Evaluate()
546 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in Evaluate() local
547 v000 = vectors.Get(idx000[2] * planeSize + idx000[1] * rowSize + idx000[0]); in Evaluate()
560 v00[0] = (1.0f - a) * v000[0] + a * v001[0]; in Evaluate()
561 v00[1] = (1.0f - a) * v000[1] + a * v001[1]; in Evaluate()
562 v00[2] = (1.0f - a) * v000[2] + a * v001[2]; in Evaluate()
H A DTemporalGridEvaluators.h233 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in Interpolate() local
234 v000 = vectors.Get(idx000[2] * planeSize + idx000[1] * rowSize + idx000[0]); in Interpolate()
246 v00[0] = (1.0f - a) * v000[0] + a * v001[0]; in Interpolate()
247 v00[1] = (1.0f - a) * v000[1] + a * v001[1]; in Interpolate()
248 v00[2] = (1.0f - a) * v000[2] + a * v001[2]; in Interpolate()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/volumetricMesh/
H A DcubicMesh.cpp298 int v000 = getVertexIndex(element, 0); in interpolateData() local
309 …a[ELT(3*numVertices, 3 * v000 + 0, j)], vertexData[ELT(3*numVertices, 3 * v000 + 1, j)], vertexDat… in interpolateData()
405 int v000 = getVertexIndex(element, 0); in normalCorrection() local
428 …a[ELT(3*numVertices, 3 * v000 + 0, j)], vertexData[ELT(3*numVertices, 3 * v000 + 1, j)], vertexDat… in normalCorrection()
477 int v000 = getVertexIndex(element, 0); in interpolateGradient() local
498 … = Vec3d(U[ELT(3*numVertices, 3 * v000 + 0, j)], U[ELT(3*numVertices, 3 * v000 + 1, j)], U[ELT(3*n… in interpolateGradient()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxctable.c96 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
106 frac v00 = v000 + in interpolate_accum()
107 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxctable.c101 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
111 frac v00 = v000 + in interpolate_accum()
112 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxctable.c96 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
106 frac v00 = v000 + in interpolate_accum()
107 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxctable.c101 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
111 frac v00 = v000 + in interpolate_accum()
112 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxctable.c98 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
108 frac v00 = v000 + in interpolate_accum()
109 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/math/mpir/mpir-3.0.0/mpn/sparc64/
H A Daddmul_2.asm186 ldd [%sp+2223+0], v000
190 fxtod v000, v000
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxctable.c98 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
108 frac v00 = v000 + in interpolate_accum()
109 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxctable.c98 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
108 frac v00 = v000 + in interpolate_accum()
109 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxctable.c98 frac v000 = byte2frac(pa0[0]); in interpolate_accum() local
108 frac v00 = v000 + in interpolate_accum()
109 (frac) arith_rshift((long)fc * (v001 - v000), in interpolate_accum()
/dports/math/gmp/gmp-6.2.1/mpn/sparc64/ultrasparc1234/
H A Daddmul_2.asm195 ldd [%sp+2223+0], v000
199 fxtod v000, v000
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/sparc64/ultrasparc1234/
H A Daddmul_2.asm195 ldd [%sp+2223+0], v000
199 fxtod v000, v000
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/sparc64/ultrasparc1234/
H A Daddmul_2.asm195 ldd [%sp+2223+0], v000
199 fxtod v000, v000
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/sparc64/ultrasparc1234/
H A Daddmul_2.asm195 ldd [%sp+2223+0], v000
199 fxtod v000, v000
/dports/science/openkim-models/openkim-models-2021-01-28/portable-models/MEAM_LAMMPS_CostaAgrenClavaguera_2007_AlNi__MO_131642768288_000/
H A Dkimspec.edn3 "description" "LAMMPS MEAM Potential for the Al-Ni system developed by Silva et al. (2007) v000"
35 "title" "MEAM Potential for the Al-Ni system developed by Silva et al. (2007) v000"}
/dports/science/openkim-models/openkim-models-2021-01-28/portable-models/ThreeBodyCluster_BH_BiswasHamann_1987_Si__MO_019616213550_000/
H A Dkimcite-MO_019616213550_000.bib14 title = {{T}hree-body cluster potential for {S}i by {B}iswas and {H}amann (1987) v000},
24 title = {{T}hree-body cluster potential by {B}iswas and {H}amann (1987) v000},
/dports/science/openkim-models/openkim-models-2021-01-28/portable-models/ThreeBodyCluster_Gong_Gong_1993_Si__MO_407755720412_000/
H A Dkimcite-MO_407755720412_000.bib14 title = {{T}hree-body cluster potential for {S}i by {G}ong (1993) v000},
24 title = {{T}hree-body cluster potential by {G}ong (1993) v000},

12345678910>>...32