HomeSort by relevance Sort by last modified time
    Searched defs:y1 (Results 26 - 50 of 480) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
partitioned_matrix_view_test.cc 93 Vector y1 = Vector::Zero(pmv_->num_rows()); local
94 pmv_->RightMultiplyE(x1.data(), y1.data());
100 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
113 Vector y1 = Vector::Zero(pmv_->num_rows()); local
114 pmv_->RightMultiplyF(x1.data(), y1.data());
120 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
131 Vector y1 = Vector::Zero(pmv_->num_cols_e()); local
135 pmv_->LeftMultiplyE(x.data(), y1.data());
140 (i < pmv_->num_cols_e()) ? y1(i) : y2(i - pmv_->num_cols_e()),
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTimingFunctionValue.h 37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2)
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
45 double y1() const { return m_y1; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2)
57 , m_y1(y1)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 62 float y1 = logicalTop.toFloat(); local
65 if (y2 < bounds.y() || y1 >= bounds.maxY())
80 } else if (y1 > bounds.maxY() - marginRadiusY) {
81 float yi = y1 - (bounds.maxY() - marginRadiusY);
PolygonShape.cpp 54 static inline bool overlapsYRange(const FloatRect& rect, float y1, float y2) { return !rect.isEmpty() && y2 >= y1 && y2 >= rect.y() && y1 <= rect.maxY(); }
70 FloatShapeInterval OffsetPolygonEdge::clippedEdgeXRange(float y1, float y2) const
72 if (!overlapsYRange(y1, y2) || (y1 == maxY() && minY() <= y1) || (y2 == minY() && maxY() >= y2))
75 if (isWithinYRange(y1, y2))
78 // Clip the edge line segment to the vertical range y1,y2 and then return
90 float xForY1 = (minYVertex.y() < y1) ? xIntercept(y1) : minYVertex.x()
125 float y1 = logicalTop.toFloat(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.h 17 unsigned y1; member in struct:nv30_rect
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.h 50 VGfloat x1, y1, x2, y2; member in struct:arc
57 VGfloat x1, VGfloat y1,
  /external/chromium_org/third_party/skia/experimental/
SkSetPoly3To3.cpp 21 SkScalar y1 = pts1[i].fY - ave1.fY; local
23 op[1] += SkScalarMul(x0, y1);
25 op[3] += SkScalarMul(y0, y1);
SkSetPoly3To3_A.cpp 34 SkScalar y1 = pts1[i].fY - ave1.fY; local
36 op[1] += SkScalarMul(x0, y1);
38 op[3] += SkScalarMul(y0, y1);
  /external/clang/test/Sema/
bitfield-promote.c 10 long long y1; variable
11 __typeof__(((long long)x1.x + 1)) y1;
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 83 deUint32 y1 = y0+1; //de::min(y0+1, (deUint32)(access.getHeight()-1)); local
86 DE_ASSERT(y1 < (deUint32)access.getHeight());
93 deUint32 p01 = readRGBA8Raw(access, x0, y1);
94 deUint32 p11 = readRGBA8Raw(access, x1, y1);
116 const deUint32 y1 = (deUint32)y;
119 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) ||
120 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) ||
121 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) ||
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.h 17 unsigned y1; member in struct:nv30_rect
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 50 VGfloat x1, y1, x2, y2; member in struct:arc
57 VGfloat x1, VGfloat y1,
  /external/pdfium/fpdfsdk/include/
fpdfdoc.h 179 FS_FLOAT y1; member in struct:_FS_QUADPOINTSF
  /external/skia/experimental/
SkSetPoly3To3.cpp 21 SkScalar y1 = pts1[i].fY - ave1.fY; local
23 op[1] += SkScalarMul(x0, y1);
25 op[3] += SkScalarMul(y0, y1);
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.h 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon38287
51 return (((((p->a * x >> 14) + p->b) * x >> 14) + p->c) * x >> 14) + p->y1;
54 p->y0 = p->y1;
55 p->y1 = p->y2;
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1;
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 121 int y1; //!< Top (The y-coordinate value of upper-left corner) member in struct:ExynosRect2
130 y1 = _y1_;
139 y1 = other->y1;
148 y1 = other.y1;
158 && y1 == other.y1
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 51 long double a=x,b=y,t1,t2,y1,y2,w; local
108 y1 = b;
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e;
111 y2 = b - y1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h 41 SVGLength* y1() const { return m_y1.get(); } function in struct:WebCore::LinearGradientAttributes
SVGPathSegCurvetoCubic.h 30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
35 , m_y1(y1)
62 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoCubic
63 void setY1(float y1)
65 m_y1 = y1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
quantize_ssse3.c 54 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; local
74 y1 = _mm_mulhi_epi16(x1, quant_fast1);
80 abs1 = y1;
84 y1 = _mm_xor_si128(y1, sz1);
86 x1 = _mm_sub_epi16(y1, sz1);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]); local
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 43 int y1 = SkClampMax(SkScalarFloorToInt(srcPt.fY+s.getBitmapFilter()->width()+1), maxY); local
47 for (int srcY = y0; srcY < y1; srcY++) {
  /external/clang/test/CXX/over/over.over/
p1.cpp 85 template<float(float)> struct Y1 { };
91 Y1<f0> y1; variable
92 Y1<&f0> y1a;
  /external/clang/test/CodeGenCXX/
microsoft-abi-rtti.cpp 19 struct Y1 : W1, virtual V1 {} y1; variable in typeref:struct:Y1
69 // CHECK: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
70 // CHECK: @"\01??_R1A@?0A@EA@Y1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY1@@@8" to i8*), i32 5, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y1@@8" }
    [all...]
  /external/clang/test/SemaTemplate/
ms-sizeof-missing-typename.cpp 38 y1 = sizeof(typename T::/*template*/ InnerTemplate<sizeof(T::InnerVar)>), enumerator in enum:nested_sizeof::Foo::__anon23290

Completed in 1190 milliseconds

12 3 4 5 6 7 8 91011>>