Home
last modified time | relevance | path

Searched refs:root2 (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/multi_index/test/
Dtest_alloc_awareness.cpp90 allocator root1(0),root2(0); in test_allocator_awareness_for() local
97 container c2(c,root2); in test_allocator_awareness_for()
98 BOOST_TEST(c2.get_allocator().comes_from(root2)); in test_allocator_awareness_for()
104 container c3(boost::move(c2),root2); in test_allocator_awareness_for()
105 BOOST_TEST(c3.get_allocator().comes_from(root2)); in test_allocator_awareness_for()
112 container c2(root2); in test_allocator_awareness_for()
114 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
122 container c3(root2); in test_allocator_awareness_for()
124 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
133 container c3(root2); in test_allocator_awareness_for()
[all …]
/third_party/boost/libs/test/doc/examples/
Dexample84_contexts.run-fail.cpp55 int root2 = 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()
60 BOOST_TEST_INFO_SCOPE("root2 = " << root2); in BOOST_AUTO_TEST_CASE()
64 [root1, root2](double x) -> double { return (x - root1) * (x - root2); }); in BOOST_AUTO_TEST_CASE()
67 BOOST_TEST(estimated.second == double(root2), 10. % boost::test_tools::tolerance()); in BOOST_AUTO_TEST_CASE()
Dexample84_contexts.output8 root2 = -7
15 root2 = -7
16 test.cpp(65): error: in "quadratic_estimation": check estimated.second == double(root2) has failed …
20 root2 = -7
/third_party/boost/libs/poly_collection/test/
Dtest_construction.cpp38 allocator_type root1{0},root2{0}; in test_allocator_aware_construction() local
65 rooted_poly_collection p2{cp,root2}; in test_allocator_aware_construction()
67 BOOST_TEST(p2.get_allocator().comes_from(root2)); in test_allocator_aware_construction()
87 rooted_poly_collection p3{std::move(p2),root2}; in test_allocator_aware_construction()
105 BOOST_TEST(p3.get_allocator().comes_from(root2)); in test_allocator_aware_construction()
108 rooted_poly_collection p2{root2}; in test_allocator_aware_construction()
132 BOOST_TEST(p2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_aware_construction()
142 rooted_poly_collection p3{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()
[all …]
/third_party/boost/boost/math/special_functions/
Ddigamma.hpp215 static const T root2 = (T(381566830) / 1073741824uL) / 1073741824uL; in digamma_imp_1_2() local
247 g -= root2; in digamma_imp_1_2()
277 static const T root2 = (T(381566830) / 1073741824uL) / 1073741824uL; in digamma_imp_1_2() local
299 g -= root2; in digamma_imp_1_2()
327 static const T root2 = (T(381566830) / 1073741824uL) / 1073741824uL; in digamma_imp_1_2() local
348 g -= root2; in digamma_imp_1_2()
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_font.py76 root2 = tkinter.Tk()
77 self.addCleanup(root2.destroy)
78 font3 = font.Font(root=root2, name=fontname, exists=True)
Dtest_variables.py86 root2 = tkinter.Tk()
87 self.addCleanup(root2.destroy)
88 v5 = Variable(root2, name="abc")
Dtest_misc.py307 root2 = tkinter.Tk()
310 root2.destroy()
/third_party/openssl/test/certs/
Dsetup.sh28 -addtrust serverAuth -out root2+serverAuth.pem
30 -addreject serverAuth -out root2-serverAuth.pem
32 -addtrust clientAuth -out root2+clientAuth.pem
91 ./mkcert.sh genca "CA" ca-key ca-root2 root-key2 root-cert2
/third_party/python/Lib/
Dpathlib.py94 def join_parsed_parts(self, drv, root, parts, drv2, root2, parts2): argument
99 if root2:
101 return drv, root2, [drv + root2] + parts2[1:]
109 return drv2, root2, parts2
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.cc167 bool SameSubgraph(const AnfNodePtr &root1, const AnfNodePtr &root2, FuncGraphPairMapEquiv *equiv_fu… in SameSubgraph() argument
172 todo.push(std::make_pair(root1, root2)); in SameSubgraph()
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java900 Element root2 = doc.createElement("simplifications"); in setToNode() local
901 root.appendChild(root2); in setToNode()
909 root2.appendChild(subSimplification); in setToNode()