Home
last modified time | relevance | path

Searched refs:bin_digits (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/example/
Droot_finding_algorithms.cpp142 std::size_t bin_digits; // binary in floating-point type numeric_limits<T>::digits; member
372 root_infos[type_no].bin_digits = std::numeric_limits<T>::digits; in test_root()
591 std::cout << "Binary digits = " << root_infos[tp].bin_digits << std::endl; in table_root_info()
625 << "[" << root_infos[tp].bin_digits << "]"// < "Binary digits in table_root_info()
Droot_n_finding_algorithms.cpp135 std::size_t bin_digits; // binary in floating-point type numeric_limits<T>::digits; member
454 root_infos[type_no].bin_digits = std::numeric_limits<T>::digits; in test_root()
Droot_elliptic_finding.cpp134 std::size_t bin_digits; // binary in floating-point type numeric_limits<T>::digits; member
466 root_infos[type_no].bin_digits = std::numeric_limits<T>::digits; in test_root()