Home | History | Annotate | Download | only in Intersection

Lines Matching refs:aIndex

20     for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
23 const double A = mulA[aIndex];
58 static void testOneCubic(bool limit, size_t aIndex, size_t bIndex, size_t cIndex, size_t dIndex) {
59 const double A = mulA[aIndex];
108 for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
112 testOneCubic(limit, aIndex, bIndex, cIndex, dIndex);
119 static void testOneQuartic(size_t aIndex, size_t bIndex, size_t cIndex, size_t dIndex,
121 const double A = mulA[aIndex];
174 for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
179 testOneQuartic(aIndex, bIndex, cIndex, dIndex, eIndex);