Home
last modified time | relevance | path

Searched refs:pointDepth (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-ddalpha/ddalpha/src/
H A DPotentialDepth.cpp77 double pointDepth = 0; in PotentialDepths() local
87 pointDepth += Kernel(testpoints[p], points[classBeginning + c], ss*weight); in PotentialDepths()
89 depths[p][i] = pointDepth; in PotentialDepths()
/dports/graphics/ospray/ospray-2.8.0/ospray/fb/frame_ops/
H A DSSAO.ispc75 float pointDepth = depthBuffer[pixelID];
86 pixelPosCamera = pixelPosCamera * ((pointDepth) / (length(pixelPosCamera)));
119 abs(pointDepth - sampleDepth) < checkRadius ? 1.0 : 0.0;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/DataManager/
H A DDataSeries.cs635 ref double pointDepth, in GetPointDepthAndGap() argument
646 pointDepth = CommonElements.ParseDouble(attribValue); in GetPointDepthAndGap()
653 if (pointDepth <= 0) in GetPointDepthAndGap()
657 if (pointDepth > CustomPropertyRegistry.MaxValueOfPixelAttribute) in GetPointDepthAndGap()
662 SizeF relativeSize = graph.GetRelativeSize(new SizeF((float)pointDepth, (float)pointDepth)); in GetPointDepthAndGap()
663 pointDepth = relativeSize.Width; in GetPointDepthAndGap()
666 pointDepth = relativeSize.Height; in GetPointDepthAndGap()
/dports/devel/ode/ode-0.13/bindings/python/
H A Dode.pyx3689 def pointDepth(self, p): member in GeomSphere
3690 """pointDepth(p) -> float
3748 def pointDepth(self, p): member in GeomBox
3749 """pointDepth(p) -> float
3808 def pointDepth(self, p): member in GeomPlane
3809 """pointDepth(p) -> float
3870 def pointDepth(self, p): member in GeomCapsule
3871 """pointDepth(p) -> float
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c3167 PetscInt point = closure[2 * i], pointDepth; in DMPlexComputeInjectorReferenceTree() local
3174 ierr = DMLabelGetValue(depth,point,&pointDepth);CHKERRQ(ierr); in DMPlexComputeInjectorReferenceTree()
3175 cellShapeOff += depthNumDof[pointDepth]; in DMPlexComputeInjectorReferenceTree()
3289 PetscInt pointDepth; in DMPlexComputeInjectorReferenceTree() local
3296 ierr = DMLabelGetValue(depth,point,&pointDepth);CHKERRQ(ierr); in DMPlexComputeInjectorReferenceTree()
3297 childCellShapeOff += depthNumDof[pointDepth]; in DMPlexComputeInjectorReferenceTree()