Home
last modified time | relevance | path

Searched defs:root1 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/test/doc/examples/
Dexample84_contexts.run-fail.cpp54 int root1 = dis(gen); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/math/special_functions/
Ddigamma.hpp214 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local
276 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local
326 static const T root1 = T(1569415565) / 1073741824uL; in digamma_imp_1_2() local
/third_party/boost/libs/multi_index/test/
Dtest_alloc_awareness.cpp90 allocator root1(0),root2(0); in test_allocator_awareness_for() local
/third_party/boost/libs/poly_collection/test/
Dtest_construction.cpp38 allocator_type root1{0},root2{0}; in test_allocator_aware_construction() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.cc167 bool SameSubgraph(const AnfNodePtr &root1, const AnfNodePtr &root2, FuncGraphPairMapEquiv *equiv_fu… in SameSubgraph()