Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/include/pcl/gpu/features/device/
H A Deigen.hpp102 __device__ __forceinline__ void computeRoots2(const float& b, const float& c, float3& roots) in computeRoots2() function
119 computeRoots2 (c2, c1, roots); in computeRoots3()
159 computeRoots2 (c2, c1, roots); in computeRoots3()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/cuda/
H A Dutils.hpp112 __device__ __forceinline__ void computeRoots2(const float& b, const float& c, float3& roots) in computeRoots2() function
130 computeRoots2 (c2, c1, roots); in computeRoots3()
170 computeRoots2 (c2, c1, roots); in computeRoots3()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/cuda/
H A Dutils.hpp114 __device__ __forceinline__ void computeRoots2(const float& b, const float& c, float3& roots) in computeRoots2() function
132 computeRoots2 (c2, c1, roots); in computeRoots3()
172 computeRoots2 (c2, c1, roots); in computeRoots3()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/common/include/pcl/cuda/common/
H A Deigen.h142 inline __host__ __device__ void computeRoots2 (const float& b, const float& c, float3& roots) in computeRoots2() function
183 computeRoots2 (c2, c1, roots); in computeRoots()
221 computeRoots2 (c2, c1, roots); in computeRoots()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/impl/
H A Deigen.hpp53 computeRoots2 (const Scalar& b, const Scalar& c, Roots& roots) in computeRoots2() function
89 computeRoots2 (c2, c1, roots); in computeRoots()
127 computeRoots2 (c2, c1, roots); in computeRoots()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/
H A Deigen.h69 computeRoots2 (const Scalar &b, const Scalar &c, Roots &roots);