Home
last modified time | relevance | path

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

12345

/external/smali/util/src/test/java/org/jf/util/
DPathUtilTest.java39 File[] roots = File.listRoots(); in pathUtilTest1() local
53 File[] roots = File.listRoots(); in pathUtilTest2() local
68 File[] roots = File.listRoots(); in pathUtilTest3() local
80 File[] roots = File.listRoots(); in pathUtilTest4() local
92 File[] roots = File.listRoots(); in pathUtilTest5() local
104 File[] roots = File.listRoots(); in pathUtilTest6() local
116 File[] roots = File.listRoots(); in pathUtilTest7() local
128 File[] roots = File.listRoots(); in pathUtilTest8() local
140 File[] roots = File.listRoots(); in pathUtilTest9() local
152 File[] roots = File.listRoots(); in pathUtilTest10() local
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc63 std::vector<ScopeNode*> roots; in Build() local
87 std::vector<ScopeNode*> roots = Account(root_->children, opts); in ShowInternal() local
110 void TFScope::Format(const std::vector<ScopeNode*> roots, string* display_str, in Format()
121 std::vector<ScopeNode*> roots, const std::vector<string>& regexes) { in SearchRoot()
145 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope()
196 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account()
Dtfprof_graph.cc62 std::vector<GraphNode*> roots; in Build() local
89 std::vector<GraphNode*> roots = Account(root_->children, opts, &visits); in ShowInternal() local
118 const std::vector<GraphNode*>& roots, const std::vector<string>& regexes, in SearchRoot()
148 void TFGraph::Format(const std::vector<GraphNode*> roots, string* display_str, in Format()
158 std::vector<GraphNode*> TFGraph::PrintGraph(const std::vector<GraphNode*> roots, in PrintGraph()
213 std::vector<GraphNode*> TFGraph::Account(const std::vector<GraphNode*>& roots, in Account()
Dtfprof_code.cc476 std::vector<CodeNode*> roots = Account(root_->children, opts); in ShowInternal() local
535 std::vector<CodeNode*> TFCode::SearchRoot(std::vector<CodeNode*> roots, in SearchRoot()
560 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope()
597 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account()
/external/v8/src/objects/
Dhash-table-inl.h76 int HashTable<Derived, Shape>::FindEntry(ReadOnlyRoots roots, Key key, in FindEntry()
99 bool HashTable<Derived, Shape>::IsKey(ReadOnlyRoots roots, Object* k) { in IsKey()
104 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, int entry, in ToKey()
113 bool BaseShape<KeyT>::IsKey(ReadOnlyRoots roots, Object* key) { in IsKey()
118 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive()
Dapi-callbacks-inl.h105 ReadOnlyRoots roots = GetReadOnlyRoots(); in ACCESSORS() local
113 ReadOnlyRoots roots = GetReadOnlyRoots(); in IsSideEffectCallHandlerInfo() local
126 ReadOnlyRoots roots = GetReadOnlyRoots(); in NextCallHasNoSideEffect() local
/external/skia/src/pathops/
DSkPathOpsRect.cpp17 int roots = 0; in setBounds() local
34 int roots = 0; in setBounds() local
51 int roots = 0; in setBounds() local
DSkPathOpsCurve.h360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h()
369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v()
378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h()
383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v()
388 static int conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) { in conic_intercept_h()
393 static int conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) { in conic_intercept_v()
398 static int cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) { in cubic_intercept_h()
403 static int cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) { in cubic_intercept_v()
DSkDConicLineIntersection.cpp77 double roots[2]; in horizontalIntersect() local
103 int roots = this->intersectRay(rootVals); in intersect() local
155 double roots[2]; in verticalIntersect() local
376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept()
381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept()
DSkDQuadLineIntersection.cpp175 int roots = intersectRay(rootVals); in intersect() local
204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local
260 int roots = verticalIntersect(axisIntercept, rootVals); in verticalIntersect() local
452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept()
457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept()
/external/skqp/src/pathops/
DSkPathOpsRect.cpp17 int roots = 0; in setBounds() local
34 int roots = 0; in setBounds() local
51 int roots = 0; in setBounds() local
DSkPathOpsCurve.h360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h()
369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v()
378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h()
383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v()
388 static int conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) { in conic_intercept_h()
393 static int conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) { in conic_intercept_v()
398 static int cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) { in cubic_intercept_h()
403 static int cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) { in cubic_intercept_v()
DSkDConicLineIntersection.cpp77 double roots[2]; in horizontalIntersect() local
103 int roots = this->intersectRay(rootVals); in intersect() local
155 double roots[2]; in verticalIntersect() local
376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept()
381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept()
DSkDQuadLineIntersection.cpp175 int roots = intersectRay(rootVals); in intersect() local
204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local
260 int roots = verticalIntersect(axisIntercept, rootVals); in verticalIntersect() local
452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept()
457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept()
/external/eigen/unsupported/test/
Dpolynomialutils.cpp36 EvalRootsType roots = EvalRootsType::Random(deg); in realRoots_to_monicPolynomial_test() local
74 EvalRootsType roots = EvalRootsType::Random(deg); in CauchyBounds() local
Dpolynomialsolver.cpp45 const RootsType& roots( psolve.roots() ); in aux_evalSolver() local
96 void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const REAL_ROOTS& real_ro… in evalSolverSugarFunction()
/external/mesa3d/src/egl/generate/
DgenCommon.py61 def getFunctionsFromRoots(roots): argument
79 def getExportNamesFromRoots(target, roots): argument
/external/eigen/unsupported/doc/examples/
DPolynomialUtils1.cpp9 Vector4d roots = Vector4d::Random(); in main() local
DPolynomialSolver1.cpp12 Vector5d roots = Vector5d::Random(); in main() local
/external/skqp/tests/
DPathOpsCubicLineIntersectionTest.cpp50 int roots = i.intersect(cubic, line); in testFail() local
152 int roots = doIntersect(i, cubic, line); in testOne() local
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp50 int roots = i.intersect(cubic, line); in testFail() local
152 int roots = doIntersect(i, cubic, line); in testOne() local
/external/u-boot/lib/
Dbch.c549 unsigned int *roots) in find_affine4_roots()
585 unsigned int *roots) in find_poly_deg1_roots()
600 unsigned int *roots) in find_poly_deg2_roots()
642 unsigned int *roots) in find_poly_deg3_roots()
675 unsigned int *roots) in find_poly_deg4_roots()
914 struct gf_poly *poly, unsigned int *roots) in find_poly_roots()
954 struct gf_poly *p, unsigned int *roots) in chien_search()
1207 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp701 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
709 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
739 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp717 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
725 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
755 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
/external/skqp/src/core/
DSkQuadClipper.cpp34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local

12345