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

  /external/ceres-solver/internal/ceres/
polynomial.h 75 // x_max]. The minimum is obtained by computing all the roots of the
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,
82 double x_max,
121 // and minimize it on the interval [x_min, x_max]. Depending on the
128 double x_max,
polynomial.cc 274 const double x_max,
282 *optimal_x = (x_min + x_max) / 2.0;
291 const double x_max_value = EvaluatePolynomial(polynomial, x_max);
294 *optimal_x = x_max;
314 if ((root < x_min) || (root > x_max)) {
374 double x_max,
378 MinimizePolynomial(polynomial, x_min, x_max, optimal_x, optimal_value);
381 if ((sample.x < x_min) || (sample.x > x_max)) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 78 float x_max = 1.0f; typedefs
81 x = x_min + (x_max - x_min) / 2.0f;
85 if (tx > t) x_max = x;
OverScroller.java 609 float x_max = 1.0f; typedefs
612 x = x_min + (x_max - x_min) / 2.0f;
616 if (tx > alpha) x_max = x;
    [all...]
  /frameworks/base/core/java/android/widget/
Scroller.java 120 float x_max = 1.0f; typedefs
123 x = x_min + (x_max - x_min) / 2.0f;
127 if (tx > alpha) x_max = x;
OverScroller.java 608 float x_max = 1.0f; typedefs
611 x = x_min + (x_max - x_min) / 2.0f;
615 if (tx > alpha) x_max = x;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 88 float x_max = 1.0f; typedefs
91 x = x_min + (x_max - x_min) / 2.0f;
95 if (tx > alpha) x_max = x;
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 307 const __m128 x_max = _mm_max_ps(x_min, *((__m128 *)min_input)); local
311 const __m128 x_minus_half = _mm_sub_ps(x_max, *((__m128 *)half));
322 const __m128 y = _mm_sub_ps(x_max, _mm_cvtepi32_ps(x_minus_half_floor));
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 611 float x_max = 1.0f; typedefs
614 x = x_min + (x_max - x_min) / 2.0f;
618 if (tx > alpha) x_max = x;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1517 int32_t x_max = frame_settings.find(tag).data.i32[2]; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 3196 int32_t x_max = frame_settings.find(tag).data.i32[2]; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 3905 int32_t x_max = frame_settings.find(tag).data.i32[2]; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 4690 int32_t x_max = frame_settings.find(tag).data.i32[2]; local
    [all...]

Completed in 713 milliseconds