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

  /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...]
  /external/opencv3/modules/videoio/test/
test_ffmpeg.cpp 371 #define SUM cvtest::TS::SUMMARY
372 ts->printf(SUM, "\nPSNR: %lf\n", psnr);
373 ts->printf(SUM, "Video #: %d\n", range.start);
374 ts->printf(SUM, "Frame #: %d\n", i);
375 #undef SUM
  /external/opencv3/modules/imgproc/src/
smooth.cpp 123 ST* SUM;
127 if( width != (int)sum.size() )
129 sum.resize(width);
133 SUM = &sum[0];
136 memset((void*)SUM, 0, width*sizeof(ST));
143 ST s0 = SUM[i] + Sp[i], s1 = SUM[i+1] + Sp[i+1];
144 SUM[i] = s0; SUM[i+1] = s1
204 std::vector<ST> sum; member in struct:cv::ColumnSum
380 std::vector<int> sum; member in struct:cv::ColumnSum
548 std::vector<int> sum; member in struct:cv::ColumnSum
714 std::vector<int> sum; member in struct:cv::ColumnSum
863 std::vector<int> sum; member in struct:cv::ColumnSum
1024 std::vector<int> sum; member in struct:cv::ColumnSum
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp     [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/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 1255 milliseconds