Home
last modified time | relevance | path

Searched refs:v011 (Results 1 – 25 of 123) sorted by relevance

12345

/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
36 (1-(wx)) * (wy) * (wz) * (v011) + \
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
46 (-1) * (wy) * (wz) * (v011) + \
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
56 (1-(wx)) * (wz) * (v011) + \
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
66 (1-(wx)) * (wy) * (v011) + \
/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
36 (1-(wx)) * (wy) * (wz) * (v011) + \
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
46 (-1) * (wy) * (wz) * (v011) + \
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
56 (1-(wx)) * (wz) * (v011) + \
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
66 (1-(wx)) * (wy) * (v011) + \
/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
148 v011 * (1 - tx) * ty * tz + in triLinearInterpolation()
155 float v001, float v101, float v011, float v111, in triLinearInterpolationNoEase() argument
168 v011 * (1 - tx) * ty * tz + in triLinearInterpolationNoEase()
235 float v011 = noise3d(x0, 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/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
240 float v = biLinearInterpolationNoEase(v001, v101, v011, v111, x, y); in triLinearInterpolationNoEase()
282 float v011 = noise3d(x0, 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
666 v011 = noise_buf[idx(0, noisey + 1, noisez + 1)]; in gradientMap3D()
674 v001, v101, 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
334 v011 = vectors.Get(idx011[2] * planeSize + idx011[1] * rowSize + idx011[0]); in Evaluate()
348 v01[0] = (1.0f - a) * v010[0] + a * v011[0]; in Evaluate()
349 v01[1] = (1.0f - a) * v010[1] + a * v011[1]; in Evaluate()
350 v01[2] = (1.0f - a) * v010[2] + a * v011[2]; in Evaluate()
546 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in Evaluate() local
550 v011 = vectors.Get(idx011[2] * planeSize + idx011[1] * rowSize + idx011[0]); in Evaluate()
564 v01[0] = (1.0f - a) * v010[0] + a * v011[0]; in Evaluate()
565 v01[1] = (1.0f - a) * v010[1] + a * v011[1]; in Evaluate()
566 v01[2] = (1.0f - a) * v010[2] + a * v011[2]; in Evaluate()
H A DTemporalGridEvaluators.h233 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in Interpolate() local
237 v011 = vectors.Get(idx011[2] * planeSize + idx011[1] * rowSize + idx011[0]); in Interpolate()
250 v01[0] = (1.0f - a) * v010[0] + a * v011[0]; in Interpolate()
251 v01[1] = (1.0f - a) * v010[1] + a * v011[1]; in Interpolate()
252 v01[2] = (1.0f - a) * v010[2] + a * v011[2]; in Interpolate()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/volumetricMesh/
H A DcubicMesh.cpp305 int v011 = getVertexIndex(element, 7); in interpolateData() local
317 …a[ELT(3*numVertices, 3 * v011 + 0, j)], vertexData[ELT(3*numVertices, 3 * v011 + 1, j)], vertexDat… in interpolateData()
412 int v011 = getVertexIndex(element, 7); in normalCorrection() local
436 …a[ELT(3*numVertices, 3 * v011 + 0, j)], vertexData[ELT(3*numVertices, 3 * v011 + 1, j)], vertexDat… in normalCorrection()
484 int v011 = getVertexIndex(element, 7); in interpolateGradient() local
506 … = Vec3d(U[ELT(3*numVertices, 3 * v011 + 0, j)], U[ELT(3*numVertices, 3 * v011 + 1, j)], U[ELT(3*n… in interpolateGradient()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20_Vec128.c271 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
276 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
278 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
399 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
404 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
406 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
544 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
549 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
551 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
672 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/verified/
H A DHacl_Chacha20_Vec128.c271 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
276 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
278 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
399 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
404 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
406 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
544 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
549 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
551 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
672 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20_Vec128.c271 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
276 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
278 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
399 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
404 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
406 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
544 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
549 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
551 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
672 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/freebl/verified/
H A DHacl_Chacha20_Vec128.c271 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
276 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
278 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
399 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
404 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
406 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
544 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
549 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
551 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
672 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20_Vec128.c271 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
276 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
278 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
399 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
404 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
406 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
544 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
549 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
551 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
672 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20_Vec128.c271 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
276 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
278 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
399 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_encrypt_128() local
404 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
406 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_encrypt_128()
544 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
549 v0_1 = Lib_IntVector_Intrinsics_vec128_interleave_low32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
551 v1_1 = Lib_IntVector_Intrinsics_vec128_interleave_high32(v011, v111); in Hacl_Chacha20_Vec128_chacha20_decrypt_128()
672 Lib_IntVector_Intrinsics_vec128 v011 = k[8U]; in Hacl_Chacha20_Vec128_chacha20_decrypt_128() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DStreamLineUniformGrid.h82 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in VecDataAtPos() local
86 v011 = vecdata.Get(idx011[2] * planesize + idx011[1] * rowsize + idx011[0]); in VecDataAtPos()
99 v01[0] = (1.0f - a) * v010[0] + a * v011[0]; in VecDataAtPos()
100 v01[1] = (1.0f - a) * v010[1] + a * v011[1]; in VecDataAtPos()
101 v01[2] = (1.0f - a) * v010[2] + a * v011[2]; in VecDataAtPos()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DStreamLineUniformGrid.h94 vtkm::Vec<FieldType, 3> v000, v001, v010, v011, v100, v101, v110, v111; in VecDataAtPos() local
98 v011 = vecdata.Get(idx011[2] * planesize + idx011[1] * rowsize + idx011[0]); in VecDataAtPos()
111 v01[0] = (1.0f - a) * v010[0] + a * v011[0]; in VecDataAtPos()
112 v01[1] = (1.0f - a) * v010[1] + a * v011[1]; in VecDataAtPos()
113 v01[2] = (1.0f - a) * v010[2] + a * v011[2]; in VecDataAtPos()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxctable.c99 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
110 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxctable.c104 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
115 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxctable.c99 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
110 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxctable.c104 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
115 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxctable.c101 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
112 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxctable.c101 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
112 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxctable.c101 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
112 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxctable.c101 frac v011 = byte2frac(pa0[dbc1]); in interpolate_accum() local
112 (frac) arith_rshift((long)fc * (v011 - v010), in interpolate_accum()
/dports/math/octave/octave-6.4.0/scripts/plot/draw/private/
H A D__interp_cube__.m83 v011 = interp_cube_trilin (x, y, z, val, p011); variable
88 Dx = -v000 .+ v100 .- v010 .- v001 .- v011 .+ v101 .+ v110 .+ v111;
89 Dy = -v000 .- v100 .+ v010 .- v001 .+ v011 .- v101 .+ v110 .+ v111;
90 Dz = -v000 .- v100 .- v010 .+ v001 .+ v011 .+ v101 .- v110 .+ v111;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/
H A DFixedFunctionTechnique.cpp168 osg::Vec3d v011 = osg::Vec3d(0.0,1.0,1.0) * matrix; in init() local
177 clipnode->addClipPlane(new osg::ClipPlane(0, osg::Plane(v000, v011, v001))); in init()
180 clipnode->addClipPlane(new osg::ClipPlane(3, osg::Plane(v110, v011, v010))); in init()

12345