Home
last modified time | relevance | path

Searched refs:query_radius (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dcontext.h89 , query_radius(query_ws->radius) in PointQueryContext()
104 query_radius = Vec3fa(query_ws->radius); in updateAABB()
111 query_radius = 0.5f * (bbox.upper - bbox.lower); in updateAABB()
128 Vec3fa query_radius; // used if the query is converted to an AABB internally member
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2closest_point_query_test.cc220 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
221 S2Cap query_cap(index_cap.center(), query_radius); in TestWithIndexFactory()
232 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
238 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
257 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
262 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
H A Ds2closest_cell_query_test.cc316 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
317 S2Cap query_cap(index_cap.center(), query_radius); in TestWithIndexFactory()
328 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
334 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
353 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
358 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
368 0.1 * pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius); in TestWithIndexFactory()
H A Ds2closest_edge_query_test.cc413 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
414 S2Cap query_cap(index_cap.center(), query_radius); in TestWithIndexFactory()
425 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
431 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
451 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
456 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
H A Ds2furthest_edge_query_test.cc412 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
417 S2Cap query_cap(antipodal * index_cap.center(), query_radius); in TestWithIndexFactory()
427 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
433 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
446 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
451 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_intersector1.cpp229 TravPointQuery<N> tquery(query->p, context->query_radius); in pointQuery()
237 : dot(context->query_radius, context->query_radius); in pointQuery()
281 tquery.rad = context->query_radius; in pointQuery()
284 : dot(context->query_radius, context->query_radius); in pointQuery()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2closest_point_query_test.cc220 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
221 S2Cap query_cap(index_cap.center(), query_radius); in TestWithIndexFactory()
232 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
238 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
257 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
262 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
H A Ds2closest_cell_query_test.cc316 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
317 S2Cap query_cap(index_cap.center(), query_radius); in TestWithIndexFactory()
328 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
334 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
353 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
358 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
368 0.1 * pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius); in TestWithIndexFactory()
H A Ds2furthest_edge_query_test.cc412 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
417 S2Cap query_cap(antipodal * index_cap.center(), query_radius); in TestWithIndexFactory()
427 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
433 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
446 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
451 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
H A Ds2closest_edge_query_test.cc413 S1Angle query_radius = 2 * index_cap.GetRadius(); in TestWithIndexFactory() local
414 S2Cap query_cap(index_cap.center(), query_radius); in TestWithIndexFactory()
425 S2Testing::rnd.RandDouble() * query_radius); in TestWithIndexFactory()
431 pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius.radians())); in TestWithIndexFactory()
451 S2Cap(a, pow(1e-4, S2Testing::rnd.RandDouble()) * query_radius)); in TestWithIndexFactory()
456 int min_level = S2::kMaxDiag.GetLevelForMaxValue(query_radius.radians()); in TestWithIndexFactory()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/gpu/octree/
H A Ddata_source.hpp131 float query_radius = radius > 0 ? radius : radiuses[i]; in bruteForceSearch() local
142 if (dx*dx + dy*dy + dz*dz < query_radius * query_radius) in bruteForceSearch()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/feature_selection/
H A D_mutual_info.py63 nx = kd.query_radius(x, radius, count_only=True, return_distance=False)
67 ny = kd.query_radius(y, radius, count_only=True, return_distance=False)
140 m_all = kd.query_radius(c, radius, count_only=True, return_distance=False)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/neighbors/tests/
H A Dtest_neighbors_tree.py114 ind = tree.query_radius([query_pt], r + eps)[0]
134 ind, dist = tree.query_radius([query_pt], r + eps, return_distance=True)
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_PDB_KDTree.py71 query_radius = 10 # radius of search variable in KDTreeTest
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/neighbors/
H A D_base.py913 return tree.query_radius(*args, **kwargs)
H A D_binary_tree.pxi1309 def query_radius(self, X, r, int return_distance=False, member in BinaryTree