HomeSort by relevance Sort by last modified time
    Searched full:accumulate (Results 226 - 250 of 1188) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/utility/
Utility.h 61 return std::accumulate(first, last, init, op);
  /external/skia/gm/
aaa.cpp 66 // we should not use any snapped y for the intermediate values whose error may accumulate;
  /external/skia/tools/lua/
scrape_dashing_full.lua 7 Following this call, there will be some number of calls to accumulate(t)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival.cc 78 // Accumulate the frame size.
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
video_sync_test.cc 63 int mean = std::accumulate(start, end, 0) / num_elements;
  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 29 * Class to accumulate PSS data.
  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 105 bool accumulate);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 340 largest = accumulate(managedKey, knownItems, entry, AppItem.CATEGORY_USER,
365 largest = accumulate(collapseKey, knownItems, entry, category, items, largest);
413 * Accumulate data usage of a network stats entry for the item mapped by the collapse key.
421 private static long accumulate(int collapseKey, final SparseArray<AppItem> knownItems, method in class:DataUsageList
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/go/darwin-x86/src/flag/
example_test.go 64 // Define a flag to accumulate durations. Because it has a special type,
  /prebuilts/go/darwin-x86/src/math/
pow.go 114 // accumulate powers of two into exp.
  /prebuilts/go/linux-x86/src/flag/
example_test.go 64 // Define a flag to accumulate durations. Because it has a special type,
  /prebuilts/go/linux-x86/src/math/
pow.go 114 // accumulate powers of two into exp.
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
eval_param.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
eval_param.pass.cpp 47 D::result_type mean = std::accumulate(u.begin(), u.end(),
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each.h 51 * __user_op (depends on desired functionality, e. g. accumulate,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
eval_param.pass.cpp 47 double mean = std::accumulate(u.begin(), u.end(),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
eval_param.pass.cpp 47 D::result_type mean = std::accumulate(u.begin(), u.end(),
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 206 * \param[out] dense Accumulate the column vectors of the panel
235 VectorBlock<ScalarVector> dense_col(dense,nextl_col, m); // Accumulate a column vector here
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h 76 /* accumulate the tranformation in the row of s. */
160 // Accumulate the transformation in the remaining k row/column of R
  /external/libopus/silk/x86/
VAD_sse.c 152 /* Therefore we can accumulate with no risk of overflow (unless dec_subframe_length > 128) */
232 /* Accumulate signal-without-noise energies, higher frequency bands have more weight */

Completed in 796 milliseconds

1 2 3 4 5 6 7 8 91011>>