Searched refs:x_max (Results 1 - 16 of 16) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dpolynomial.h75 // 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,
H A Dpolynomial.cc274 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)) {
272 MinimizePolynomial(const Vector& polynomial, const double x_min, const double x_max, double* optimal_x, double* optimal_value) argument
372 MinimizeInterpolatingPolynomial(const vector<FunctionSample>& samples, double x_min, double x_max, double* optimal_x, double* optimal_value) argument
/external/chromium_org/cc/debug/
H A Dinvalidation_benchmark.cc94 int x_max = LCGRandom() * visible_content_rect.width(); local
97 if (x_min > x_max)
98 std::swap(x_min, x_max);
101 gfx::Rect invalidation_rect(x_min, y_min, x_max - x_min, y_max - y_min);
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.h37 int16_t x_max; member in class:woff2::Glyph
H A Dnormalize.cc48 int16_t x_max = x_min; local
53 if (point.x > x_max) x_max = point.x;
60 glyph->x_max = x_max;
H A Dglyph.cc89 !buffer.ReadS16(&glyph->x_max) ||
224 Store16(glyph.x_max, offset, dst);
H A Dwoff2_dec.cc303 int x_max = 0; local
310 if (i == 0 || x > x_max) x_max = x;
317 offset = Store16(dst, offset, x_max);
H A Dtransform.cc169 WriteUShort(&bbox_stream_, glyph.x_max);
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest_base.cc157 int x_max = std::min(w - ref_x_offset, bitmap.width() - snapshot_x_offset); local
162 for (int x = 0; x < x_max && !snapshot_different_; ++x) {
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc71 float x_max = 1.0f; local
74 x = x_min + (x_max - x_min) / 2.0f;
80 x_max = x;
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc25 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) {
24 AveragePixel(const SkBitmap& bmp, int x_min, int x_max, int y_min, int y_max) argument
64 PrintPixel(const SkBitmap& bmp, int x_min, int x_max, int y_min, int y_max) argument
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c307 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));
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc407 int x_max = 0; local
414 if (i == 0 || x > x_max) x_max = x;
421 offset = Store16(dst, offset, x_max);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c338 const float32x4_t x_max = vmaxq_f32(x_min, min_input); local
341 const float32x4_t x_minus_half = vsubq_f32(x_max, half);
351 const float32x4_t y = vsubq_f32(x_max, vcvtq_f32_s32(x_minus_half_floor));
H A Daec_core_sse2.c323 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input)); local
327 const __m128 x_minus_half = _mm_sub_ps(x_max, *((__m128*)half));
338 const __m128 y = _mm_sub_ps(x_max, _mm_cvtepi32_ps(x_minus_half_floor));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1839 milliseconds