Home
last modified time | relevance | path

Searched defs:roots (Results 1 – 25 of 3119) sorted by relevance

12345678910>>...125

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Droots.f13 c functions gi(x) (i = 1,...,ng) in an interval (x0,x1). only roots argument
90 integer i, imxold, nxlast
91 double precision t2, tmax, zero
92 logical zroot, sgnchg, xroot
110 120 continue
122 150 continue
139 200 imxold = imax
153 220 continue
174 260 continue
183 300 jflag = 2
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/complex/
H A DRootsOfUnityTest.java34 final RootsOfUnity roots = new RootsOfUnity(); in testMathIllegalState1() local
40 final RootsOfUnity roots = new RootsOfUnity(); in testMathIllegalState2() local
46 final RootsOfUnity roots = new RootsOfUnity(); in testMathIllegalState3() local
52 final RootsOfUnity roots = new RootsOfUnity(); in testZeroNumberOfRoots() local
58 final RootsOfUnity roots = new RootsOfUnity(); in testGetNumberOfRoots() local
74 final RootsOfUnity roots = new RootsOfUnity(); in testComputeRoots() local
89 private void doTestComputeRoots(final RootsOfUnity roots) { in doTestComputeRoots()
/dports/math/py-libpoly/libpoly-0.1.11/test/python/tests/
H A Dpolynomial_roots.py9 def check_roots(p, assignment, roots, expected_roots): argument
71 roots = p.roots_isolate(assignment); variable
84 roots = p.roots_isolate(assignment) variable
101 roots = p.roots_isolate(assignment) variable
107 roots = p.roots_isolate(assignment); variable
117 roots = p.roots_isolate(assignment) variable
121 roots = p.roots_isolate(assignment) variable
125 roots = p.roots_isolate(assignment) variable
/dports/math/libpoly/libpoly-0.1.11/test/python/tests/
H A Dpolynomial_roots.py9 def check_roots(p, assignment, roots, expected_roots): argument
71 roots = p.roots_isolate(assignment); variable
84 roots = p.roots_isolate(assignment) variable
101 roots = p.roots_isolate(assignment) variable
107 roots = p.roots_isolate(assignment); variable
117 roots = p.roots_isolate(assignment) variable
121 roots = p.roots_isolate(assignment) variable
125 roots = p.roots_isolate(assignment) variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dstring-table-inl.h35 uint32_t StringSetShape::Hash(ReadOnlyRoots roots, String key) { in Hash()
39 uint32_t StringSetShape::HashForObject(ReadOnlyRoots roots, Object object) { in HashForObject()
62 uint32_t StringTableShape::Hash(ReadOnlyRoots roots, Key key) { in Hash()
71 uint32_t StringTableShape::HashForObject(ReadOnlyRoots roots, Object object) { in HashForObject()
75 Handle<Map> StringTableShape::GetMap(ReadOnlyRoots roots) { in GetMap()
H A Dhash-table-inl.h126 Handle<Map> BaseShape<Key>::GetMap(ReadOnlyRoots roots) { in GetMap()
130 Handle<Map> EphemeronHashTableShape::GetMap(ReadOnlyRoots roots) { in GetMap()
140 InternalIndex HashTable<Derived, Shape>::FindEntry(ReadOnlyRoots roots, in FindEntry()
147 InternalIndex HashTable<Derived, Shape>::FindEntry(ReadOnlyRoots roots, Key key, in FindEntry()
170 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey()
223 bool BaseShape<KeyT>::IsKey(ReadOnlyRoots roots, Object key) { in IsKey()
228 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object k) { in IsLive()
246 uint32_t ObjectHashTableShape::Hash(ReadOnlyRoots roots, Handle<Object> key) { in Hash()
250 uint32_t ObjectHashTableShape::HashForObject(ReadOnlyRoots roots, in HashForObject()
H A Ddictionary-inl.h180 Handle<Map> GlobalDictionaryShape::GetMap(ReadOnlyRoots roots) { in GetMap()
193 Handle<Map> NameDictionaryShape::GetMap(ReadOnlyRoots roots) { in GetMap()
208 bool GlobalDictionaryShape::IsLive(ReadOnlyRoots roots, Object k) { in IsLive()
213 bool GlobalDictionaryShape::IsKey(ReadOnlyRoots roots, Object k) { in IsKey()
251 uint32_t NumberDictionaryBaseShape::Hash(ReadOnlyRoots roots, uint32_t key) { in Hash()
255 uint32_t NumberDictionaryBaseShape::HashForObject(ReadOnlyRoots roots, in HashForObject()
272 Handle<Map> NumberDictionaryShape::GetMap(ReadOnlyRoots roots) { in GetMap()
276 Handle<Map> SimpleNumberDictionaryShape::GetMap(ReadOnlyRoots roots) { in GetMap()
286 uint32_t NameDictionaryShape::Hash(ReadOnlyRoots roots, Handle<Name> key) { in Hash()
290 uint32_t NameDictionaryShape::HashForObject(ReadOnlyRoots roots, Object other) { in HashForObject()
[all …]
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Dbfs.c43 igraph_vector_t roots; in main() local
121 VECTOR(roots)[0] = 3; in main() local
122 VECTOR(roots)[1] = 4; in main() local
123 VECTOR(roots)[2] = 6; in main() local
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_elim_eqs.cpp35 inline literal norm(literal_vector const & roots, literal l) { in norm()
42 void elim_eqs::cleanup_bin_watches(literal_vector const & roots) { in cleanup_bin_watches()
98 void elim_eqs::cleanup_clauses(literal_vector const & roots, clause_vector & cs) { in cleanup_clauses()
224 void elim_eqs::save_elim(literal_vector const & roots, bool_var_vector const & to_elim) { in save_elim()
279 void elim_eqs::operator()(literal_vector const & roots, bool_var_vector const & to_elim) { in operator ()()
295 literal_vector roots(m_solver.num_vars(), null_literal); in operator ()() local
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_elim_eqs.cpp35 inline literal norm(literal_vector const & roots, literal l) { in norm()
42 void elim_eqs::cleanup_bin_watches(literal_vector const & roots) { in cleanup_bin_watches()
98 void elim_eqs::cleanup_clauses(literal_vector const & roots, clause_vector & cs) { in cleanup_clauses()
224 void elim_eqs::save_elim(literal_vector const & roots, bool_var_vector const & to_elim) { in save_elim()
279 void elim_eqs::operator()(literal_vector const & roots, bool_var_vector const & to_elim) { in operator ()()
295 literal_vector roots(m_solver.num_vars(), null_literal); in operator ()() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/
H A DGenerateDiffFileAction.java62 List<IResource> roots = new ArrayList<>(); in getDeepResourcesToPatch() local
77 collectShallowFiles(members(resource), roots); in getDeepResourcesToPatch() local
86 private void collectShallowFiles(IResource[] resources, List<IResource> roots) { in collectShallowFiles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/
H A DSubscriberResourceCollector.java70 IResource[] roots = getRoots(); in subscriberResourceChanged() local
129 protected void processDelta(IResourceDelta delta, IResource[] roots) { in processDelta()
222 private boolean isAncestorOfRoot(IResource parent, IResource[] roots) { in isAncestorOfRoot()
233 private boolean isDescendantOfRoot(IResource resource, IResource[] roots) { in isDescendantOfRoot()
H A DRootResourceSynchronizationScope.java33 private IResource[] roots; field in RootResourceSynchronizationScope
35 public RootResourceSynchronizationScope(IResource[] roots) { in RootResourceSynchronizationScope()
49 public void setRoots(IResource[] roots) { in setRoots()
/dports/net/axa/axa-2.2.0/axalib/
H A Dtrie.c46 trie_type_to_root(trie_roots_t *roots, trie_type_t trie_type) in trie_type_to_root()
108 tval_list_expand(trie_roots_t *roots, in tval_list_expand()
392 new_node(trie_roots_t *roots, const trie_key_t *key, size_t bitlen, in new_node()
463 trie_op(trie_roots_t *roots, trie_type_t trie_type, in trie_op()
649 axa_trie_node_delete(trie_roots_t *roots, trie_type_t trie_type, in axa_trie_node_delete()
733 trie_roots_t *roots, in axa_trie_watch_add()
788 trie_search(trie_roots_t *roots, trie_type_t trie_type, in trie_search()
810 axa_trie_search_su(trie_roots_t *roots, const axa_socku_t *su, in axa_trie_search_su()
837 axa_trie_search_dom(axa_emsg_t *emsg, trie_roots_t *roots, in axa_trie_search_dom()
892 axa_tries_free(trie_roots_t *roots) in axa_tries_free()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dpolynomial_test.cc145 const double roots[1] = { 42.42 }; in TEST() local
150 const double roots[1] = { -42.42 }; in TEST() local
155 const double roots[2] = { 1.0, 42.42 }; in TEST() local
160 const double roots[2] = { -42.42, 1.0 }; in TEST() local
165 const double roots[2] = { -42.42, -1.0 }; in TEST() local
170 const double roots[2] = { 42.42, 42.43 }; in TEST() local
193 const double roots[4] = { 1.23e-4, 1.23e-1, 1.23e+2, 1.23e+5 }; in TEST() local
198 const double roots[4] = { 1.23e-1, 2.46e-1, 1.23e+5, 2.46e+5 }; in TEST() local
203 const double roots[4] = { -42.42, 0.0, 0.0, 42.42 }; in TEST() local
208 const double roots[4] = { 0.0, 0.0, 0.0, 0.0 }; in TEST() local
[all …]
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dpolynomial_test.cc146 const double roots[1] = {42.42}; in TEST() local
151 const double roots[1] = {-42.42}; in TEST() local
156 const double roots[2] = {1.0, 42.42}; in TEST() local
161 const double roots[2] = {-42.42, 1.0}; in TEST() local
166 const double roots[2] = {-42.42, -1.0}; in TEST() local
171 const double roots[2] = {42.42, 42.43}; in TEST() local
194 const double roots[4] = {1.23e-4, 1.23e-1, 1.23e+2, 1.23e+5}; in TEST() local
199 const double roots[4] = {1.23e-1, 2.46e-1, 1.23e+5, 2.46e+5}; in TEST() local
204 const double roots[4] = {-42.42, 0.0, 0.0, 42.42}; in TEST() local
209 const double roots[4] = {0.0, 0.0, 0.0, 0.0}; in TEST() local
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dordered-hash-table-inl.h37 bool OrderedHashTable<Derived, entrysize>::IsKey(ReadOnlyRoots roots, in IsKey()
88 Handle<Map> OrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap()
92 Handle<Map> OrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap()
96 Handle<Map> SmallOrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap()
100 Handle<Map> SmallOrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap()
104 Handle<Map> SmallOrderedHashSet::GetMap(ReadOnlyRoots roots) { in GetMap()
124 bool OrderedHashTable<Derived, entrysize>::ToKey(ReadOnlyRoots roots, in ToKey()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Polynomial/src/
H A DPolynomialRootFinder.cpp31 void PolynomialRootFinder::findRoots(const Vec<3,T>& coefficients, Vec<2,complex<T> >& roots) { in findRoots()
69 …olynomialRootFinder::findRoots(const Vec<3,complex<T> >& coefficients, Vec<2,complex<T> >& roots) { in findRoots()
91 void PolynomialRootFinder::findRoots(const Vec<4,T>& coefficients, Vec<3,complex<T> >& roots) { in findRoots()
113 …olynomialRootFinder::findRoots(const Vec<4,complex<T> >& coefficients, Vec<3,complex<T> >& roots) { in findRoots()
136 void PolynomialRootFinder::findRoots(const Vector_<T>& coefficients, Vector_<complex<T> >& roots) { in findRoots()
172 …omialRootFinder::findRoots(const Vector_<complex<T> >& coefficients, Vector_<complex<T> >& roots) { in findRoots()
/dports/databases/pgrouting/pgrouting-3.2.0/include/spanningTree/
H A Dpgr_kruskal.hpp95 std::vector<int64_t> roots, in kruskalBFS()
104 std::vector<int64_t> roots, in kruskalDFS()
113 std::vector<int64_t> roots, in kruskalDD()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/verity/fec/tests/
H A Dfec.py24 roots = 2 variable
33 def corruptmax(image, roots): argument
44 def encode(image, fec, roots): argument
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Droots.c14 static void grow_roots(Roots *roots) { in grow_roots()
37 static void sort_and_merge_roots(Roots *roots) in sort_and_merge_roots()
85 Roots *roots = &gc->roots; in GC_add_roots() local
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Droots.c14 static void grow_roots(Roots *roots) { in grow_roots()
37 static void sort_and_merge_roots(Roots *roots) in sort_and_merge_roots()
85 Roots *roots = &gc->roots; in GC_add_roots() local
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_roots.hpp33 roots(const Base<typename T1::elem_type, T1>& X) in roots() function
50 roots(Mat< std::complex<typename T1::pod_type> >& out, const Base<typename T1::elem_type, T1>& X) in roots() function
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_roots.hpp33 roots(const Base<typename T1::elem_type, T1>& X) in roots() function
50 roots(Mat< std::complex<typename T1::pod_type> >& out, const Base<typename T1::elem_type, T1>& X) in roots() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dhash-table-inl.h126 Handle<Map> HashTable<Derived, Shape>::GetMap(ReadOnlyRoots roots) { in GetMap()
131 Handle<Map> EphemeronHashTable::GetMap(ReadOnlyRoots roots) { in GetMap()
146 ReadOnlyRoots roots, Key key, in FindEntry()
167 bool HashTable<Derived, Shape>::IsKey(ReadOnlyRoots roots, Object k) { in IsKey()
173 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey()
240 uint32_t ObjectHashTableShape::Hash(ReadOnlyRoots roots, Handle<Object> key) { in Hash()
244 uint32_t ObjectHashTableShape::HashForObject(ReadOnlyRoots roots, in HashForObject()

12345678910>>...125