Home
last modified time | relevance | path

Searched refs:sq_high (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/nagios4/nagios-4.4.6/lib/
H A Dtest-squeue.c46 static time_t sq_high = 0; variable
52 t(sq_high <= evt->when.tv_sec, "sq_high: %lu; evt->when: %lu\n", in sq_walker()
53 sq_high, evt->when.tv_sec); in sq_walker()
54 sq_high = (unsigned long)evt->when.tv_sec; in sq_walker()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/
H A Dremesh_impl.h401 double sq_high = high*high; in split_long_edges() local
408 if (sqlen > sq_high) in split_long_edges()
439 if (sqlen_new > sq_high) in split_long_edges()
485 double sq_high = high*high; in split_long_edges() local
494 if(sqlen > sq_high) in split_long_edges()
542 if (sqlen_new > sq_high) in split_long_edges()
567 if (sql > sq_high) in split_long_edges()
590 if (sql > sq_high) in split_long_edges()
631 double sq_high = high*high; in collapse_short_edges() local
732 if (sqlength(vb, va_i) > sq_high) in collapse_short_edges()
/dports/math/cgal/CGAL-5.3/include/CGAL/Tetrahedral_remeshing/internal/
H A Dsplit_long_edges.h257 const FT sq_high = high*high; in split_long_edges() local
272 if (sqlen > sq_high) in split_long_edges()
H A Dcollapse_short_edges.h1212 const FT sq_high = high*high; in collapse_short_edges() local
1270 Vertex_handle vh = collapse_edge(edge, c3t3, sq_high, in collapse_short_edges()