Home
last modified time | relevance | path

Searched refs:findRoots (Results 26 – 50 of 96) sorted by relevance

1234

/dports/graphics/opengv/opengv-91f4b19/include/opengv/math/
H A DSturm.hpp119 std::vector<double> findRoots();
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Polynomial/src/
H A Drpoly.h38 int findRoots(T *op, int degree, T *zeror, T *zeroi);
H A Dcpoly.h78 int findRoots( const T *opr, const T *opi, int degree, T *zeror, T *zeroi );
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dlocal-store.hh187 Roots findRoots(bool censor) override;
268 void findRoots(const Path & path, unsigned char type, Roots & roots);
H A Dremote-store.hh87 Roots findRoots(bool censor) override;
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/maruel/panicparse/panicparse-f20d4c4d746f/stack/
H A Dcontext.go74 c.findRoots()
323 func (c *Context) findRoots() { func
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DLevelize.hh61 void findRoots();
H A DLevelize.cc123 findRoots(); in levelize()
141 Levelize::findRoots() in findRoots() function in sta::Levelize
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DModuleAddExportsBlock.java173 private IPackageFragmentRoot[] findRoots(Predicate<IModuleDescription> match) { in findRoots() method in ModuleAddExportsBlock
399 roots= findRoots(mod -> (mod != null && mod.getElementName().equals(moduleName))); in computePackageStatus()
401 roots= findRoots(mod -> true); in computePackageStatus()
/dports/www/tikiwiki/tiki-21.2/modules/
H A Dmod-func-categories.php168 foreach ($categlib->findRoots($tree_nodes) as $node) {
/dports/graphics/opengv/opengv-91f4b19/test/
H A Dtest_Sturm.cpp112 roots = sturm.findRoots(); in main()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/layout/hierarchical/
H A DmxHierarchicalLayout.java213 public List<Object> findRoots(Object parent, Set<Object> vertices) in findRoots() method in mxHierarchicalLayout
334 List<Object> candidateRoots = findRoots(parent, filledVertexSet); in run()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DFloat2Int.cpp119 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() function in Float2IntPass
516 findRoots(F, Roots); in runImpl()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DFloat2Int.cpp120 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() function in Float2IntPass
503 findRoots(F, Roots); in runImpl()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DFloat2Int.cpp120 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in as_raw_fd()
503 findRoots(F, Roots);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT, in findRoots() function in Float2IntPass
528 findRoots(F, DT, Roots); in runImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
527 findRoots(F, DT); in runImpl()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT, in findRoots() function in Float2IntPass
528 findRoots(F, DT, Roots); in runImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp122 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { in findRoots() function in Float2IntPass
526 findRoots(F, DT); in runImpl()

1234