Home
last modified time | relevance | path

Searched refs:cbrt_2deriv_s (Results 1 – 8 of 8) sorted by relevance

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_start_locations.cpp131 boost::uintmax_t cbrt_2deriv_s(T x, T guess) in cbrt_2deriv_s() function
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
363 << "][" << cbrt_2deriv_s(to_root, answer / 2) in main()
364 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.5) in main()
365 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.2) in main()
366 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.1) in main()
367 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.05) in main()
369 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.1) in main()
370 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.2) in main()
371 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.5) in main()
[all …]
H A Droot_finding_algorithms.cpp325 T cbrt_2deriv_s(T x) in cbrt_2deriv_s() function
538 result = cbrt_2deriv_s(to_root); // in test_root()
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Droot_finding_start_locations.cpp131 boost::uintmax_t cbrt_2deriv_s(T x, T guess) in cbrt_2deriv_s() function
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
363 << "][" << cbrt_2deriv_s(to_root, answer / 2) in main()
364 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.5) in main()
365 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.2) in main()
366 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.1) in main()
367 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.05) in main()
369 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.1) in main()
370 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.2) in main()
371 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.5) in main()
[all …]
H A Droot_finding_algorithms.cpp325 T cbrt_2deriv_s(T x) in cbrt_2deriv_s() function
538 result = cbrt_2deriv_s(to_root); // in test_root()
/dports/devel/boost-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_start_locations.cpp131 boost::uintmax_t cbrt_2deriv_s(T x, T guess) in cbrt_2deriv_s() function
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
363 << "][" << cbrt_2deriv_s(to_root, answer / 2) in main()
364 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.5) in main()
365 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.2) in main()
366 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.1) in main()
367 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.05) in main()
369 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.1) in main()
370 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.2) in main()
371 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.5) in main()
[all …]
H A Droot_finding_algorithms.cpp325 T cbrt_2deriv_s(T x) in cbrt_2deriv_s() function
538 result = cbrt_2deriv_s(to_root); // in test_root()
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/
H A Droot_finding_start_locations.cpp131 boost::uintmax_t cbrt_2deriv_s(T x, T guess) in cbrt_2deriv_s() function
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
363 << "][" << cbrt_2deriv_s(to_root, answer / 2) in main()
364 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.5) in main()
365 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.2) in main()
366 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.1) in main()
367 << "][" << cbrt_2deriv_s(to_root, answer - answer * 0.05) in main()
369 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.1) in main()
370 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.2) in main()
371 << "][" << cbrt_2deriv_s(to_root, answer + answer * 0.5) in main()
[all …]
H A Droot_finding_algorithms.cpp325 T cbrt_2deriv_s(T x) in cbrt_2deriv_s() function
538 result = cbrt_2deriv_s(to_root); // in test_root()