HomeSort by relevance Sort by last modified time
    Searched defs:reduce (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticReduceOrder_Test.cpp 24 Quadratic reduce; local
25 SkDEBUGCODE(int result = ) reduceOrder(quad, reduce, kReduceOrder_TreatAsFill);
32 Quadratic reduce; local
50 order = reduceOrder(quad, reduce, kReduceOrder_TreatAsFill);
57 order = reduceOrder(quad, reduce, kReduceOrder_TreatAsFill);
CubicReduceOrder_Test.cpp 15 Cubic reduce; local
49 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
57 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
65 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
73 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
81 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
89 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
97 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
107 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
117 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed
    [all...]
  /external/skia/experimental/Intersection/
QuadraticReduceOrder_Test.cpp 24 Quadratic reduce; local
25 SkDEBUGCODE(int result = ) reduceOrder(quad, reduce, kReduceOrder_TreatAsFill);
32 Quadratic reduce; local
50 order = reduceOrder(quad, reduce, kReduceOrder_TreatAsFill);
57 order = reduceOrder(quad, reduce, kReduceOrder_TreatAsFill);
CubicReduceOrder_Test.cpp 15 Cubic reduce; local
49 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
57 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
65 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
73 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
81 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
89 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
97 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
107 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed,
117 order = reduceOrder(cubic, reduce, kReduceOrder_QuadraticsAllowed
    [all...]
  /frameworks/native/libs/ui/
Rect.cpp 110 Rect Rect::reduce(const Rect& exclude) const { function in class:android::Rect
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 10 from _functools import partial, reduce namespace
csv.py 7 from functools import reduce namespace
248 quotechar = reduce(lambda a, b, quotes = quotes:
252 delim = reduce(lambda a, b, delims = delims:
324 modes[char] = reduce(lambda a, b: a[1] > b[1] and a or b,
330 - reduce(lambda a, b: (0, a[1] + b[1]),
difflib.py 37 from functools import reduce namespace
658 matches = reduce(lambda sum, triple: sum + triple[-1],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 10 from _functools import partial, reduce namespace
csv.py 7 from functools import reduce namespace
248 quotechar = reduce(lambda a, b, quotes = quotes:
252 delim = reduce(lambda a, b, delims = delims:
324 modes[char] = reduce(lambda a, b: a[1] > b[1] and a or b,
330 - reduce(lambda a, b: (0, a[1] + b[1]),
difflib.py 37 from functools import reduce namespace
658 matches = reduce(lambda sum, triple: sum + triple[-1],
    [all...]
  /system/core/libutils/
LinearTransform.cpp 213 template <class T> void LinearTransform::reduce(T* N, T* D) { function in class:android::LinearTransform
250 template void LinearTransform::reduce<uint64_t>(uint64_t* N, uint64_t* D);
251 template void LinearTransform::reduce<uint32_t>(uint32_t* N, uint32_t* D);
253 void LinearTransform::reduce(int32_t* N, uint32_t* D) { function in class:android::LinearTransform
257 reduce(reinterpret_cast<uint32_t*>(N), D);
260 reduce(reinterpret_cast<uint32_t*>(N), D);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 211 def reduce method in class:ANTLR3.RewriteProgram
265 | %s#reduce! should have left only one operation per index,
284 operations = reduce
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.cpp 177 // Reduce - remove trailing zero digits.
179 DigitList::reduce() { function in class:DigitList
438 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good.
765 reduce(); // Remove any trailing zeros
794 * amount. Never reduce it. Available size is kept in fContext.digits.
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 9 int SkReduceOrder::reduce(const SkDLine& line) { function in class:SkReduceOrder
57 // reduce to a quadratic or smaller
63 int SkReduceOrder::reduce(const SkDQuad& quad) { function in class:SkReduceOrder
197 // reduce to a quadratic or smaller
203 int SkReduceOrder::reduce(const SkDCubic& cubic, Quadratics allowQuadratics) { function in class:SkReduceOrder
265 int order = reducer.reduce(quad);
278 int order = reducer.reduce(cubic, kAllow_Quadratics);
  /external/icu/icu4c/source/i18n/
digitlst.cpp 175 // Reduce - remove trailing zero digits.
177 DigitList::reduce() { function in class:DigitList
459 numToConvert.reduce(); // Removes any trailing zeros, so that digit count is good.
838 reduce(); // Remove any trailing zeros
867 * amount. Never reduce it. Available size is kept in fContext.digits.
  /external/skia/src/pathops/
SkReduceOrder.cpp 9 int SkReduceOrder::reduce(const SkDLine& line) { function in class:SkReduceOrder
57 // reduce to a quadratic or smaller
63 int SkReduceOrder::reduce(const SkDQuad& quad) { function in class:SkReduceOrder
197 // reduce to a quadratic or smaller
203 int SkReduceOrder::reduce(const SkDCubic& cubic, Quadratics allowQuadratics) { function in class:SkReduceOrder
265 int order = reducer.reduce(quad);
278 int order = reducer.reduce(cubic, kAllow_Quadratics);
  /external/fonttools/Lib/fontTools/
merge.py 13 from functools import reduce namespace
52 return reduce(operator.and_, lst)
55 return reduce(operator.or_, lst)
735 allTags = reduce(set.union, (list(font.keys()) for font in fonts), set())
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 259 Size aspectRatio = reduce(size);
264 * Reduce an aspect ratio to its lowest common denominator. The ratio of the
267 * @param aspectRatio the aspect ratio to reduce
270 public static Size reduce(Size aspectRatio) { method in class:ResolutionUtil
286 Size aspectRatio = reduce(size);
299 Size aspectRatio = reduce(size);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 9 from functools import reduce namespace
88 return reduce(int.__mul__, xrange(1, n), 1)
test_itertools.py 12 from functools import reduce namespace
49 return reduce(operator.mul, iterable, 1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 9 from functools import reduce namespace
88 return reduce(int.__mul__, xrange(1, n), 1)
test_itertools.py 12 from functools import reduce namespace
49 return reduce(operator.mul, iterable, 1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 646 // If we have overallocated, reduce every cell according to the difference between desired width and minwidth
649 // Need to reduce cells with the following prioritization:
668 int reduce = available * minMaxDiff / logicalWidthBeyondMin; local
669 m_layoutStruct[i].computedLogicalWidth += reduce;
670 available -= reduce;
692 int reduce = available * minMaxDiff \/ logicalWidthBeyondMin; local
716 int reduce = available * minMaxDiff \/ logicalWidthBeyondMin; local
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
RegAllocSolver.h 156 S = backpropagate(G, reduce());
275 std::vector<GraphBase::NodeId> reduce() { function in class:PBQP::RegAlloc::RegAllocSolverImpl
276 assert(!G.empty() && "Cannot reduce empty graph.");

Completed in 1285 milliseconds

1 2 3