HomeSort by relevance Sort by last modified time
    Searched full:accumulator (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /external/libvpx/vp8/encoder/
temporal_filter.c 98 unsigned int *accumulator,
130 accumulator[k] += modifier * pixel_value;
296 DECLARE_ALIGNED_ARRAY(16, unsigned int, accumulator, 16*16 + 8*8 + 8*8);
323 vpx_memset(accumulator, 0, 384*sizeof(unsigned int));
383 accumulator, local
393 accumulator + 256, local
403 accumulator + 320, local
416 unsigned int pval = accumulator[k] + (count[k] >> 1);
440 unsigned int pval = accumulator[k] + (count[k] >> 1);
446 pval = accumulator[m] + (count[m] >> 1)
    [all...]
  /external/v8/src/
top.cc 185 StringStream accumulator(&allocator);
186 incomplete_message_ = &accumulator;
187 PrintStack(&accumulator);
188 Handle<String> stack_trace = accumulator.ToString();
330 StringStream accumulator(allocator);
331 incomplete_message_ = &accumulator;
332 PrintStack(&accumulator);
333 accumulator.OutputToStdOut();
335 accumulator.Log();
353 static void PrintFrames(StringStream* accumulator,
    [all...]
bignum.cc 363 DoubleChunk accumulator = 0;
379 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2;
383 bigits_[i] = static_cast<Chunk>(accumulator) & kBigitMask;
384 accumulator >>= kBigitSize;
390 // Inner loop runs 0 times on last iteration, emptying accumulator.
394 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2;
401 bigits_[i] = static_cast<Chunk>(accumulator) & kBigitMask;
402 accumulator >>= kBigitSize;
405 // accumulator must be 0 now.
406 ASSERT(accumulator == 0)
    [all...]
d8-posix.cc 313 Handle<String> accumulator = String::Empty(); local
353 cons_args[0] = accumulator;
355 accumulator = Handle<String>::Cast(cons_function->Call(
363 return accumulator;
511 Handle<Value> accumulator = GetStdout(stdout_fds[kReadFD],
515 if (accumulator->IsUndefined()) {
517 return accumulator;
528 return scope.Close(accumulator);
serialize.h 262 int accumulator = (snapshot_byte & 0x7f) << 7;
266 return accumulator | snapshot_byte;
268 accumulator = (accumulator | (snapshot_byte & 0x7f)) << 7;
271 return accumulator;
full-codegen.h 283 // A platform-specific utility to overwrite the accumulator register
296 // is expected on the stack or the accumulator, depending on the platform.
447 // of the stack and the right one in the accumulator.
460 // is expected in the accumulator.
464 // in the accumulator.
469 // of the stack and the right-hand-side value in the accumulator.
474 // accumulator.
heap-profiler.cc 522 void JSObjectsCluster::Print(StringStream* accumulator) const {
526 accumulator->Add(special_case_name);
530 accumulator->Add("%s", GetConstructorName(*s_name));
532 accumulator->Add(":%p", static_cast<void*>(instance_));
538 void JSObjectsCluster::DebugPrint(StringStream* accumulator) const {
540 Print(accumulator);
542 accumulator->Add("(null cluster)");
    [all...]
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 108 Calculate initial accumulator value : u32_y_accum_start.
129 Calculate initial accumulator value : u32_x_accum_start.
160 /* Reinit accumulator */
238 /* Update horizontal accumulator */
244 /* Update vertical accumulator */
M4VIFI_ResizeRGB888toRGB888.c 129 Calculate initial accumulator value : u32_y_accum_start.
154 Calculate initial accumulator value : u32_x_accum_start.
189 /* Reinit accumulator */
259 /* Update horizontal accumulator */
266 /* Update vertical accumulator */
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 20 // accumulator variable, thus compiling the typical naive factorial or
274 // will be available to initialize the accumulator.
329 /// transformed using accumulator recursion elimination, return the constant
330 /// which is the start of the accumulator value. Otherwise return null.
415 // If we are introducing accumulator recursion to eliminate operations after
417 // value for the accumulator is placed in this variable. If this value is set
418 // then we actually perform accumulator recursion elimination instead of
424 // special case of accumulator recursion, the operation being "return C".
438 // using accumulator recursion elimination. Check to see if this is the
439 // case, and if so, remember the initial accumulator value for later
    [all...]
  /external/bluetooth/glib/gobject/
gsignal.h 71 * @return_accu: Accumulator to collect callback return values in, this
76 * The signal accumulator is a special callback function that can be used
78 * during a signal emission. The signal accumulator is specified at signal
83 * Returns: The accumulator function returns whether the signal emission
254 GSignalAccumulator accumulator,
264 GSignalAccumulator accumulator,
274 GSignalAccumulator accumulator,
284 GSignalAccumulator accumulator,
gsignal.c 213 SignalAccumulator *accumulator; member in struct:_SignalNode
3105 SignalAccumulator *accumulator; local
    [all...]
  /external/oprofile/events/avr32/
events 24 event:0x15 counters:1,2 um:zero minimum:500 name:ACCUMULATOR_HIT : accumulator cache hit
25 event:0x16 counters:1,2 um:zero minimum:500 name:ACCUMULATOR_MISS : accumulator cache miss
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
66 @ shift for phase accumulator when fraction carries over
  /external/sonivox/arm-wt-22k/lib_src/
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
66 @ shift for phase accumulator when fraction carries over
  /external/libvpx/examples/
decode_to_md5.txt 24 Each row of the image is passed to the MD5 accumulator. First the Y plane
  /bionic/libm/i387/
npx.h 56 /* Contents of each floating point accumulator */
71 struct fpacc87 sv_ac[8]; /* accumulator contents, 0-7 */
99 /* Contents of each SSE extended accumulator */
  /external/bluetooth/glib/docs/reference/gobject/
tut_gsignal.xml 210 GSignalAccumulator accumulator,
237 accumulator: this is a function pointer which is invoked after each closure
244 accumulator during emission.
335 no accumulator was specified. If an accumulator was specified during signal creation,
336 this accumulator is used to calculate the return_value as a function of the return
341 For instance, you may have an accumulator that ignores NULL returns from
342 closures, and only accumulates the non-NULL ones. Another accumulator may try
408 The accumulator function is invoked in all states, after invocation
415 If no accumulator function was provided, the value returned by the last handle
    [all...]
  /external/bluetooth/glib/tests/gobject/
Makefile.am 54 accumulator \
  /external/srec/audio/AudioIn/UNIX/include/
filter.h 27 typedef long typeAccum; // FIR filter accumulator
  /external/webkit/Source/WebCore/editing/
markup.cpp 558 StyledMarkupAccumulator accumulator(nodes, shouldResolveURLs, shouldAnnotate, updatedRange.get());
571 accumulator.appendString(interchangeNewlineString);
592 Node* lastClosed = accumulator.serializeNodes(startNode, pastEnd);
613 accumulator.wrapWithStyleNode(fullySelectedRootStyle.get(), document, true);
618 accumulator.wrapWithNode(ancestor, convertBlocksToInlines, StyledMarkupAccumulator::DoesNotFullySelectNode);
651 accumulator.wrapWithStyleNode(style->style(), document);
660 accumulator.wrapWithStyleNode(defaultStyle->style(), document);
665 accumulator.appendString(interchangeNewlineString);
670 return accumulator.takeResults();
700 MarkupAccumulator accumulator(nodes, shouldResolveURLs)
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 326 * Pretty printing function accumulator for objects.
334 * Pretty printing accumulator function for ints
342 * Pretty printing accumulator function for shorts
349 * Pretty printing accumulator function for chars
358 * Pretty printing accumulator function for longs
366 * Pretty printing accumulator function for booleans
374 * Pretty printing accumulator function for doubles
382 * Pretty printing accumulator function for floats
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 93 /* bit accumulator */
94 unsigned long hold; /* input bit accumulator */
  /external/zlib/
inflate.h 97 /* bit accumulator */
98 unsigned long hold; /* input bit accumulator */
  /frameworks/base/include/cpustats/
ThreadCpuUsage.h 77 // up until the most recent disable(), resets this accumulator, and then
94 // Reset statistics and elapsed. Has no effect on tracking or accumulator.

Completed in 940 milliseconds

12 3 4 5 6 7 8 9