HomeSort by relevance Sort by last modified time
    Searched full:lsum (Results 1 - 8 of 8) sorted by null

  /system/core/toolbox/
hd.c 21 int lsum; local
65 lsum = 0;
77 lsum += buf[i];
81 printf("s %x\n", lsum);
82 lsum = 0;
  /external/skia/tools/skpdiff/
SkPMetric.cpp 221 float lSum = 0.0f;
247 lSum += rowPtrs[ny - y + radius][nx] * weight;
249 writeRow[x] = lSum;
  /external/opencv/ml/src/
mlboost.cpp 449 double best_val = 0, lsum = 0, rsum = node->value*n; local
468 lsum += t; rsum -= t;
472 double val = (lsum*lsum*R + rsum*rsum*L)/(L*R);
500 double L = 0, R = 0, best_val = 0, lsum = 0, rsum = 0; local
541 lsum += s; L += ni;
546 double val = (lsum*lsum*R + rsum*rsum*L)/(L*R);
    [all...]
mltree.cpp 1979 double best_val = 0, lsum = 0, rsum = 0; local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 780 float lsum = 0, rsum = 0; local
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-10-15-CoalescerCrash.ll 334 %tmp934 = add i64 0, %lsum.11225.0 ; <i64> [#uses=1]
344 %lsum.11225.0 = phi i64 [ 0, %cond_true893 ], [ %tmp934, %cond_next979 ] ; <i64> [#uses=2]
364 %tmp11741175 = trunc i64 %lsum.11225.0 to i32 ; <i32> [#uses=1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 478 intermediate accumulation of error. Based on the 'lsum' function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 478 intermediate accumulation of error. Based on the 'lsum' function
    [all...]

Completed in 512 milliseconds