/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 17 int roots = 0; in setBounds() local 34 int roots = 0; in setBounds() local 51 int roots = 0; in setBounds() local
|
D | SkPathOpsCurve.h | 360 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()
|
D | SkDQuadLineIntersection.cpp | 175 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()
|
D | SkDConicLineIntersection.cpp | 77 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/ |
D | SkPathOpsRect.cpp | 17 int roots = 0; in setBounds() local 34 int roots = 0; in setBounds() local 51 int roots = 0; in setBounds() local
|
D | SkPathOpsCurve.h | 360 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()
|
D | SkDQuadLineIntersection.cpp | 175 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()
|
D | SkDConicLineIntersection.cpp | 77 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/ |
D | test_bessel_airy_zeros.cpp | 956 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/ |
D | TerritoryContainment.java | 74 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/ |
D | genCommon.py | 66 def getFunctionsFromRoots(roots): argument 97 def getExportNamesFromRoots(target, roots): argument
|
/third_party/boost/libs/math/example/ |
D | airy_zeros_example.cpp | 100 std::vector<double> roots; in main() local
|
D | daubechies_coefficients.cpp | 57 …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
|
D | bessel_zeros_example_1.cpp | 153 std::vector<double> roots; in main() local
|
/third_party/boost/libs/math/example/daubechies_wavelets/ |
D | daubechies_coefficients.cpp | 65 …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/ |
D | rewrite_includes.py | 20 roots = [ variable
|
/third_party/typescript/src/testRunner/unittests/ |
D | customTransforms.ts | 5 …const roots = sources.map(source => createSourceFile(source.file, source.text, ScriptTarget.ES2015… constant
|
/third_party/skia/tools/ |
D | rewrite_includes.py | 24 roots = [ variable
|
/third_party/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 50 int roots = i.intersect(cubic, line); in testFail() local 152 int roots = doIntersect(i, cubic, line); in testOne() local
|
/third_party/flutter/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 50 int roots = i.intersect(cubic, line); in testFail() local 152 int roots = doIntersect(i, cubic, line); in testOne() local
|
D | PathOpsConicQuadIntersectionTest.cpp | 56 int roots = i.intersect(conic, quad); in conicQuadIntersection() local
|
/third_party/flutter/skia/src/core/ |
D | SkQuadClipper.cpp | 34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
|
/third_party/skia/src/core/ |
D | SkQuadClipper.cpp | 34 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/ |
D | remove_unused_interface_variables_pass.cpp | 52 std::queue<uint32_t> roots; in CollectUsedVariables() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | remove_unused_interface_variables_pass.cpp | 52 std::queue<uint32_t> roots; in CollectUsedVariables() local
|