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

  /system/extras/preopt2cachename/
preopt2cachename.cpp 68 size_t initial_position = odex_file_location[0] == '/' ? 1 : 0; local
69 size_t apk_position = odex_file_location.find("/oat", initial_position);
76 cache_file += odex_file_location.substr(initial_position, apk_position);
  /external/ceres-solver/internal/ceres/
line_search.cc 235 const FunctionSample initial_position = local
285 initial_position,
339 const FunctionSample initial_position = local
360 if (!this->BracketingPhase(initial_position,
410 // e.g. when bracket_low = initial_position, and bracket_high is the
412 // but still has bracket_high.value < initial_position.value.
415 if (!this->ZoomPhase(initial_position,
454 const FunctionSample& initial_position,
462 FunctionSample previous = initial_position;
470 *bracket_low = initial_position;
    [all...]

Completed in 216 milliseconds