Home
last modified time | relevance | path

Searched refs:ADD_VEC (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDataSetGradientPrecompute.cxx160 ADD_VEC(cellVectors[3],tmp); in GradientPrecompute()
163 ADD_VEC(cellVectors[0],tmp); in GradientPrecompute()
166 ADD_VEC(cellVectors[1],tmp); in GradientPrecompute()
169 ADD_VEC(cellVectors[2],tmp); in GradientPrecompute()
229 ADD_VEC( cellVectors[2] , tmp ); in GradientPrecompute()
232 ADD_VEC( cellVectors[0] , tmp ); in GradientPrecompute()
235 ADD_VEC( cellVectors[1] , tmp ); in GradientPrecompute()
267 ADD_VEC(cellVectors[1], tmp); in GradientPrecompute()
270 ADD_VEC(cellVectors[0], tmp); in GradientPrecompute()
279 ADD_VEC(cellVectors[p], tmp); in GradientPrecompute()
[all …]
H A DvtkDataSetGradient.cxx36 #define ADD_VEC(a,b) a[0]+=b[0];a[1]+=b[1];a[2]+=b[2] macro
166 ADD_VEC( gradient , cqs ); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDataSetGradientPrecompute.cxx156 ADD_VEC(cellVectors[3],tmp); in GradientPrecompute()
159 ADD_VEC(cellVectors[0],tmp); in GradientPrecompute()
162 ADD_VEC(cellVectors[1],tmp); in GradientPrecompute()
165 ADD_VEC(cellVectors[2],tmp); in GradientPrecompute()
225 ADD_VEC( cellVectors[2] , tmp ); in GradientPrecompute()
228 ADD_VEC( cellVectors[0] , tmp ); in GradientPrecompute()
231 ADD_VEC( cellVectors[1] , tmp ); in GradientPrecompute()
263 ADD_VEC(cellVectors[1], tmp); in GradientPrecompute()
266 ADD_VEC(cellVectors[0], tmp); in GradientPrecompute()
275 ADD_VEC(cellVectors[p], tmp); in GradientPrecompute()
[all …]
H A DvtkDataSetGradient.cxx36 #define ADD_VEC(a,b) a[0]+=b[0];a[1]+=b[1];a[2]+=b[2] macro
166 ADD_VEC( gradient , cqs ); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDataSetGradientPrecompute.cxx153 ADD_VEC(cellCenter, cellPoints[p]); in GradientPrecompute()
170 ADD_VEC(cellVectors[3], tmp); in GradientPrecompute()
173 ADD_VEC(cellVectors[0], tmp); in GradientPrecompute()
176 ADD_VEC(cellVectors[1], tmp); in GradientPrecompute()
179 ADD_VEC(cellVectors[2], tmp); in GradientPrecompute()
247 ADD_VEC(cellVectors[2], tmp); in GradientPrecompute()
250 ADD_VEC(cellVectors[0], tmp); in GradientPrecompute()
253 ADD_VEC(cellVectors[1], tmp); in GradientPrecompute()
284 ADD_VEC(cellVectors[1], tmp); in GradientPrecompute()
287 ADD_VEC(cellVectors[0], tmp); in GradientPrecompute()
[all …]
H A DvtkDataSetGradient.cxx34 #define ADD_VEC(a, b) \ macro
176 ADD_VEC(gradient, cqs); in RequestData()