Home
last modified time | relevance | path

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

12345

/third_party/flutter/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()
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()
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()
/third_party/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()
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()
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()
/third_party/boost/libs/math/test/
Dtest_bessel_airy_zeros.cpp956 std::vector<RealType> roots; in test_bessel_zeros() local
962 std::vector<RealType> roots; in test_bessel_zeros() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTerritoryContainment.java74 Set<String> roots = ImmutableSet.copyOf(Sets.difference(graph.keySet(), allContained)); in TerritoryContainment() local
76 "world region '%s' must be the only containment graph root (was %s)", WORLD, roots); in TerritoryContainment() local
/third_party/mesa3d/src/mapi/new/
DgenCommon.py66 def getFunctionsFromRoots(roots): argument
97 def getExportNamesFromRoots(target, roots): argument
/third_party/boost/libs/math/example/
Dairy_zeros_example.cpp100 std::vector<double> roots; in main() local
Ddaubechies_coefficients.cpp57 …std::vector<Complex> roots(p-1, {std::numeric_limits<Real>::quiet_NaN(),std::numeric_limits<Real>:… in find_roots() local
213 auto roots = find_roots<Complex>(p); in main() local
Dbessel_zeros_example_1.cpp153 std::vector<double> roots; in main() local
/third_party/boost/libs/math/example/daubechies_wavelets/
Ddaubechies_coefficients.cpp65 …std::vector<Complex> roots(p-1, {std::numeric_limits<Real>::quiet_NaN(),std::numeric_limits<Real>:… in find_roots() local
240 auto roots = find_roots<Complex>(p); in main() local
/third_party/flutter/skia/tools/
Drewrite_includes.py20 roots = [ variable
/third_party/typescript/src/testRunner/unittests/
DcustomTransforms.ts5 …const roots = sources.map(source => createSourceFile(source.file, source.text, ScriptTarget.ES2015… constant
/third_party/skia/tools/
Drewrite_includes.py24 roots = [ variable
/third_party/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp50 int roots = i.intersect(cubic, line); in testFail() local
152 int roots = doIntersect(i, cubic, line); in testOne() local
/third_party/flutter/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp50 int roots = i.intersect(cubic, line); in testFail() local
152 int roots = doIntersect(i, cubic, line); in testOne() local
DPathOpsConicQuadIntersectionTest.cpp56 int roots = i.intersect(conic, quad); in conicQuadIntersection() local
/third_party/flutter/skia/src/core/
DSkQuadClipper.cpp34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
/third_party/skia/src/core/
DSkQuadClipper.cpp34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_unused_interface_variables_pass.cpp52 std::queue<uint32_t> roots; in CollectUsedVariables() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dremove_unused_interface_variables_pass.cpp52 std::queue<uint32_t> roots; in CollectUsedVariables() local

12345