Searched defs:root1 (Results 1 – 5 of 5) sorted by relevance
54 int root1 = dis(gen); in BOOST_AUTO_TEST_CASE() local
214 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local276 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local326 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local
90 allocator root1(0),root2(0); in test_allocator_awareness_for() local
38 allocator_type root1{0},root2{0}; in test_allocator_aware_construction() local
167 bool SameSubgraph(const AnfNodePtr &root1, const AnfNodePtr &root2, FuncGraphPairMapEquiv *equiv_fu… in SameSubgraph()