Searched refs:root_infos (Results 1 – 3 of 3) sorted by relevance
156 std::vector<root_info> root_infos; // One element for each type used. variable365 root_infos.push_back(root_info()); in test_root()368 root_infos[type_no].max_digits10 = max_digits; in test_root()369 root_infos[type_no].full_typename = typeid(T).name(); // Full typename. in test_root()370 root_infos[type_no].short_typename = type_name; // Short typename. in test_root()372 root_infos[type_no].bin_digits = std::numeric_limits<T>::digits; in test_root()374 root_infos[type_no].get_digits = std::numeric_limits<T>::digits; in test_root()450 root_infos[type_no].times.push_back(time); // CPU time taken. in test_root()452 if (time < root_infos[type_no].min_time) in test_root()454 root_infos[type_no].min_time = time; in test_root()[all …]
149 std::vector<root_info> root_infos; // One element for each floating-point type used. variable449 root_infos.push_back(root_info()); in test_root()451 root_infos[type_no].max_digits10 = max_digits; in test_root()452 root_infos[type_no].full_typename = typeid(T).name(); // Full typename. in test_root()453 root_infos[type_no].short_typename = type_name; // Short typename. in test_root()454 root_infos[type_no].bin_digits = std::numeric_limits<T>::digits; in test_root()455 …root_infos[type_no].get_digits = static_cast<int>(std::numeric_limits<T>::digits * digits_accuracy… in test_root()484 root_infos[type_no].times.push_back(time); // CPU time taken. in test_root()485 if (time < root_infos[type_no].min_time) in test_root()487 root_infos[type_no].min_time = time; in test_root()[all …]
148 std::vector<root_info> root_infos; // One element for each floating-point type used. variable461 root_infos.push_back(root_info()); in test_root()463 root_infos[type_no].max_digits10 = max_digits; in test_root()464 root_infos[type_no].full_typename = typeid(T).name(); // Full typename. in test_root()465 root_infos[type_no].short_typename = type_name; // Short typename. in test_root()466 root_infos[type_no].bin_digits = std::numeric_limits<T>::digits; in test_root()467 …root_infos[type_no].get_digits = static_cast<int>(std::numeric_limits<T>::digits * digits_accuracy… in test_root()496 root_infos[type_no].times.push_back(time); // CPU time taken. in test_root()497 if (time < root_infos[type_no].min_time) in test_root()499 root_infos[type_no].min_time = time; in test_root()[all …]