Home
last modified time | relevance | path

Searched refs:t_latest (Results 1 – 5 of 5) sorted by relevance

/dports/math/cgal/CGAL-5.3/demo/Polyhedron/include/
H A DQt_progress_bar_callback.h16 mutable double t_latest; variable
38 t_latest = t_start; in Qt_progress_bar_callback()
54 if (advancement == 1 || (t - t_latest) > 0.25) in operator()
57 t_latest = t; in operator()
H A DProgress_bar_callback.h12 mutable double t_latest; member
26 t_latest = t_start;
39 if (advancement == 1 || (t - t_latest) > 1.) in operator()
42 t_start_estimate = t_latest; in operator()
70 t_latest = t; in operator()
H A Drun_with_qprogressdialog.h19 mutable double t_latest; variable
34 t_latest = t_start; in Signal_callback()
55 if (advancement == 1 || (t - t_latest) > 0.25) in operator()
59 t_latest = t; in operator()
/dports/math/cgal/CGAL-5.3/examples/Point_set_processing_3/
H A Dcallback_example.cpp29 mutable double t_latest; member
37 t_latest = t_start; in Progress_to_std_cerr_callback()
49 if (advancement == 1 || (t - t_latest) > 0.1) // Update every 1/10th of second in operator ()()
56 t_latest = t; in operator ()()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/storage_manager/
H A Dstorage_manager.cc2801 uint64_t t_latest = 0; in get_consolidated_fragment_meta_uri() local
2806 if (timestamp_range.second > t_latest) { in get_consolidated_fragment_meta_uri()
2807 t_latest = timestamp_range.second; in get_consolidated_fragment_meta_uri()