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

/external/ceres-solver/internal/ceres/
H A Dpolynomial.h74 // 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,
121 // and minimize it on the interval [x_min, x_max]. Depending on the
127 double x_min,
H A Dpolynomial.cc273 const double x_min,
282 *optimal_x = (x_min + x_max) / 2.0;
285 const double x_min_value = EvaluatePolynomial(polynomial, x_min);
288 *optimal_x = x_min;
314 if ((root < x_min) || (root > x_max)) {
373 double x_min,
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
H A Dtrust_region_minimizer.cc178 VectorRef x_min(parameters, num_parameters);
179 Vector x = x_min;
190 x_min = x_plus_delta;
624 x_min = x;
/external/chromium_org/cc/debug/
H A Dinvalidation_benchmark.cc93 int x_min = 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.h36 int16_t x_min; member in class:woff2::Glyph
H A Dnormalize.cc46 int16_t x_min = glyph->contours[0][0].x; local
48 int16_t x_max = x_min;
52 if (point.x < x_min) x_min = point.x;
58 glyph->x_min = x_min;
H A Dglyph.cc87 if (!buffer.ReadS16(&glyph->x_min) ||
222 Store16(glyph.x_min, offset, dst);
H A Dwoff2_dec.cc301 int x_min = 0; local
309 if (i == 0 || x < x_min) x_min = x;
315 offset = Store16(dst, offset, x_min);
H A Dtransform.cc167 WriteUShort(&bbox_stream_, glyph.x_min);
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc66 float x_min = 0.0f; local
74 x = x_min + (x_max - x_min) / 2.0f;
82 x_min = 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/chromium_org/third_party/ots/src/
H A Dwoff2.cc405 int x_min = 0; local
413 if (i == 0 || x < x_min) x_min = x;
419 offset = Store16(dst, offset, x_min);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c306 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));
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c337 const float32x4_t x_min = vminq_f32(b_log2_a, max_input); local
338 const float32x4_t x_max = vmaxq_f32(x_min, min_input);
H A Daec_core_sse2.c322 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input)); local
323 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input));
/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 546 milliseconds