Searched defs:y2 (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp12 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/
H A Dchain-external-defs2.h5 int y2; variable
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.h24 SkScalar y2; member in class:SkLine
/external/clang/test/Modules/Inputs/odr/
H A Db.h4 } y2; variable in typeref:struct:Y
8 return y2.m + e2 + y2.f;
/external/clang/test/PCH/
H A Dchain-external-defs.c27 // YB: @y2 = global i32 18
28 // YB-NOT: @y2 = global i32 18
29 int y2 = 18; variable
/external/skia/src/animator/
H A DSkDrawLine.h24 SkScalar y2; member in class:SkLine
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoCubicSmoothAbs.h32 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, float x, float y, float x2, float y2) argument
34 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, x, y, x2, y2));
38 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, float x, float y, float x2, float y2) argument
39 : SVGPathSegCurvetoCubicSmooth(element, x, y, x2, y2) { }
H A DSVGPathSegCurvetoCubicSmoothRel.h32 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, float x, float y, float x2, float y2) argument
34 return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(element, x, y, x2, y2));
38 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, float x, float y, float x2, float y2) argument
39 : SVGPathSegCurvetoCubicSmooth(element, x, y, x2, y2) { }
H A DSVGLineElement.h39 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:blink::FINAL
H A DSVGLinearGradientElement.h42 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:blink::FINAL
H A DSVGPathSegCurvetoCubicAbs.h32 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
34 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, x, y, x1, y1, x2, y2));
38 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
H A DSVGPathSegCurvetoCubicRel.h32 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
34 return adoptRef(new SVGPathSegCurvetoCubicRel(element, x, y, x1, y1, x2, y2));
38 SVGPathSegCurvetoCubicRel(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
/external/valgrind/main/memcheck/tests/
H A Dbadrw.c11 short y2; local
22 y2 = *x2;
23 *x2 = y2;
/external/chromium_org/cc/blink/
H A Dweb_filter_animation_curve_impl.cc42 double y2) {
49 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
38 add(const WebFilterKeyframe& keyframe, double x1, double y1, double x2, double y2) argument
H A Dweb_float_animation_curve_impl.cc42 double y2) {
46 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
38 add(const WebFloatKeyframe& keyframe, double x1, double y1, double x2, double y2) argument
H A Dweb_float_animation_curve_unittest.cc205 double y2 = 0.7; local
206 curve->add(WebFloatKeyframe(0, 0), x1, y1, x2, y2);
211 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2));
H A Dweb_transform_animation_curve_impl.cc46 double y2) {
53 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
42 add(const WebTransformKeyframe& keyframe, double x1, double y1, double x2, double y2) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h35 float x2, y2; member in struct:bezier
52 float x2, float y2,
/external/chromium_org/third_party/skia/src/utils/
H A DSkCubicInterval.cpp50 SkScalar x2, SkScalar y2,
65 y2 *= 3;
66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
49 SkEvalCubicInterval(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar unitX) argument
/external/clang/test/CXX/stmt.stmt/stmt.dcl/
H A Dp3-0x.cpp39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} local
/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp26 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
H A Dwarn-literal-conversion.cpp10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
/external/clang/test/SemaTemplate/
H A Dpartial-spec-instantiate.cpp37 int f(Y<int*> y, Y<float*> y2) { argument
38 return y.m + y2.m;
/external/fdlibm/
H A De_hypot.c30 * 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/
H A Dbezier.h35 float x2, y2; member in struct:bezier
52 float x2, float y2,

Completed in 527 milliseconds

1234567891011>>