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

  /external/ceres-solver/internal/ceres/
covariance.cc 48 bool Covariance::Compute(
51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get());
covariance_impl.cc 89 bool CovarianceImpl::Compute(const CovarianceBlocks& covariance_blocks,
104 << "Covariance::GetCovarianceBlock called before Covariance::Compute";
106 << "Covariance::GetCovarianceBlock called when Covariance::Compute "
266 // Compute the number of rows. Map each parameter block to the
279 // Compute the number of non-zeros in the covariance matrix. Along
469 // Compute a Q-less QR factorization of the Jacobian. Since we are
606 // Compute the squared inverse of the singular values. Truncate the
697 // Compute the inverse column permutation used by QR factorization.
  /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/third_party/skia/src/core/
SkChecksum.h 56 * This should take 2-3x longer than SkChecksum::Compute, but is a considerably better hash.
91 * Compute a 32-bit checksum for a given data block
103 static uint32_t Compute(const uint32_t* data, size_t size) {
123 * to compute how much to shift-down the size.
  /external/chromium_org/v8/src/heap/
gc-idle-time-handler.cc 111 GCIdleTimeAction GCIdleTimeHandler::Compute(size_t idle_time_in_ms,
  /build/tools/releasetools/
blockimgdiff.py 216 def Compute(self, prefix):
  /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)

Completed in 330 milliseconds