HomeSort by relevance Sort by last modified time
    Searched defs:Compute (Results 1 - 6 of 6) 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 103 bool CovarianceImpl::Compute(const CovarianceBlocks& covariance_blocks,
118 << "Covariance::GetCovarianceBlock called before Covariance::Compute";
120 << "Covariance::GetCovarianceBlock called when Covariance::Compute "
280 // Compute the number of rows. Map each parameter block to the
293 // Compute the number of non-zeros in the covariance matrix. Along
658 // Compute a Q-less QR factorization of the Jacobian. Since we are
795 // Compute the squared inverse of the singular values. Truncate the
  /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/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/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 1370 milliseconds