/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/events/ozone/evdev/ |
touch_event_converter.cc | 67 int x_min = 0, x_max = 0; local 70 x_max = abs.maximum; 81 if (x_max && y_max && gfx::SurfaceFactoryOzone::GetInstance()) { 87 x_scale_ = (double)screen_width / (x_max - x_min);
|
/frameworks/native/libs/ui/tests/ |
Region_test.cpp | 135 #define X_MAX 8 144 for (int i = 0; i < X_MAX; i++) {
|
/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/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...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherScroller.java | 89 float x_max = 1.0f; typedefs 92 x = x_min + (x_max - x_min) / 2.0f; 96 if (tx > alpha) x_max = x;
|
/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/chrome/browser/ui/pdf/ |
pdf_browsertest.cc | 168 int x_max = std::min( local 174 for (int x = 0; x < x_max && !snapshot_different_; ++x) {
|
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 379 int x_max = 0; local 386 if (i == 0 || x > x_max) x_max = x; 393 offset = Store16(dst, offset, x_max); [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...] |
/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...] |
/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 | 2270 int32_t x_max = frame_settings.find(tag).data.i32[2]; local [all...] |