OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootCount
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot_Test.cpp
33
const int
rootCount
= limit ? quadraticRootsValidT(A, b, c, roots)
42
SkASSERT(
rootCount
== expected);
43
if (!
rootCount
) {
72
const int
rootCount
= limit ? cubicRootsValidT(A, b, c, d, roots)
82
SkASSERT(
rootCount
== expected);
83
if (!
rootCount
) {
132
int
rootCount
= reducedQuarticRoots(A, b, c, d, e, oneHint, roots);
133
if (
rootCount
< 0) {
134
rootCount
= quarticRootsReal(0, A, b, c, d, e, roots);
137
SkASSERT(
rootCount
== expected)
[
all
...]
QuadraticImplicit.cpp
55
int
rootCount
= reducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
56
if (
rootCount
>= 0) {
57
return
rootCount
;
457
int
rootCount
= findRoots(i2, q1, roots1, useCubic, 0);
460
int r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
481
rootCount
= findRoots(i2, q1, roots1, useCubic, cu1);
482
r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
503
rootCount
= findRoots(i2, q1, roots1, useCubic, 0);
504
r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
/external/skia/experimental/Intersection/
QuarticRoot_Test.cpp
33
const int
rootCount
= limit ? quadraticRootsValidT(A, b, c, roots)
42
SkASSERT(
rootCount
== expected);
43
if (!
rootCount
) {
72
const int
rootCount
= limit ? cubicRootsValidT(A, b, c, d, roots)
82
SkASSERT(
rootCount
== expected);
83
if (!
rootCount
) {
132
int
rootCount
= reducedQuarticRoots(A, b, c, d, e, oneHint, roots);
133
if (
rootCount
< 0) {
134
rootCount
= quarticRootsReal(0, A, b, c, d, e, roots);
137
SkASSERT(
rootCount
== expected)
[
all
...]
QuadraticImplicit.cpp
55
int
rootCount
= reducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
56
if (
rootCount
>= 0) {
57
return
rootCount
;
457
int
rootCount
= findRoots(i2, q1, roots1, useCubic, 0);
460
int r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
481
rootCount
= findRoots(i2, q1, roots1, useCubic, cu1);
482
r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
503
rootCount
= findRoots(i2, q1, roots1, useCubic, 0);
504
r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
51
int
rootCount
= SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
52
if (
rootCount
< 0) {
53
rootCount
= SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
56
for (int index = 0; index <
rootCount
; ++index) {
60
return
rootCount
;
469
int
rootCount
= findRoots(i2, q1, roots1, useCubic, flip1, 0);
472
int r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
/external/skia/src/pathops/
SkDQuadIntersection.cpp
51
int
rootCount
= SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
52
if (
rootCount
< 0) {
53
rootCount
= SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
56
for (int index = 0; index <
rootCount
; ++index) {
60
return
rootCount
;
469
int
rootCount
= findRoots(i2, q1, roots1, useCubic, flip1, 0);
472
int r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 86 milliseconds