Home
last modified time | relevance | path

Searched refs:findRoots (Results 1 – 25 of 96) sorted by relevance

1234

/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() function in SimTK::PolynomialRootFinder
69 void PolynomialRootFinder::findRoots(const Vec<3,complex<T> >& coefficients, Vec<2,complex<T> >& ro… in findRoots() function in SimTK::PolynomialRootFinder
91 void PolynomialRootFinder::findRoots(const Vec<4,T>& coefficients, Vec<3,complex<T> >& roots) { in findRoots() function in SimTK::PolynomialRootFinder
99 const int nrootsFound = RPoly<T>().findRoots(coeff, 3, rootr, rooti); in findRoots()
113 void PolynomialRootFinder::findRoots(const Vec<4,complex<T> >& coefficients, Vec<3,complex<T> >& ro… in findRoots() function in SimTK::PolynomialRootFinder
122 const int nrootsFound = CPoly<T>().findRoots(coeffr, coeffi, 3, rootr, rooti); in findRoots()
136 void PolynomialRootFinder::findRoots(const Vector_<T>& coefficients, Vector_<complex<T> >& roots) { in findRoots() function in SimTK::PolynomialRootFinder
149 const int nrootsFound = RPoly<T>().findRoots(coeff, n, rootr, rooti); in findRoots()
172 void PolynomialRootFinder::findRoots(const Vector_<complex<T> >& coefficients, Vector_<complex<T> >… in findRoots() function in SimTK::PolynomialRootFinder
188 const int nrootsFound = CPoly<T>().findRoots(coeffr, coeffi, n, rootr, rooti); in findRoots()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Polynomial/include/SimTKcommon/internal/
H A DPolynomialRootFinder.h67 static void findRoots(const Vec<3,T>& coefficients, Vec<2,complex<T> >& roots);
75 static void findRoots(const Vec<3,complex<T> >& coefficients, Vec<2,complex<T> >& roots);
83 static void findRoots(const Vec<4,T>& coefficients, Vec<3,complex<T> >& roots);
91 static void findRoots(const Vec<4,complex<T> >& coefficients, Vec<3,complex<T> >& roots);
99 static void findRoots(const Vector_<T>& coefficients, Vector_<complex<T> >& roots);
107 static void findRoots(const Vector_<complex<T> >& coefficients, Vector_<complex<T> >& roots);
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dmotion_derivative.cpp88 unsigned int num_roots = md.findRoots(interval, offset, roots, maxNumRoots); in testMDC()
125 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
136 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
145 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
156 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
165 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
174 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
186 MotionDerivative::findRoots(EvalFunc(), I, numRoots, roots, maxNumRoots); in run()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DPolynomialTest.cpp67 PolynomialRootFinder::findRoots(coeff, found); in testQuadratic()
77 PolynomialRootFinder::findRoots(coeff, found); in testQuadratic()
120 PolynomialRootFinder::findRoots(coeff, found); in testCubic()
138 PolynomialRootFinder::findRoots(coeff, found); in testCubic()
353 PolynomialRootFinder::findRoots(realCoeff, roots); in testSolveArbitrary()
366 PolynomialRootFinder::findRoots(complexCoeff, roots); in testSolveArbitrary()
374 PolynomialRootFinder::findRoots(realCoeff, roots); in testSolveArbitrary()
381 PolynomialRootFinder::findRoots(complexCoeff, roots); in testSolveArbitrary()
405 PolynomialRootFinder::findRoots(good1, roots); in testReallyAwfulEllipsoidPolynomial()
415 PolynomialRootFinder::findRoots(good2, roots); in testReallyAwfulEllipsoidPolynomial()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dmethodcycles.cxx117 void findRoots(const FunctionDecl* functionDecl,
214 findRoots(functionDeclFrom, fromRoots); in logCallToRootMethods()
216 findRoots(functionDeclTo, toRoots); in logCallToRootMethods()
223 void MethodCycles::findRoots(const FunctionDecl* functionDecl, in findRoots() function in __anon1fc351520111::MethodCycles
234 findRoots(*it, roots); in findRoots()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dmethodcycles.cxx117 void findRoots(const FunctionDecl* functionDecl,
214 findRoots(functionDeclFrom, fromRoots); in logCallToRootMethods()
216 findRoots(functionDeclTo, toRoots); in logCallToRootMethods()
223 void MethodCycles::findRoots(const FunctionDecl* functionDecl, in findRoots() function in __anon5166dbaa0111::MethodCycles
234 findRoots(*it, roots); in findRoots()
/dports/math/maxima/maxima-5.43.2/share/contrib/sarag/
H A Daliases.mac64 /* findRoots */
69 findRoots(pol,var,threshold) :=
76 deCasteljauFindRootsWithZ(pol,var,threshold); /* findRoots is defined with Z by default */
79 …deCasteljauFindRootsBetweenWithZ(pol,var,threshold,a,b); /* findRoots is defined with Z by defaul…
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dgc.cc132 Roots roots = findRoots(false); in addPermRoot()
259 void LocalStore::findRoots(const Path & path, unsigned char type, Roots & roots) in findRoots() function in nix::LocalStore
276 findRoots(path + "/" + i.name, i.type, roots); in findRoots()
322 findRoots(stateDir + "/" + gcRootsDir, DT_UNKNOWN, roots); in findRootsNoTemp()
323 findRoots(stateDir + "/profiles", DT_UNKNOWN, roots); in findRootsNoTemp()
332 Roots LocalStore::findRoots(bool censor) in findRoots() function in nix::LocalStore
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Transforms/Scalar/
H A DFloat2Int.h32 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Transforms/Scalar/
H A DFloat2Int.h33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Transforms/Scalar/
H A DFloat2Int.h33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Transforms/Scalar/
H A DFloat2Int.h33 void findRoots(Function &F, const DominatorTree &DT,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h33 void findRoots(Function &F, const DominatorTree &DT,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h33 void findRoots(Function &F, const DominatorTree &DT,

1234