/external/ceres-solver/internal/ceres/ |
trust_region_minimizer_test.cc | 91 const double x1 = state[0]; local 97 << "x1=" << x1 << ", " 102 const double f1 = x1 + 10.0 * x2; 105 const double f4 = sqrt(10.0) * pow(x1 - x4, 2.0); 138 sqrt(10.0) * 2.0 * (x1 - x4) * (1.0 - x4); 161 sqrt(10.0) * 2.0 * (x1 - x4) * (x1 - 1.0); 169 gradient[column_index++] = f1 + f4 * sqrt(10.0) * 2.0 * (x1 - x4); 183 -f2 * sqrt(5.0) + f4 * sqrt(10.0) * 2.0 * (x4 - x1); [all...] |
/external/chromium_org/base/ |
bind_internal.h | 1164 typename Bound1UnwrapTraits::ForwardType x1 = local 1217 typename Bound1UnwrapTraits::ForwardType x1 = local 1244 typename Bound1UnwrapTraits::ForwardType x1 = local 1308 typename Bound1UnwrapTraits::ForwardType x1 = local 1339 typename Bound1UnwrapTraits::ForwardType x1 = local 1371 typename Bound1UnwrapTraits::ForwardType x1 = local 1444 typename Bound1UnwrapTraits::ForwardType x1 = local 1479 typename Bound1UnwrapTraits::ForwardType x1 = local 1515 typename Bound1UnwrapTraits::ForwardType x1 = local 1552 typename Bound1UnwrapTraits::ForwardType x1 = local 1634 typename Bound1UnwrapTraits::ForwardType x1 = local 1672 typename Bound1UnwrapTraits::ForwardType x1 = local 1711 typename Bound1UnwrapTraits::ForwardType x1 = local 1751 typename Bound1UnwrapTraits::ForwardType x1 = local 1792 typename Bound1UnwrapTraits::ForwardType x1 = local 1883 typename Bound1UnwrapTraits::ForwardType x1 = local 1925 typename Bound1UnwrapTraits::ForwardType x1 = local 1968 typename Bound1UnwrapTraits::ForwardType x1 = local 2012 typename Bound1UnwrapTraits::ForwardType x1 = local 2057 typename Bound1UnwrapTraits::ForwardType x1 = local 2103 typename Bound1UnwrapTraits::ForwardType x1 = local 2203 typename Bound1UnwrapTraits::ForwardType x1 = local 2248 typename Bound1UnwrapTraits::ForwardType x1 = local 2294 typename Bound1UnwrapTraits::ForwardType x1 = local 2341 typename Bound1UnwrapTraits::ForwardType x1 = local 2389 typename Bound1UnwrapTraits::ForwardType x1 = local 2438 typename Bound1UnwrapTraits::ForwardType x1 = local 2488 typename Bound1UnwrapTraits::ForwardType x1 = local [all...] |
/external/chromium_org/chrome/browser/devtools/adb/ |
android_rsa.cc | 40 uint64 x1 = 0, x2 = 1, y1 = 1, y2 = 0; local 45 *x = x2 - q * x1; 49 x2 = x1; 50 x1 = *x;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
nine_box.cc | 187 int x1 = gdk_pixbuf_get_width(images_[0]->ToGdkPixbuf()); local 206 cairo_rectangle(cr, x1, 0, x2 - x1, height);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host_unittest.cc | 119 int x1; member in struct:content::__anon8216 169 gfx::Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
TimingFunction.h | 104 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) 106 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2)); 149 double x1() const { return m_x1; } function in class:WebCore::CubicBezierTimingFunction 157 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) 159 , m_x1(x1)
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatQuad.cpp | 185 float x1 = p1.x() - center.x(), y1 = p1.y() - center.y(); local 187 if ((x0 * x0 + y0 * y0) <= radius2 || (x1 * x1 + y1 * y1) <= radius2) 193 float b = x1 - x0; 194 float c = x0 * y1 - x1 * y0; 204 return (((x0 <= x && x <= x1) || (x0 >= x && x >= x1))
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain11.cpp | 618 float x1 = (x / float(mWidth)) * 2.0f - 1.0f; local 628 d3d11::SetPositionTexCoordVertex(&vertices[0], x1, y1, u1, v1); 629 d3d11::SetPositionTexCoordVertex(&vertices[1], x1, y2, u1, v2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_stipple.c | 132 float x1 = pos1[0]; local 136 float dx = x0 > x1 ? x0 - x1 : x1 - x0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_tracker.h | 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 193 uint32_t x1; member in class:brw_blorp_params
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_blit.c | 268 int x1, y1, x2, y2; local 288 x1 = cx + irb->draw_x; 299 x1, y1, x2 - x1, y2 - y1); 361 assert(x1 < x2); 376 OUT_BATCH((y1 << 16) | x1); 455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */ 535 uint32_t x1, y1, x2, y2; local 556 x1 = image_x; 567 x1, y1, x2 - x1, y2 - y1) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_clear.c | 137 float x0, float y0, float x1, float y1, GLfloat z, 154 vertices[1][0][0] = x1; 157 vertices[2][0][0] = x1; 202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; local 213 x1, y1); 314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
|
st_cb_drawtex.c | 150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local 170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_linetemp.h | 72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local 136 if ((x0==w) | (x1==w)) { 137 if ((x0==w) & (x1==w)) 140 x1 -= x1==w; 151 dx = x1 - x0;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec2_smpl.c | 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local 448 x1 = BN_CTX_get(ctx); 467 if (!BN_copy(x1, &b->X)) goto err; 472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err; 476 if (BN_GF2m_cmp(x0, x1)) 478 if (!BN_GF2m_add(t, x0, x1)) goto err; 488 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) 494 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err; 495 if (!BN_GF2m_add(s, s, x1)) goto err; 502 if (!BN_GF2m_add(y2, x1, x2)) goto err [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
vq.c | 48 celt_norm x1, x2; local 49 x1 = Xptr[0]; 51 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15)); 52 *Xptr++ = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15)); 57 celt_norm x1, x2; local 58 x1 = Xptr[0]; 60 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15)); 61 *Xptr-- = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
|
/external/chromium_org/third_party/qcms/src/ |
transform_util.c | 306 double y0, y1, x0, x1; local 382 x1 = (65535.0 * cell1) / (length-1); 384 a = (y1 - y0) / (x1 - x0);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_sample.h | 115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local 120 *colors++ = RETURNDST(x1); 164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 166 unsigned x1 = XX & 0x3FFF; local 172 SRC_TO_FILTER(row0[x1]), 174 SRC_TO_FILTER(row1[x1]), 206 unsigned x1 = data & 0x3FFF; local 215 SRC_TO_FILTER(row0[x1]), 217 SRC_TO_FILTER(row1[x1]),
|
SkCordic.cpp | 17 0xA, 0x5, 0x2, 0x1 }; 29 int32_t x1 = y >> t; local 33 x -= x1; 37 x += x1; 83 int32_t x1 = y >> t; local 87 x -= x1; 91 x += x1; 141 0xA, 0x5, 0x2, 0x1 }; 154 int32_t x1 = y >> t; local 162 x += x1; [all...] |
SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; local 43 x1 = int(p1.fX * scale); 49 x1 = p1.fX >> shift; 57 SkTSwap(x0, x1); 74 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) 113 x1 >>= 10; 115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 179 SkFDot6 x0, y0, x1, y1, x2, y2; local 186 x1 = int(pts[1].fX * scale) 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 131 int x1 = SkClampMax(sx , src.width() - 1); local 139 SkPMColor s10 = *src.getAddr32(x1, y0); 144 SkPMColor s11 = *src.getAddr32(x1, y1); 149 SkPMColor s12 = *src.getAddr32(x1, y2); 154 SkPMColor s13 = *src.getAddr32(x1, y3);
|
SkDashPathEffect.cpp | 211 SkScalar x1 = fPts[0].fX + SkScalarMul(fTangent.fX, d1); local 217 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo 218 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 70 int x1 = SkTMin(maxX, int(floor(sx+s.getBitmapFilter()->width() + 0.5f))); local 75 for (int src_x = x0; src_x <= x1 ; src_x++) { 137 int x1 = SkTMin(maxX, int(floor(sx+s.getBitmapFilter()->width() + 0.5f))); local 142 for (int src_x = x0; src_x <= x1 ; src_x++) {
|
SkBitmapProcState_opts_SSSE3.cpp | 38 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return. 40 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0)) 49 int* x1) { 59 _mm_storeu_si128(reinterpret_cast<__m128i *>(x1), x1_wide); 63 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) 67 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0)) 84 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return. 86 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)). 110 // (x1, y1, x0, y0) 112 // (y1, y0, x1, x0 430 int x1[4]; local 467 unsigned x1 = xx & 0x3FFF; local 502 int x1[4]; local 541 const unsigned x1 = xx & 0x3FFF; local 656 unsigned x1 = data & 0x3FFF; local [all...] |