HomeSort by relevance Sort by last modified time
    Searched refs:sum (Results 251 - 275 of 512) sorted by null

<<11121314151617181920>>

  /external/opencv/ml/src/
mlknearest.cpp 163 double sum = 0; local
176 sum += t0*t0 + t1*t1 + t2*t2 + t3*t3;
182 sum += t0*t0;
185 si.f = (float)sum;
mlsvm.cpp 686 double sum = alpha_i + alpha_j; local
690 if( sum > C_i && alpha_i > C_i )
693 alpha_j = sum - C_i;
695 else if( sum <= C_i && alpha_j < 0)
698 alpha_i = sum;
701 if( sum > C_j && alpha_j > C_j )
704 alpha_i = sum - C_j;
706 else if( sum <= C_j && alpha_i < 0 )
709 alpha_j = sum;
1100 double C = _kernel->params->C, sum; local
1917 double sum = -df->rho; local
1939 double sum = -df->rho; local
    [all...]
  /external/srec/srec/include/
sample.h 155 int sum; member in struct:__anon12651
  /external/tcpdump/
print-icmp.c 562 u_int16_t sum, icmp_sum; local
564 sum = in_cksum((u_short*)dp, plen, 0);
565 if (sum != 0) {
569 in_cksum_shouldbe(icmp_sum, sum));
  /external/v8/test/mjsunit/
top-level-assignments.js 87 Calculator.prototype.sum = function() { return this.x + this.y; };
93 assertEquals(30, calc.sum());
  /external/valgrind/main/coregrind/
m_sparsewa.c 438 UWord sum = 0; local
443 sum += swa_sizeSWA_wrk( levelN->child[i] );
453 /* do 'sum += popcount(x) + popcount(y)' for byte-sized x, y */
461 sum += x + y;
464 return sum;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedataexceedslengthofdata.js 78 If the sum of the offset and count exceeds the length then
85 with "2600". This is because the sum of the offset and
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatareplacedataexceedslengthofdata.js 78 If the sum of the offset and count exceeds the length then
85 with "2600". This is because the sum of the offset and
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 257 // This is much more efficient than computing the sum of each pixels
273 int sum = side1 * alpha1 + alpha1; local
277 sum += *prev;
280 sum += (side2 - limit + 1) * alpha2;
284 *ptr = (sum * invCount) >> blurSumShift;
285 sum += ((ofs < dim) ? *next : alpha2) - alpha1;
290 *ptr = (sum * invCount) >> blurSumShift;
291 sum += (*next) - (*prev);
295 *ptr = (sum * invCount) >> blurSumShift;
296 sum += alpha2 - (*prev)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
feeders.py 72 all_patches = sum([self._patches_for_bug(bug_id) for bug_id in bug_ids], [])
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 62 float sum; member in struct:__anon15271
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 84 Word32 minBits, j, sum; local
88 sum = bc1[j] + bc2[j];
89 if (sum < minBits) {
90 minBits = sum;
  /external/qemu/android/camera/
camera-format-converters.c 857 int sum = 0; local
860 /* Horisontal sum */
862 sum += _get_bayer_color(desc, buf, x + 1, y, width);
865 sum += _get_bayer_color(desc, buf, x - 1, y, width);
868 sum += _get_bayer_color(desc, buf, x - 1, y, width) +
873 /* Vertical sum */
875 sum += _get_bayer_color(desc, buf, x, y + 1, width);
878 sum += _get_bayer_color(desc, buf, x, y - 1, width);
881 sum += _get_bayer_color(desc, buf, x, y - 1, width) +
886 return sum / num
917 int sum = 0; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 227 sum=8721
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 232 vmulosh v20,v0,v8 ; v20: sum vector
271 vsumsws v20,v20,v16 ; v20[3]: sum
272 vsraw v20,v20,v19 ; v20[3]: sum >> lp_quantization
276 vaddsws v20,v21,v20 ; v20[3]: *residual + (sum >> lp_quantization)
397 vmulosh v8,v0,v2 ; v8: sum vector
406 vsumsws v8,v8,v4 ; v8[3]: sum
407 vsraw v8,v8,v7 ; v8[3]: sum >> lp_quantization
411 vaddsws v8,v9,v8 ; v8[3]: *residual + (sum >> lp_quantization)
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 234 vmulosh v20,v0,v8 # v20: sum vector
273 vsumsws v20,v20,v16 # v20[3]: sum
274 vsraw v20,v20,v19 # v20[3]: sum >> lp_quantization
278 vaddsws v20,v21,v20 # v20[3]: *residual + (sum >> lp_quantization)
399 vmulosh v8,v0,v2 # v8: sum vector
408 vsumsws v8,v8,v4 # v8[3]: sum
409 vsraw v8,v8,v7 # v8[3]: sum >> lp_quantization
413 vaddsws v8,v9,v8 # v8[3]: *residual + (sum >> lp_quantization)
  /external/grub/netboot/
main.c 695 dosum (unsigned short *start, unsigned int len, unsigned short *sum)
704 : "=b" (*sum), "=S"(start), "=c"(len)
705 : "0"(*sum), "1"(start), "2"(len)
710 /* UDP sum:
727 /* sum over src/dst ipaddr + udp packet */
1119 unsigned long sum = 0; local
1123 sum += *(ip++);
1124 if (sum > 0xFFFF)
1125 sum -= 0xFFFF;
1127 return (~sum) & 0x0000FFFF
    [all...]
  /external/libgsm/src/
add.c 25 longword sum = (longword)a + (longword)b; local
26 return saturate(sum);
  /external/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 43 vsumsws v1, v1, v3 ;# sum up
  /external/opencv/cxcore/src/
_cxipp.h 252 ////////////////////////////////////////// Sum //////////////////////////////////////////
257 ( const srctype* img, int imgstep, CvSize size, double* sum )) \
260 ( const srctype* img, int imgstep, CvSize size, double* sum )) \
263 ( const srctype* img, int imgstep, CvSize size, double* sum )) \
266 ( const srctype* img, int imgstep, CvSize size, double* sum ))
272 CvSize size, double* sum, CvHintAlgorithm )) \
276 CvSize size, double* sum, CvHintAlgorithm )) \
280 CvSize size, double* sum, CvHintAlgorithm )) \
284 CvSize size, double* sum, CvHintAlgorithm ))
    [all...]
  /external/srec/srec/cfront/
nisthdr.h 155 void setCheckSum(long sum);
156 void setAllByteCheckSum(long sum);
  /system/core/adb/
transport.c 215 unsigned sum; local
222 sum = 0;
224 sum += *x++;
226 p->msg.data_check = sum;
1066 unsigned count, sum; local
1071 sum = 0;
1073 sum += *x++;
1076 if(sum != p->msg.data_check) {
  /external/quake/quake/src/QW/client/
zone.c 318 int count, sum; local
324 sum = 0;
365 sum += h->size;
381 Con_Printf (" :%8i %8s (TOTAL)\n",sum, name);
383 sum = 0;
  /external/quake/quake/src/WinQuake/
zone.cpp 318 int count, sum; local
324 sum = 0;
365 sum += h->size;
381 Con_Printf (" :%8i %8s (TOTAL)\n",sum, name);
383 sum = 0;
  /external/speex/libspeex/
lsp.c 149 spx_word32_t sum; local
162 sum = ADD32(EXTEND32(coef[m]), EXTEND32(MULT16_16_P14(coef[m-1],x)));
168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0)));
171 return sum;

Completed in 7627 milliseconds

<<11121314151617181920>>