HomeSort by relevance Sort by last modified time
    Searched defs:y2 (Results 1 - 25 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p15.cpp 12 Y<1 >> 2> *y2; // expected-warning{{use of right-shift operator ('>>') in template argument will require parentheses in C++11}} variable
  /external/clang/test/PCH/Inputs/
chain-external-defs2.h 5 int y2; variable
  /external/chromium_org/third_party/skia/src/animator/
SkDrawLine.h 24 SkScalar y2; member in class:SkLine
  /external/clang/test/Modules/Inputs/odr/
b.h 4 } y2; variable in typeref:struct:Y
8 return y2.m + e2 + y2.f;
  /external/clang/test/PCH/
chain-external-defs.c 27 // YB: @y2 = global i32 18
28 // YB-NOT: @y2 = global i32 18
29 int y2 = 18; variable
  /external/skia/src/animator/
SkDrawLine.h 24 SkScalar y2; member in class:SkLine
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3-0x.cpp 39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} local
  /external/valgrind/main/memcheck/tests/
badrw.c 11 short y2; local
22 y2 = *x2;
23 *x2 = y2;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
35 * y1= y with lower 32 bits chopped, y2 = y-y1.
57 double a,b,t1,t2,y1,y2,w; local
114 y2 = b - y1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_hypotf.c 25 float a,b,t1,t2,y1,y2,w; local
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/chromium_org/content/browser/renderer_host/input/
gesture_text_selector_unittest.cc 47 virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE {
113 const float y2 = 90.0f; local
124 MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2);
135 x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0)); local
151 x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0)); local
158 MockMotionEvent action_up(MotionEvent::ACTION_UP, event_time, x2, y2);
168 x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0)) local
178 const float y2 = 31.0f; local
191 x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0)); local
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc 204 double y2 = 0.7; local
205 curve->add(WebFloatKeyframe(0, 0), x1, y1, x2, y2);
210 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.cpp 62 float y2 = (logicalTop + logicalHeight).toFloat(); local
73 if (topCornerMaxY <= bottomCornerMinY && y1 <= topCornerMaxY && y2 >= bottomCornerMinY) {
83 if (y1 <= marginBounds.topLeftCorner().maxY() && y2 >= marginBounds.bottomLeftCorner().y())
86 if (y1 <= marginBounds.topRightCorner().maxY() && y2 >= marginBounds.bottomRightCorner().y())
94 if (marginBounds.xInterceptsAtY(y2, minXIntercept, maxXIntercept)) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLineElement.h 38 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:WebCore::FINAL
SVGLinearGradientElement.h 41 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:WebCore::FINAL
SVGPathSegCurvetoCubicSmooth.h 30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
35 , m_y2(y2)
60 float y2() const { return m_y2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth
61 void setY2(float y2)
63 m_y2 = y2;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 35 float x2, y2; member in struct:bezier
52 float x2, float y2,
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization.h 10 double y2() const { return p[yy_coeff]; } function in class:QuadImplicitForm
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.h 21 double y2() const { return fP[kYy_Coeff]; } function in class:SkDQuadImplicit
  /external/clang/test/SemaCXX/
cxx0x-class.cpp 26 static constexpr float y2 = foo(); // expected-error {{must be initialized by a constant expression}} expected-note {{non-constexpr function 'foo'}} member in struct:rdar8367341::A
warn-literal-conversion.cpp 10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
  /external/fdlibm/
e_hypot.c 30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 35 float x2, y2; member in struct:bezier
52 float x2, float y2,
  /external/skia/experimental/Intersection/
QuadraticParameterization.h 10 double y2() const { return p[yy_coeff]; } function in class:QuadImplicitForm
  /external/skia/src/pathops/
SkDQuadImplicit.h 21 double y2() const { return fP[kYy_Coeff]; } function in class:SkDQuadImplicit

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>