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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p15.cpp 11 Y<(1 >> 2)> *y1; variable
  /external/chromium_org/third_party/skia/src/animator/
SkDrawLine.h 23 SkScalar y1; member in class:SkLine
  /external/skia/src/animator/
SkDrawLine.h 23 SkScalar y1; member in class:SkLine
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_rect.h 36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
62 if (b->y1 > a->y1) b->y1 = a->y1;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
  /external/clang/test/PCH/
pr4489.c 38 void y1(void) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.h 36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
62 if (b->y1 > a->y1) b->y1 = a->y1;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
  /external/valgrind/main/memcheck/tests/
badrw.c 12 char y1; local
25 y1 = *x1;
26 *x1 = y1;
  /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
112 y1 = 0;
113 SET_HIGH_WORD(y1,hb);
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
73 SET_FLOAT_WORD(y1,hb&0xfffff000);
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 {
111 const float y1 = 30.0f; local
116 MockMotionEvent action_down(MotionEvent::ACTION_DOWN, event_time, x1, y1);
143 x1, y1, x1, y1, 1, gfx::RectF(0, 0, 0, 0)); local
176 const float y1 = 30.0f; local
181 MockMotionEvent action_down(MotionEvent::ACTION_DOWN, event_time, x1, y1);
215 x1, y1, x1, y1, 1, gfx::RectF(0, 0, 0, 0)); local
  /external/chromium_org/content/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc 202 double y1 = 0.2; 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 61 float y1 = logicalTop.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())
89 if (marginBounds.xInterceptsAtY(y1, minXIntercept, maxXIntercept)) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLineElement.h 36 SVGAnimatedLength* y1() const { return m_y1.get(); } function in class:WebCore::FINAL
SVGLinearGradientElement.h 39 SVGAnimatedLength* y1() const { return m_y1.get(); } function in class:WebCore::FINAL
SVGPathSegCurvetoQuadratic.h 30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
35 , m_y1(y1)
60 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
61 void setY1(float y1)
63 m_y1 = y1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c 33 const int y1 = y0 + 1; local
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 34 float x1, y1; member in struct:bezier
51 float x1, float y1,
  /external/chromium_org/third_party/skia/experimental/
SkSetPoly3To3_D.cpp 36 SkScalar y1 = pts1[i].fY - ave1.fY; local
38 tmp[1] += SkDScalar_setMul(x0, y1);
40 tmp[3] += SkDScalar_setMul(y0, y1);
  /external/clang/test/SemaCXX/
converting-constructor.cpp 45 void y1() { function
warn-literal-conversion.cpp 9 int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
  /external/compiler-rt/lib/builtins/ppc/
gcc_qdiv.c 18 y = src.s.hi, y1 = src.s.lo; local
48 tmp = ((tmp + x1) - y1 * q) / y;
  /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
102 y1 = 0;
103 __HI(y1) = hb;
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 33 const int y1 = y0 + 1; local
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 34 float x1, y1; member in struct:bezier
51 float x1, float y1,
  /external/skia/experimental/
SkSetPoly3To3_D.cpp 36 SkScalar y1 = pts1[i].fY - ave1.fY; local
38 tmp[1] += SkDScalar_setMul(x0, y1);
40 tmp[3] += SkDScalar_setMul(y0, y1);

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>