Displaying 2 results from an estimated 2 matches for "getgreen".
2020 Jan 03
10
Writing loop transformations on the right representation is more productive
...less less strict by moving conditions
into the fused body).
if (Red1->getIterationCount() != Red2->getIterationCount())
return;
if (Red1->getPredicate() != Red2->getPredicate())
return;
// Create new loop hierarchy with fused loops.
GreenFused = new GreenLoop({ Red1->getGreen(), Red2->getGreen() },
Red1->getIterationCount());
RedFused = new RedNode(GreenFused, Red1->getParent());
NewRoot = RedFused->getRoot();
// Preserve analysis.
// In this case not really necessary since the green nodes of the...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...p       * \param int
-         * \param int
-        */
-
</del><span class="cx"> unsigned char GetGreen(int x , int y ) const;
</span><del>-        /**
-         * \brief
-         * \param const...