HomeSort by relevance Sort by last modified time
    Searched refs:Compute (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/ceres-solver/internal/ceres/
covariance.cc 48 bool Covariance::Compute(
51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get());
covariance_impl.h 54 bool Compute(
covariance_test.cc 316 EXPECT_TRUE(covariance.Compute(covariance_blocks, &problem_));
744 EXPECT_TRUE(covariance.Compute(all_covariance_blocks_, &problem_));
  /external/ceres-solver/include/ceres/
covariance.h 112 // blocks. The computation assumes that the CostFunctions compute
121 // she is interested in and then uses this information to only compute
190 // CHECK(covariance.Compute(covariance_blocks, &problem));
223 // and then uses it to compute the pseudo inverse of J'J as
232 // factorization library to compute the decomposition :
257 // library to compute the decomposition
286 // Covariance::Compute will return false if a rank deficient
308 // Covariance::Compute may return false even if it is possible
347 // min_reciprocal_condition_number, then the Covariance::Compute()
372 // Compute a part of the covariance matrix
    [all...]
  /external/compiler-rt/make/
lib_info.mk 36 # Compute common arch functions.
43 # Compute arch only functions.
49 # Compute lists of where each function is available.
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 3 # Compute the compiler flags to export by the module.
  /external/chromium_org/third_party/skia/include/core/
SkChecksum.h 42 * This should take 2-3x longer than SkChecksum::Compute, but is a considerably better hash.
76 * Compute a 32-bit checksum for a given data block
88 static uint32_t Compute(const uint32_t* data, size_t size) {
103 * to compute how much to shift-down the size.
  /external/skia/bench/
ChecksumBench.cpp 56 volatile uint32_t result = SkChecksum::Compute(fData, sizeof(fData));
  /external/skia/include/core/
SkChecksum.h 42 * This should take 2-3x longer than SkChecksum::Compute, but is a considerably better hash.
76 * Compute a 32-bit checksum for a given data block
88 static uint32_t Compute(const uint32_t* data, size_t size) {
103 * to compute how much to shift-down the size.
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 117 // Compute angular motion
119 // Compute horizontal motion
137 // Compute vertical motion
  /external/chromium_org/third_party/skia/src/core/
SkDescriptor.h 126 return SkChecksum::Compute(ptr, len);
SkPictureFlat.cpp 100 fChecksum = SkChecksum::Compute(this->data32(), size);
  /external/skia/src/core/
SkDescriptor.h 126 return SkChecksum::Compute(ptr, len);
SkPictureFlat.cpp 100 fChecksum = SkChecksum::Compute(this->data32(), size);
  /external/skia/tests/
ChecksumTest.cpp 31 // Call Compute(data, size) on the appropriate checksum algorithm,
41 return SkChecksum::Compute(reinterpret_cast<const uint32_t *>(data), size);
GLProgramsTest.cpp 115 *this->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(fKey.get()), keyLength);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 12 // Compute max/min/avg dom tree depth.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 16 // Compute max/min/avg dom tree depth.
options.js 15 // Compute the average of an array, removing the min/max.
37 // Compute the sample standard deviation of an array
430 // Compute the results for a data set.
522 // Compute totals based on a data set.
535 // Compute results for the data with an optional baseline.
536 // If |baseline| is undefined, will compute the results of this
594 // Compute
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 248 *desc->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(desc->fKey.get()),
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 248 *desc->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(desc->fKey.get()),
  /external/chromium_org/chrome/browser/resources/
about_stats.js 94 /* Compute the average time for timers */
  /external/openfst/src/include/fst/
minimize.h 139 Compute(fst);
274 void Compute(const Fst<A>& fst) {
329 // DFS visitor to compute the height (distance) to final state.
393 // compute height (distance to final state)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 126 Compute(fst);
261 void Compute(const Fst<A>& fst) {
316 // DFS visitor to compute the height (distance) to final state.
380 // compute height (distance to final state)
  /external/v8/src/
string.js 264 // Compute the string to replace with.
297 // Compute the number of captures; see ECMA-262, 15.5.4.11, p. 102.
376 // Compute the string of a given regular expression capture.
380 // Compute start and end.
394 // Compute start and end.
483 // Compute the parameter list consisting of the match, captures, index,

Completed in 5411 milliseconds

1 2 3 4