Home
last modified time | relevance | path

Searched refs:to_root (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_start_locations.cpp313 double to_root = 500; in main() local
320 << cbrt_noderiv(to_root, answer / 6) in main()
321 << "][" << cbrt_noderiv(to_root, answer / 2) in main()
334 << cbrt_deriv(to_root, answer / 6) in main()
335 << "][" << cbrt_deriv(to_root, answer / 2) in main()
344 << "][" << cbrt_deriv(to_root, answer + answer) in main()
348 << cbrt_2deriv(to_root, answer / 6) in main()
349 << "][" << cbrt_2deriv(to_root, answer / 2) in main()
358 << "][" << cbrt_2deriv(to_root, answer + answer) in main()
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
[all …]
H A Droot_finding_algorithms.cpp376 T to_root = static_cast<T>(big_value); in test_root() local
444 result = boost::math::cbrt(to_root); // in test_root()
467 result = cbrt_noderiv<T>(to_root); // in test_root()
490 result = cbrt_deriv(to_root); // in test_root()
514 result = cbrt_2deriv(to_root); // in test_root()
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.cpp313 double to_root = 500; in main() local
320 << cbrt_noderiv(to_root, answer / 6) in main()
321 << "][" << cbrt_noderiv(to_root, answer / 2) in main()
334 << cbrt_deriv(to_root, answer / 6) in main()
335 << "][" << cbrt_deriv(to_root, answer / 2) in main()
344 << "][" << cbrt_deriv(to_root, answer + answer) in main()
348 << cbrt_2deriv(to_root, answer / 6) in main()
349 << "][" << cbrt_2deriv(to_root, answer / 2) in main()
358 << "][" << cbrt_2deriv(to_root, answer + answer) in main()
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
[all …]
H A Droot_finding_algorithms.cpp376 T to_root = static_cast<T>(big_value); in test_root() local
444 result = boost::math::cbrt(to_root); // in test_root()
467 result = cbrt_noderiv<T>(to_root); // in test_root()
490 result = cbrt_deriv(to_root); // in test_root()
514 result = cbrt_2deriv(to_root); // in test_root()
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.cpp313 double to_root = 500; in main() local
320 << cbrt_noderiv(to_root, answer / 6) in main()
321 << "][" << cbrt_noderiv(to_root, answer / 2) in main()
334 << cbrt_deriv(to_root, answer / 6) in main()
335 << "][" << cbrt_deriv(to_root, answer / 2) in main()
344 << "][" << cbrt_deriv(to_root, answer + answer) in main()
348 << cbrt_2deriv(to_root, answer / 6) in main()
349 << "][" << cbrt_2deriv(to_root, answer / 2) in main()
358 << "][" << cbrt_2deriv(to_root, answer + answer) in main()
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
[all …]
H A Droot_finding_algorithms.cpp376 T to_root = static_cast<T>(big_value); in test_root() local
444 result = boost::math::cbrt(to_root); // in test_root()
467 result = cbrt_noderiv<T>(to_root); // in test_root()
490 result = cbrt_deriv(to_root); // in test_root()
514 result = cbrt_2deriv(to_root); // in test_root()
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.cpp313 double to_root = 500; in main() local
320 << cbrt_noderiv(to_root, answer / 6) in main()
321 << "][" << cbrt_noderiv(to_root, answer / 2) in main()
334 << cbrt_deriv(to_root, answer / 6) in main()
335 << "][" << cbrt_deriv(to_root, answer / 2) in main()
344 << "][" << cbrt_deriv(to_root, answer + answer) in main()
348 << cbrt_2deriv(to_root, answer / 6) in main()
349 << "][" << cbrt_2deriv(to_root, answer / 2) in main()
358 << "][" << cbrt_2deriv(to_root, answer + answer) in main()
362 << cbrt_2deriv_s(to_root, answer / 6) in main()
[all …]
H A Droot_finding_algorithms.cpp376 T to_root = static_cast<T>(big_value); in test_root() local
444 result = boost::math::cbrt(to_root); // in test_root()
467 result = cbrt_noderiv<T>(to_root); // in test_root()
490 result = cbrt_deriv(to_root); // in test_root()
514 result = cbrt_2deriv(to_root); // in test_root()
538 result = cbrt_2deriv_s(to_root); // in test_root()
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Dsplay.c243 SPLAY_INSERT(SPLAYNODE **to_root INSERT_ARGS) in SPLAY_INSERT()
251 p = *to_root; in SPLAY_INSERT()
261 *to_root = p; in SPLAY_INSERT()
288 *to_root = new_node; in SPLAY_INSERT()
303 *to_root = new_node; in SPLAY_INSERT()
316 p = *to_root; in SPLAY_LOOKUP()
325 *to_root = p; in SPLAY_LOOKUP()
348 *to_root = p; in SPLAY_DELETE()
356 *to_root = p->left; in SPLAY_DELETE()
366 *to_root = p->right; in SPLAY_DELETE()
[all …]
/dports/math/nauty/nauty27r3/
H A Dsplay.c244 SPLAY_INSERT(SPLAYNODE **to_root INSERT_ARGS) in SPLAY_INSERT()
252 p = *to_root; in SPLAY_INSERT()
262 *to_root = p; in SPLAY_INSERT()
289 *to_root = new_node; in SPLAY_INSERT()
304 *to_root = new_node; in SPLAY_INSERT()
317 p = *to_root; in SPLAY_LOOKUP()
326 *to_root = p; in SPLAY_LOOKUP()
349 *to_root = p; in SPLAY_DELETE()
357 *to_root = p->left; in SPLAY_DELETE()
367 *to_root = p->right; in SPLAY_DELETE()
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dsplay.c244 SPLAY_INSERT(SPLAYNODE **to_root INSERT_ARGS)
252 p = *to_root;
262 *to_root = p;
289 *to_root = new_node;
304 *to_root = new_node;
317 p = *to_root;
326 *to_root = p;
349 *to_root = p;
357 *to_root = p->left;
367 *to_root = p->right;
[all …]
/dports/science/yoda/YODA-1.9.1/pyext/yoda/
H A D__init__.py30 def to_root(ao): function
32 return yoda.root.to_root(ao)
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_aig_cuts.h120 class to_root {
178 bool flush_roots(bool_var var, to_root const& to_root, node& n);
179 void flush_roots(to_root const& to_root, cut_set& cs);
H A Dsat_aig_cuts.cpp381 to_root to_root; in flush_roots() local
387 literal rr = to_root[r.var()]; in flush_roots()
388 to_root[v] = r.sign() ? ~rr : rr; in flush_roots()
392 if (to_root[i] != literal(i, false)) { in flush_roots()
399 if (flush_roots(i, to_root, n)) { in flush_roots()
407 flush_roots(to_root, cs); in flush_roots()
413 bool aig_cuts::flush_roots(bool_var var, to_root const& to_root, node& n) { in flush_roots() argument
417 literal r = to_root[lit.var()]; in flush_roots()
432 void aig_cuts::flush_roots(to_root const& to_root, cut_set& cs) { in flush_roots() argument
435 if (to_root[v] != literal(v, false)) { in flush_roots()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_aig_cuts.h120 class to_root {
178 bool flush_roots(bool_var var, to_root const& to_root, node& n);
179 void flush_roots(to_root const& to_root, cut_set& cs);
H A Dsat_aig_cuts.cpp381 to_root to_root;
387 literal rr = to_root[r.var()];
388 to_root[v] = r.sign() ? ~rr : rr;
392 if (to_root[i] != literal(i, false)) {
399 if (flush_roots(i, to_root, n)) {
407 flush_roots(to_root, cs);
413 bool aig_cuts::flush_roots(bool_var var, to_root const& to_root, node& n) {
417 literal r = to_root[lit.var()];
432 void aig_cuts::flush_roots(to_root const& to_root, cut_set& cs) {
435 if (to_root[v] != literal(v, false)) {
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dtree.c1532 svn_fs_root_t *to_root, in copy_helper() argument
1539 svn_fs_x__txn_id_t txn_id = svn_fs_x__root_txn_id(to_root); in copy_helper()
1549 from_root->fs->path, to_root->fs->path); in copy_helper()
1557 if (! to_root->is_txn_root) in copy_helper()
1575 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in copy_helper()
1629 svn_fs_x__invalidate_dag_cache(to_root, in copy_helper()
1672 svn_fs_root_t *to_root, in x_copy() argument
1680 to_root, in x_copy()
1695 svn_fs_root_t *to_root, in x_revision_link() argument
1701 if (! to_root->is_txn_root) in x_revision_link()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dtree.c1532 svn_fs_root_t *to_root, in copy_helper() argument
1539 svn_fs_x__txn_id_t txn_id = svn_fs_x__root_txn_id(to_root); in copy_helper()
1549 from_root->fs->path, to_root->fs->path); in copy_helper()
1557 if (! to_root->is_txn_root) in copy_helper()
1575 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in copy_helper()
1629 svn_fs_x__invalidate_dag_cache(to_root, in copy_helper()
1672 svn_fs_root_t *to_root, in x_copy() argument
1680 to_root, in x_copy()
1695 svn_fs_root_t *to_root, in x_revision_link() argument
1701 if (! to_root->is_txn_root) in x_revision_link()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dtree.c1532 svn_fs_root_t *to_root, in copy_helper() argument
1539 svn_fs_x__txn_id_t txn_id = svn_fs_x__root_txn_id(to_root); in copy_helper()
1549 from_root->fs->path, to_root->fs->path); in copy_helper()
1557 if (! to_root->is_txn_root) in copy_helper()
1575 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in copy_helper()
1629 svn_fs_x__invalidate_dag_cache(to_root, in copy_helper()
1672 svn_fs_root_t *to_root, in x_copy() argument
1680 to_root, in x_copy()
1695 svn_fs_root_t *to_root, in x_revision_link() argument
1701 if (! to_root->is_txn_root) in x_revision_link()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dtree.c1532 svn_fs_root_t *to_root, in copy_helper() argument
1539 svn_fs_x__txn_id_t txn_id = svn_fs_x__root_txn_id(to_root); in copy_helper()
1549 from_root->fs->path, to_root->fs->path); in copy_helper()
1557 if (! to_root->is_txn_root) in copy_helper()
1575 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in copy_helper()
1629 svn_fs_x__invalidate_dag_cache(to_root, in copy_helper()
1672 svn_fs_root_t *to_root, in x_copy() argument
1680 to_root, in x_copy()
1695 svn_fs_root_t *to_root, in x_revision_link() argument
1701 if (! to_root->is_txn_root) in x_revision_link()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/server/supernova/
H A Dserver_node_graph_test.cpp15 node_position_constraint to_root = std::make_pair(n.root_group(), insert);
19 n.add_node(s, to_root);
414 node_position_constraint to_root = std::make_pair(n.root_group(), insert);
418 n.add_node(s, to_root);
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/lib/TestApp/Controller/Action/Chained/
H A DFoo.pm31 sub to_root : Chained('/') PathPart('action/chained/to_root') { subroutine
/dports/www/p5-Catalyst-Engine-Apache/Catalyst-Engine-Apache-1.16/t/lib/TestApp/Controller/Action/Chained/
H A DFoo.pm31 sub to_root : Chained('/') PathPart('action/chained/to_root') { subroutine
/dports/www/p5-Catalyst-Engine-HTTP-Prefork/Catalyst-Engine-HTTP-Prefork-0.51/t/lib/TestApp/Controller/Action/Chained/
H A DFoo.pm31 sub to_root : Chained('/') PathPart('action/chained/to_root') { subroutine
/dports/audio/festival/speech_tools/ling_class/
H A DEST_Relation.cc81 EST_Item *to_root = append(&i); in copy() local
82 copy_node_tree_contents(r.root(),to_root); in copy()
201 EST_Item *to_root = to.append(from.root()); in copy_relation() local
202 copy_node_tree(from.root(),to_root); in copy_relation()

123456