HomeSort by relevance Sort by last modified time
    Searched refs:Sum (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
  /external/ppp/pppd/plugins/radius/etc/
dictionary 247 VALUE Octets-Direction Sum 0
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 646 uint32_t Sum = 0L;
650 Sum += *Table++;
651 return Sum;
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 649 uint32_t Sum = 0L;
653 Sum += *Table++;
654 return Sum;
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 77 uint64_t Sum = Mass + X.Mass;
78 Mass = Sum < Mass ? UINT64_MAX : Sum;
350 uint64_t Total; ///< Sum of all weights.
702 /// - Normalize the distribution: scale weights down so that their sum
769 /// used for computing loop scale) is the sum of all iterations.
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 574 unsigned Sum = 0;
576 Sum += I->start.distance(I->end);
577 return Sum;
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
522 ; int *sum,
638 mov rdi, arg(6) ;sum
667 ; int *sum,
    [all...]
variance_impl_ssse3.asm 26 ; int *sum,
335 mov rsi, arg(7) ;[Sum]
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 103 // Returns [end, sum], where end is one past the last rectangle and sum is the
104 // 2-d sum of the rectangles' areas.
112 var rsum = 0; // Sum of children in this span.
  /external/chromium_org/v8/test/mjsunit/
sin-cos.js 77 // We sum up in the reverse order for higher precision, as we expect the terms
143 // Sum squares up by adding them pairwise, to avoid losing precision.
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
522 ; int *sum,
638 mov rdi, arg(6) ;sum
667 ; int *sum,
    [all...]
variance_impl_ssse3.asm 26 ; int *sum,
335 mov rsi, arg(7) ;[Sum]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
522 ; int *sum,
638 mov rdi, arg(6) ;sum
667 ; int *sum,
    [all...]
variance_impl_ssse3.asm 26 ; int *sum,
335 mov rsi, arg(7) ;[Sum]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 352 const SCEV *Sum = SE.getAddExpr(Good);
353 if (!Sum->isZero())
354 BaseRegs.push_back(Sum);
358 const SCEV *Sum = SE.getAddExpr(Bad);
359 if (!Sum->isZero())
360 BaseRegs.push_back(Sum);
387 // Keep the invariant sum in BaseRegs and one of the variant sum in ScaledReg.
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 249 // Sum up remaining units size.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
progress_center_item_group.js 333 // Sum up the progress values.
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 467 // Modified the sum result - switch anything that used the old sum to use
    [all...]
LegalizeDAG.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 158 // Make Sum
159 results.sum = 0;
162 results.sum += times[i];
171 results.mean = results.sum / num;
    [all...]
  /external/chromium_org/ui/keyboard/resources/
main.js 115 // Sum of all keys in the current row.
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 6638 milliseconds

1 2 34 5