Searched refs:root1 (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/test/doc/examples/ |
D | example84_contexts.run-fail.cpp | 54 int root1 = dis(gen); in BOOST_AUTO_TEST_CASE() local 56 if(root1 > root2) { in BOOST_AUTO_TEST_CASE() 57 std::swap(root1, root2); in BOOST_AUTO_TEST_CASE() 59 BOOST_TEST_INFO_SCOPE("root1 = " << root1); in BOOST_AUTO_TEST_CASE() 64 [root1, root2](double x) -> double { return (x - root1) * (x - root2); }); in BOOST_AUTO_TEST_CASE() 66 BOOST_TEST(estimated.first == double(root1), 10. % boost::test_tools::tolerance()); in BOOST_AUTO_TEST_CASE()
|
D | example84_contexts.output | 7 root1 = -7 11 test.cpp(64): error: in "quadratic_estimation": check estimated.first == double(root1) has failed [… 14 root1 = -7 19 root1 = -7
|
/third_party/boost/libs/multi_index/test/ |
D | test_alloc_awareness.cpp | 90 allocator root1(0),root2(0); in test_allocator_awareness_for() local 91 container c(root1); in test_allocator_awareness_for() 94 BOOST_TEST(c.get_allocator().comes_from(root1)); in test_allocator_awareness_for() 114 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for() 124 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for() 135 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root2:root1)); in test_allocator_awareness_for() 136 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
|
/third_party/boost/libs/poly_collection/test/ |
D | test_construction.cpp | 38 allocator_type root1{0},root2{0}; in test_allocator_aware_construction() local 39 rooted_poly_collection p{root1}; in test_allocator_aware_construction() 51 BOOST_TEST(p2.get_allocator().comes_from(root1)); in test_allocator_aware_construction() 62 BOOST_TEST(p2.get_allocator().comes_from(root1)); in test_allocator_aware_construction() 132 BOOST_TEST(p2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction() 167 BOOST_TEST(p3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction() 180 p3{use_same_allocator?root1:root2}; in test_allocator_aware_construction() 211 BOOST_TEST(p2.get_allocator().comes_from(Propagate?root2:root1)); in test_allocator_aware_construction() 212 BOOST_TEST(p3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction() 223 BOOST_TEST(p2.get_allocator().comes_from(root1)); in test_allocator_aware_construction()
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | usb_a9263_dataflash_defconfig | 14 …15200 root=/dev/mtdblock1 mtdparts=mtdparts=atmel_nand:16m(kernel)ro,120m(root1),-(root2) rw rootf… 27 CONFIG_MTDPARTS_DEFAULT="mtdparts=atmel_nand:16m(kernel)ro,120m(root1),-(root2)"
|
D | flea3_defconfig | 25 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-…
|
D | woodburn_defconfig | 28 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-…
|
D | woodburn_sd_defconfig | 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-…
|
/third_party/boost/boost/math/special_functions/ |
D | digamma.hpp | 214 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local 246 T g = x - root1; in digamma_imp_1_2() 276 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local 298 T g = x - root1; in digamma_imp_1_2() 326 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local 347 T g = x - root1; in digamma_imp_1_2()
|