Home
last modified time | relevance | path

Searched refs:dist_point (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
35 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded().
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0, logger_info/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
37 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded() |
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0, logger_info/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
37 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded() |
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0, logger_info/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
37 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded() |
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0, logger_info/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
37 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded() |
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0, logger_info/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
37 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded() |
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_crl_cache_api.erl26 -export_type([dist_point/0, crl_cache_ref/0, logger_info/0]).
30 -type dist_point() :: #'DistributionPoint'{}. type
33 -callback lookup(dist_point(), issuer_name(), crl_cache_ref()) -> not_available | [public_key:der_e…
37 -callback fresh_crl(dist_point(), public_key:der_encoded()) -> public_key:der_encoded() |
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.cc696 const Gcalc_heap::Info *cur_point, *dist_point; in calc_distance() local
765 for (dist_point= collector->get_first(); dist_point; dist_point= dist_point->get_next()) in calc_distance()
768 if (dist_point->shape < obj2_si) in calc_distance()
772 if (dist_point->left) in calc_distance()
774 t= count_edge_t(dist_point, dist_point->left, cur_point, in calc_distance()
794 cur_distance= distance_points(cur_point, dist_point); in calc_distance()
1809 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
1917 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
1920 if (dist_point->shape < obj2_si) in val_real()
1924 if (dist_point->left) in val_real()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.cc696 const Gcalc_heap::Info *cur_point, *dist_point; in calc_distance() local
765 for (dist_point= collector->get_first(); dist_point; dist_point= dist_point->get_next()) in calc_distance()
768 if (dist_point->shape < obj2_si) in calc_distance()
772 if (dist_point->left) in calc_distance()
774 t= count_edge_t(dist_point, dist_point->left, cur_point, in calc_distance()
794 cur_distance= distance_points(cur_point, dist_point); in calc_distance()
1809 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
1917 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
1920 if (dist_point->shape < obj2_si) in val_real()
1924 if (dist_point->left) in val_real()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_geofunc.cc696 const Gcalc_heap::Info *cur_point, *dist_point; in calc_distance() local
765 for (dist_point= collector->get_first(); dist_point; dist_point= dist_point->get_next()) in calc_distance()
768 if (dist_point->shape < obj2_si) in calc_distance()
772 if (dist_point->left) in calc_distance()
774 t= count_edge_t(dist_point, dist_point->left, cur_point, in calc_distance()
794 cur_distance= distance_points(cur_point, dist_point); in calc_distance()
1809 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
1917 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
1920 if (dist_point->shape < obj2_si) in val_real()
1924 if (dist_point->left) in val_real()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.cc696 const Gcalc_heap::Info *cur_point, *dist_point; in calc_distance() local
765 for (dist_point= collector->get_first(); dist_point; dist_point= dist_point->get_next()) in calc_distance()
768 if (dist_point->shape < obj2_si) in calc_distance()
772 if (dist_point->left) in calc_distance()
774 t= count_edge_t(dist_point, dist_point->left, cur_point, in calc_distance()
794 cur_distance= distance_points(cur_point, dist_point); in calc_distance()
1809 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
1917 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
1920 if (dist_point->shape < obj2_si) in val_real()
1924 if (dist_point->left) in val_real()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_geofunc.cc696 const Gcalc_heap::Info *cur_point, *dist_point; in calc_distance() local
765 for (dist_point= collector->get_first(); dist_point; dist_point= dist_point->get_next()) in calc_distance()
768 if (dist_point->shape < obj2_si) in calc_distance()
772 if (dist_point->left) in calc_distance()
774 t= count_edge_t(dist_point, dist_point->left, cur_point, in calc_distance()
794 cur_distance= distance_points(cur_point, dist_point); in calc_distance()
1809 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
1917 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
1920 if (dist_point->shape < obj2_si) in val_real()
1924 if (dist_point->left) in val_real()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/impl/
H A Dvoxel_grid_covariance.hpp457 Eigen::Vector3d dist_point; in getDisplayCloud() local
474 dist_point = cell_mean + cholesky_decomp * rand_point; in getDisplayCloud()
475 …ck (PointXYZ (static_cast<float> (dist_point (0)), static_cast<float> (dist_point (1)), static_cas… in getDisplayCloud()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_geofunc.cc2368 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
2485 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
2488 if (dist_point->type != Gcalc_heap::nt_shape_node || in val_real()
2489 dist_point->node.shape.shape < obj2_si) in val_real()
2493 if (dist_point->node.shape.left) in val_real()
2495 t= count_edge_t(dist_point, dist_point->node.shape.left, cur_point, in val_real()
2506 t= count_edge_t(cur_point, cur_point->node.shape.left, dist_point, in val_real()
2515 cur_distance= distance_points(cur_point, dist_point); in val_real()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_geofunc.cc2368 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
2485 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
2488 if (dist_point->type != Gcalc_heap::nt_shape_node || in val_real()
2489 dist_point->node.shape.shape < obj2_si) in val_real()
2493 if (dist_point->node.shape.left) in val_real()
2495 t= count_edge_t(dist_point, dist_point->node.shape.left, cur_point, in val_real()
2506 t= count_edge_t(cur_point, cur_point->node.shape.left, dist_point, in val_real()
2515 cur_distance= distance_points(cur_point, dist_point); in val_real()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_geofunc.cc2368 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
2485 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
2488 if (dist_point->type != Gcalc_heap::nt_shape_node || in val_real()
2489 dist_point->node.shape.shape < obj2_si) in val_real()
2493 if (dist_point->node.shape.left) in val_real()
2495 t= count_edge_t(dist_point, dist_point->node.shape.left, cur_point, in val_real()
2506 t= count_edge_t(cur_point, cur_point->node.shape.left, dist_point, in val_real()
2515 cur_distance= distance_points(cur_point, dist_point); in val_real()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_geofunc.cc2368 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
2485 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
2488 if (dist_point->type != Gcalc_heap::nt_shape_node || in val_real()
2489 dist_point->node.shape.shape < obj2_si) in val_real()
2493 if (dist_point->node.shape.left) in val_real()
2495 t= count_edge_t(dist_point, dist_point->node.shape.left, cur_point, in val_real()
2506 t= count_edge_t(cur_point, cur_point->node.shape.left, dist_point, in val_real()
2515 cur_distance= distance_points(cur_point, dist_point); in val_real()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_geofunc.cc2360 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
2477 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
2480 if (dist_point->type != Gcalc_heap::nt_shape_node || in val_real()
2481 dist_point->node.shape.shape < obj2_si) in val_real()
2485 if (dist_point->node.shape.left) in val_real()
2487 t= count_edge_t(dist_point, dist_point->node.shape.left, cur_point, in val_real()
2498 t= count_edge_t(cur_point, cur_point->node.shape.left, dist_point, in val_real()
2507 cur_distance= distance_points(cur_point, dist_point); in val_real()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_geofunc.cc2360 const Gcalc_heap::Info *cur_point, *dist_point; in val_real() local
2477 for (dist_point= collector.get_first(); dist_point; dist_point= dist_point->get_next()) in val_real()
2480 if (dist_point->type != Gcalc_heap::nt_shape_node || in val_real()
2481 dist_point->node.shape.shape < obj2_si) in val_real()
2485 if (dist_point->node.shape.left) in val_real()
2487 t= count_edge_t(dist_point, dist_point->node.shape.left, cur_point, in val_real()
2498 t= count_edge_t(cur_point, cur_point->node.shape.left, dist_point, in val_real()
2507 cur_distance= distance_points(cur_point, dist_point); in val_real()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/mapmatching/
H A Dmapmatching-03-birgil-ok.py867 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
870 if dist_point > dist_point_max:
973 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
976 if dist_point > dist_point_max:
H A Dmapmatching-02-allprint.py832 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
835 if dist_point > dist_point_max:
938 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
941 if dist_point > dist_point_max:
H A Dmapmatching-04-improveok.py1023 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1026 if dist_point > dist_point_max:
1091 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1094 if dist_point > dist_point_max:
H A Dmapmatching-05-ok-preinter.py1042 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1045 if dist_point > dist_point_max:
1110 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1113 if dist_point > dist_point_max:
H A Dmapmatching-08-save_failed.py1042 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1045 if dist_point > dist_point_max:
1110 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1113 if dist_point > dist_point_max:
H A Dmapmatching-07-shortestpathok.py1042 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1045 if dist_point > dist_point_max:
1110 dist_point = np.sqrt((coords[i, 0]-coords[i-1, 0])**2
1113 if dist_point > dist_point_max:

12