HomeSort by relevance Sort by last modified time
    Searched refs:SUM (Results 1 - 22 of 22) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
MetricType.java 27 SUM,
NumericAggregateFunction.java 46 case SUM:
47 f = (sum, value) -> sum + value;
  /external/ltp/testcases/network/tcp_cmds/rdist/
rdist01 78 # get the sum of all the files to rdist on the local machine
80 SUM=`sum -s $FILES | awk '{ print $1 }'`
81 for i in $SUM; do
124 # check the sum of all files rdisted from local machine to remote machine
134 for i in $(rsh -n -l $c_ruser $c_rhost sum -s $FILES | awk '{ print $1 }'); do
141 end_testcase "Wrong sum doing rdist in $curr_ruser@$curr_rhost"
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 30 import org.apache.commons.math.stat.descriptive.summary.Sum;
42 /** sum */
43 private static final UnivariateStatistic SUM = new Sum();
79 * Returns the sum of the values in the input array, or
85 * @param values array of values to sum
86 * @return the sum of the values or <code>Double.NaN</code> if the array
90 public static double sum(final double[] values) { method in class:StatUtils
91 return SUM.evaluate(values);
95 * Returns the sum of the entries in the specified portion o
108 public static double sum(final double[] values, final int begin, method in class:StatUtils
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/profiler/recorder/
NumericAggregateFunctionTest.java 127 new NumericAggregateFunction(MetricType.SUM).getFunction();
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 67 ; sum, round and shift
138 ; sum, round and shift
187 pxor xmm4, xmm4 ; sum of src2
188 pxor xmm5, xmm5 ; sum of src2^2
202 ; SUM(src2)
204 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
233 ; Accumulate sum of src2
241 ; phaddw could be used to sum adjacent values but we want
243 ; shift and sum
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 68 ; sum, round and shift
139 ; sum, round and shift
188 pxor xmm4, xmm4 ; sum of src2
189 pxor xmm5, xmm5 ; sum of src2^2
203 ; SUM(src2)
205 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
234 ; Accumulate sum of src2
242 ; phaddw could be used to sum adjacent values but we want
244 ; shift and sum
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 748 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
769 result = sum(digits)
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 784 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
805 result = sum(digits)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 336 milliseconds