Searched defs:x1 (Results 1 - 25 of 156) sorted by relevance

1234567

/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-gmisc.c41 ULong *x, *x1, *xe, y; local
H A Dgdtoa-smisc.c171 ULong *x, *x0, x1, x2; local
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSegCurvetoQuadraticAbs.h31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
H A DSVGPathSegCurvetoQuadraticRel.h31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
H A DSVGPathSegCurvetoCubicAbs.h31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
H A DSVGPathSegCurvetoCubicRel.h31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
H A DSVGPathSegCurvetoQuadratic.h30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
53 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
54 void setX1(float x1) argument
H A DLinearGradientAttributes.h39 SVGLength x1() const { return m_x1; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubic.h30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
55 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoCubic
56 void setX1(float x1) argument
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_karatsuba_sqr.c27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
[all...]
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dmersenne.c74 long x1, x2; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_karatsuba_sqr.c27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
[all...]
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore3.cpp351 double x1 = p1(v1[0]); local
H A Dtstore5.cpp98 c4_String x1 = s1.Description(); local
310 c4_String x1 = s1.Description(); local
/macosx-10.10/tcl-105/tk/tk/xlib/
H A Dxdraw.c33 XDrawLine( Display *display, Drawable d, GC gc, int x1, int y1, int x2, int y2) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSTimingFunctionValue.h36 static PassRef<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
43 double x1() const { return m_x1; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
51 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
/macosx-10.10/OpenSSH-189/openssh/
H A Djpake.h51 BIGNUM *x1; /* random in Zq */ member in struct:jpake_ctx
/macosx-10.10/OpenSSL098-52/src/crypto/idea/
H A Di_cbc.c139 register unsigned long x1,x2,x3,x4,t0,t1,ul; local
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_cbc.c166 register RC2_INT x0,x1,x2,x3,t; local
215 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DRectangleShape.cpp68 float x1 = bounds.x(); local
H A DShapeInterval.h50 ShapeInterval(T x1, T x2) argument
58 T x1() const { return isUndefined() ? 0 : m_x1; } function in class:WebCore::ShapeInterval
63 void set(T x1, T x2) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_getstr.c57 int x1 = win->_curx; local

Completed in 302 milliseconds

1234567