HomeSort by relevance Sort by last modified time
    Searched refs:x_min (Results 1 - 14 of 14) sorted by null

  /external/ceres-solver/internal/ceres/
polynomial.h 74 // Find the minimum value of the polynomial in the interval [x_min,
77 // interval [x_min, x_max] are considered as well as the end points
78 // x_min and x_max. Since polynomials are differentiable functions,
81 double x_min,
120 // and minimize it on the interval [x_min, x_max]. Depending on the
126 double x_min,
polynomial.cc 205 const double x_min,
214 *optimal_x = (x_min + x_max) / 2.0;
217 const double x_min_value = EvaluatePolynomial(polynomial, x_min);
220 *optimal_x = x_min;
246 if ((root < x_min) || (root > x_max)) {
298 double x_min,
303 MinimizePolynomial(polynomial, x_min, x_max, optimal_x, optimal_value);
306 if ((sample.x < x_min) || (sample.x > x_max)) {
trust_region_minimizer.cc 97 VectorRef x_min(parameters, num_parameters);
98 Vector x = x_min;
503 x_min = x;
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.cc 64 int x_min = 0, x_max = 0; local
66 x_min = abs.minimum;
84 x_scale_ = (double)screen_width / (x_max - x_min);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 76 float x_min = 0.0f; typedefs
82 x = x_min + (x_max - x_min) / 2.0f;
87 else x_min = x;
OverScroller.java 607 float x_min = 0.0f; typedefs
615 x = x_min + (x_max - x_min) / 2.0f;
620 else x_min = x;
    [all...]
  /frameworks/base/core/java/android/widget/
Scroller.java 115 float x_min = 0.0f; typedefs
123 x = x_min + (x_max - x_min) / 2.0f;
128 else x_min = x;
OverScroller.java 605 float x_min = 0.0f; typedefs
613 x = x_min + (x_max - x_min) / 2.0f;
618 else x_min = x;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 609 float x_min = 0.0f; typedefs
617 x = x_min + (x_max - x_min) / 2.0f;
622 else x_min = x;
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 25 int x_min, int x_max,
30 for (int x = x_min; x <= x_max; x++) {
65 int x_min, int x_max,
70 for (int x = x_min; x <= x_max; ++x) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 387 int x_min = 0; local
395 if (i == 0 || x < x_min) x_min = x;
401 offset = Store16(dst, offset, x_min);
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 306 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128 *)max_input)); local
307 const __m128 x_max = _mm_max_ps(x_min, *((__m128 *)min_input));
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1505 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2156 int32_t x_min = frame_settings.find(tag).data.i32[0]; local
    [all...]

Completed in 253 milliseconds