Home
last modified time | relevance | path

Searched refs:double_tmp_result (Results 1 – 7 of 7) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DDo_intersect_3.h205 double double_tmp_result = 0; in operator() local
213 double_tmp_result = (distance - ssr); in operator()
226 if (double_tmp_result > eps){ in operator()
236 double_tmp_result = (distance - ssr); in operator()
249 if (double_tmp_result > eps){ in operator()
263 double_tmp_result = (distance - ssr); in operator()
276 if (double_tmp_result > eps){ in operator()
300 if (double_tmp_result > eps){ in operator()
326 if (double_tmp_result > eps){ in operator()
351 if (double_tmp_result > eps){ in operator()
[all …]
H A DCompare_squared_radius_3.h92 double double_tmp_result; in operator() local
94double_tmp_result = (((square( num_x ) + square( num_y )) + square( num_z )) - ((alpha * 4.0000000… in operator()
165 if( (double_tmp_result > eps) ) in operator()
171 if( (double_tmp_result < -eps) ) in operator()
240 double double_tmp_result; in operator() local
298 if( (double_tmp_result > eps) ) in operator()
304 if( (double_tmp_result < -eps) ) in operator()
343 double double_tmp_result; in operator() local
345double_tmp_result = (((square( px_qx ) + square( py_qy )) + square( pz_qz )) - (alpha * 4.00000000… in operator()
374 if( (double_tmp_result > eps) ) in operator()
[all …]
H A DCompare_distance_3.h81 double double_tmp_result; in operator() local
83 double_tmp_result = (qp2 - rp2); in operator()
116 if( (double_tmp_result > eps) ) in operator()
122 if( (double_tmp_result < -eps) ) in operator()
H A DCompare_weighted_squared_radius_3.h87 …double double_tmp_result = (((alpha_pw * 4.00000000000000000000e+00) * CGAL::square( den )) - ((CG… in operator() local
155 if( (double_tmp_result > eps) ) in operator()
161 if( (double_tmp_result < -eps) ) in operator()
221 …double double_tmp_result = ((alpha_pw * CGAL::square( den )) - (2.50000000000000000000e-01 * ((CGA… in operator() local
272 if( (double_tmp_result > eps) ) in operator()
278 if( (double_tmp_result < -eps) ) in operator()
323 …double double_tmp_result = (((4.00000000000000000000e+00 * qp2) * alpha_pw) - CGAL::square( (qp2 +… in operator() local
353 if( (double_tmp_result > eps) ) in operator()
359 if( (double_tmp_result < -eps) ) in operator()
H A DCollinear_3.h62 double double_tmp_result = ((dpx * dqy) - (dpy * dqx)); in operator() local
81 if (CGAL::abs(double_tmp_result) > eps ) in operator()
H A DPower_side_of_oriented_power_sphere_3.h377 double double_tmp_result; in operator() local
378 double_tmp_result = ((px_rx * qy_ry) - (qx_rx * py_ry)); in operator()
399 if( (double_tmp_result > eps) ) int_tmp_result_FFWKCAA = 1; in operator()
402 if( (double_tmp_result < -eps) ) in operator()
645 double double_tmp_result; in operator() local
646 double_tmp_result = ((dpx * dqt) - (dqx * dpt)); in operator()
665 if( (double_tmp_result > eps) ) in operator()
671 if( (double_tmp_result < -eps) ) in operator()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/numerics/predicates/
H A Ddot_compare_3d.h10 double double_tmp_result; in dot_compare_3d_filter() local
12 double_tmp_result = (d1 - d2); in dot_compare_3d_filter()
69 if( (double_tmp_result > eps) ) in dot_compare_3d_filter()
75 if( (double_tmp_result < -eps) ) in dot_compare_3d_filter()