HomeSort by relevance Sort by last modified time
    Searched refs:x_max (Results 1 - 15 of 15) 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,
120 // and minimize it on the interval [x_min, x_max]. Depending on the
127 double x_max,
polynomial.cc 206 const double x_max,
214 *optimal_x = (x_min + x_max) / 2.0;
223 const double x_max_value = EvaluatePolynomial(polynomial, x_max);
226 *optimal_x = x_max;
246 if ((root < x_min) || (root > x_max)) {
299 double x_max,
303 MinimizePolynomial(polynomial, x_min, x_max, optimal_x, optimal_value);
306 if ((sample.x < x_min) || (sample.x > x_max)) {
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.cc 64 int x_min = 0, x_max = 0; local
67 x_max = abs.maximum;
78 if (x_max && y_max && SurfaceFactoryOzone::GetInstance()) {
84 x_scale_ = (double)screen_width / (x_max - x_min);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 79 float x_max = 1.0f; typedefs
82 x = x_min + (x_max - x_min) / 2.0f;
86 if (tx > t) x_max = x;
OverScroller.java 612 float x_max = 1.0f; typedefs
615 x = x_min + (x_max - x_min) / 2.0f;
619 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 610 float x_max = 1.0f; typedefs
613 x = x_min + (x_max - x_min) / 2.0f;
617 if (tx > alpha) x_max = x;
    [all...]
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 170 int x_max = std::min( local
176 for (int x = 0; x < x_max && !snapshot_different_; ++x) {
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 726 opus_int32 nbits, x_max; local
    [all...]
  /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 614 float x_max = 1.0f; typedefs
617 x = x_min + (x_max - x_min) / 2.0f;
621 if (tx > alpha) x_max = 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 389 int x_max = 0; local
396 if (i == 0 || x > x_max) x_max = x;
403 offset = Store16(dst, offset, x_max);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1507 int32_t x_max = frame_settings.find(tag).data.i32[2]; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2158 int32_t x_max = frame_settings.find(tag).data.i32[2]; local
    [all...]

Completed in 498 milliseconds