Home
last modified time | relevance | path

Searched refs:v111 (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/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
32 ( (wx) * (wy) * (wz) * (v111) + \
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
42 (((wy) * (wz) * (v111) + \
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
52 (((wx) * (wz) * (v111) + \
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
62 (((wx) * (wy) * (v111) + \
/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
32 ( (wx) * (wy) * (wz) * (v111) + \
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
42 (((wy) * (wz) * (v111) + \
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
52 (((wx) * (wz) * (v111) + \
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
62 (((wx) * (wy) * (v111) + \
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dnoise.cpp39 float v001, float v101, float v011, float v111,
134 float v001, float v101, float v011, float v111, in triLinearInterpolation() argument
149 v111 * tx * ty * tz in triLinearInterpolation()
155 float v001, float v101, float v011, float v111, in triLinearInterpolationNoEase() argument
169 v111 * tx * ty * tz in triLinearInterpolationNoEase()
236 float v111 = noise3d(x0 + 1, y0 + 1, z0 + 1, seed); in noise3d_gradient() local
241 v001, v101, v011, v111, in noise3d_gradient()
246 v001, v101, v011, v111, in noise3d_gradient()
482 float v001, v011, v101, v111; in gradientMap3D() local
531 v001, v101, v011, v111, in gradientMap3D()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/
H A Dappveyor.yml9 OPENSSLPath: C:\OpenSSL-v111-Win64
15 OPENSSLPath: C:\OpenSSL-v111-Win32
21 OPENSSLPath: C:\OpenSSL-v111-Win32
28 OPENSSLPath: C:\OpenSSL-v111-Win64
/dports/games/minetest/minetest-5.4.1/src/
H A Dnoise.cpp46 float v001, float v101, float v011, float v111,
223 float v001, float v101, float v011, float v111, in triLinearInterpolation() argument
236 float v001, float v101, float v011, float v111, in triLinearInterpolationNoEase() argument
283 float v111 = noise3d(x0 + 1, y0 + 1, z0 + 1, seed); in noise3d_gradient() local
288 v001, v101, v011, v111, in noise3d_gradient()
294 v001, v101, v011, v111, in noise3d_gradient()
624 float v001, v011, v101, v111; in gradientMap3D() local
667 v111 = noise_buf[idx(1, noisey + 1, noisez + 1)]; in gradientMap3D()
674 v001, v101, v011, v111, in gradientMap3D()
686 v011 = v111; 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
338 v111 = vectors.Get(idx111[2] * planeSize + idx111[1] * rowSize + idx111[0]); in Evaluate()
356 v11[0] = (1.0f - a) * v110[0] + a * v111[0]; in Evaluate()
357 v11[1] = (1.0f - a) * v110[1] + a * v111[1]; in Evaluate()
358 v11[2] = (1.0f - a) * v110[2] + a * v111[2]; in Evaluate()
546 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in Evaluate() local
554 v111 = vectors.Get(idx111[2] * planeSize + idx111[1] * rowSize + idx111[0]); in Evaluate()
572 v11[0] = (1.0f - a) * v110[0] + a * v111[0]; in Evaluate()
573 v11[1] = (1.0f - a) * v110[1] + a * v111[1]; in Evaluate()
574 v11[2] = (1.0f - a) * v110[2] + a * v111[2]; in Evaluate()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/
H A DFixedFunctionTechnique.cpp169 osg::Vec3d v111 = osg::Vec3d(1.0,1.0,1.0) * matrix; in init() local
171 double cubeSize = (v111-v000).length(); in init()
172 osg::Vec3d center = (v000+v111)*0.5; in init()
178 clipnode->addClipPlane(new osg::ClipPlane(1, osg::Plane(v100, v111, v110))); in init()
182 clipnode->addClipPlane(new osg::ClipPlane(5, osg::Plane(v001, v111, v101))); in init()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/
H A DFixedFunctionTechnique.cpp169 osg::Vec3d v111 = osg::Vec3d(1.0,1.0,1.0) * matrix; in init() local
171 double cubeSize = (v111-v000).length(); in init()
172 osg::Vec3d center = (v000+v111)*0.5; in init()
178 clipnode->addClipPlane(new osg::ClipPlane(1, osg::Plane(v100, v111, v110))); in init()
182 clipnode->addClipPlane(new osg::ClipPlane(5, osg::Plane(v001, v111, v101))); in init()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/volumetricMesh/
H A DcubicMesh.cpp304 int v111 = getVertexIndex(element, 6); in interpolateData() local
316 …a[ELT(3*numVertices, 3 * v111 + 0, j)], vertexData[ELT(3*numVertices, 3 * v111 + 1, j)], vertexDat… in interpolateData()
411 int v111 = getVertexIndex(element, 6); in normalCorrection() local
435 …a[ELT(3*numVertices, 3 * v111 + 0, j)], vertexData[ELT(3*numVertices, 3 * v111 + 1, j)], vertexDat… in normalCorrection()
483 int v111 = getVertexIndex(element, 6); in interpolateGradient() local
505 … = Vec3d(U[ELT(3*numVertices, 3 * v111 + 0, j)], U[ELT(3*numVertices, 3 * v111 + 1, j)], U[ELT(3*n… in interpolateGradient()
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dver.t24 is('ok ',v111.107.32,'ASCII printing characters');
27 $h{v111.107} = "ok";
28 is('ok',$h{v111.107},'ASCII hash keys');
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dver.t24 is('ok ',v111.107.32,'ASCII printing characters');
27 $h{v111.107} = "ok";
28 is('ok',$h{v111.107},'ASCII hash keys');
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dver.t24 is('ok ',v111.107.32,'ASCII printing characters');
27 $h{v111.107} = "ok";
28 is('ok',$h{v111.107},'ASCII hash keys');
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dver.t24 is('ok ',v111.107.32,'ASCII printing characters');
27 $h{v111.107} = "ok";
28 is('ok',$h{v111.107},'ASCII hash keys');
/dports/cad/opencascade/opencascade-7.6.0/tests/thrusection/specific/
H A DF2107 vertex v111 15 15 -${z2}
112 edge e111 v111 v112
115 edge e114 v114 v111
H A DM671 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111
H A DN271 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111
H A DN371 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111
H A DE6105 vertex v111 15 15 -${z2}
110 edge e111 v111 v112
113 edge e114 v114 v111
H A DE7107 vertex v111 15 15 -${z2}
112 edge e111 v111 v112
115 edge e114 v114 v111
H A DE9105 vertex v111 15 15 -${z2}
110 edge e111 v111 v112
113 edge e114 v114 v111
H A DM771 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111
H A DM871 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111
H A DM971 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111
H A DF1105 vertex v111 15 15 -${z2}
110 edge e111 v111 v112
113 edge e114 v114 v111
H A DN171 vertex v111 15 15 -${z2}
76 edge e111 v111 v112
79 edge e114 v114 v111

12345678910>>...39