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

1 2 3 4 5

  /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/chromium_org/v8/src/heap/
gc-idle-time-handler-unittest.cc 154 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
165 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
175 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
184 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
197 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
211 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
223 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
227 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
236 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state);
243 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state)
    [all...]
gc-idle-time-handler.cc 111 GCIdleTimeAction GCIdleTimeHandler::Compute(size_t idle_time_in_ms,
gc-idle-time-handler.h 142 GCIdleTimeAction Compute(size_t idle_time_in_ms, HeapState heap_state);
  /external/ceres-solver/include/ceres/
covariance.h 113 // blocks. The computation assumes that the CostFunctions compute
122 // she is interested in and then uses this information to only compute
191 // CHECK(covariance.Compute(covariance_blocks, &problem));
224 // and then uses it to compute the pseudo inverse of J'J as
233 // in Eigen to compute the decomposition
262 // Covariance::Compute will return false if a rank deficient
307 // min_reciprocal_condition_number, then the Covariance::Compute()
332 // Compute a part of the covariance matrix.
336 // covariance estimation algorithm to only compute and store these
355 bool Compute(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 35 % Compute each function's mean complexity
38 % Compute each function's maximum complexity in encoding
46 % Compute maximum complexity for a single frame (enc/dec separately and together)
  /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.
  /external/chromium_org/third_party/skia/bench/
ChecksumBench.cpp 58 volatile uint32_t result = SkChecksum::Compute(fData, sizeof(fData));
  /external/chromium_org/third_party/skia/tests/
ChecksumTest.cpp 21 const algorithmProc kAlgorithms[] = { &SkChecksum::Compute, &murmur_noseed };
  /external/skia/bench/
ChecksumBench.cpp 58 volatile uint32_t result = SkChecksum::Compute(fData, sizeof(fData));
  /external/skia/tests/
ChecksumTest.cpp 21 const algorithmProc kAlgorithms[] = { &SkChecksum::Compute, &murmur_noseed };
GLProgramsTest.cpp 122 *this->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(fKey.get()), keyLength);
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 3 # Compute the compiler flags to export by the module.
  /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/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/skia/src/core/
SkDescriptor.h 126 return SkChecksum::Compute(ptr, len);
  /frameworks/rs/api/
rs_core_math.spec 599 Compute the exponent of the value.
612 Compute (a * b) + c
700 Return round x/y to the nearest integer then compute the remainder.
737 Compute the Nth root of a value.
863 Compute the gamma function of a value.
1270 Compute the cross product of two vectors.
1283 Compute the dot product of two vectors.
1295 Compute the length of a vector.
1308 Compute the distance between two points.
1365 Compute the approximate length of a vector
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 272 *desc->checksum() = SkChecksum::Compute(reinterpret_cast<uint32_t*>(desc->fKey.get()),
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 96 * @param {number} zoom compute whether scrollbars are needed at this zoom
324 * Compute the zoom level for fit-to-page or fit-to-width. |pageDimensions| is
333 // First compute the zoom without scrollbars.
365 // Compute available window space.
521 // Compute the page dimensions minus the shadows.
531 // Compute the x-coordinate of the page within the document.
536 // Compute the space on the left of the document if the document fits
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 87 * Compute the MathML representation of a MathJax element.
118 * Compute the special span ID attribute.
187 * Compute the MathML representation for all currently available MathJax
mathjax.js 90 * Compute the MathML representation for all currently available MathJax
  /external/chromium_org/chrome/browser/resources/
about_stats.js 94 /* Compute the average time for timers */

Completed in 465 milliseconds

1 2 3 4 5