Searched refs:sx (Results 1 - 25 of 137) sorted by relevance

123456

/external/clang/test/CXX/class/class.nest/
H A Dp1-cxx0x.cpp5 static int sx; member in class:Outer
11 static char b[sizeof(sx)]; // okay
H A Dp1.cpp5 static int sx; member in class:Outer
11 static char b[sizeof(sx)]; // okay
/external/fdlibm/
H A Ds_rint.c43 int i0,j0,sx; local
47 sx = (i0>>31)&1;
57 w = TWO52[sx]+x;
58 t = w-TWO52[sx];
60 __HI(t) = (i0&0x7fffffff)|(sx<<31);
82 w = TWO52[sx]+x;
83 return w-TWO52[sx];
H A De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
42 sx = hx&0x80000000; /* sign of x */
43 hx ^=sx; /* |x| */
53 return Zero[(unsigned)sx>>31]; /* |x|=|y| return x*0*/
107 return Zero[(unsigned)sx>>31];
116 return Zero[(unsigned)sx>>31];
123 __HI(x) = hx|sx;
131 lx = (hx<<(32-n))|(lx>>n); hx = sx;
133 lx = hx>>(n-32); hx = sx;
135 __HI(x) = hx|sx;
[all...]
H A De_remainder.c40 unsigned sx,lx,lp; local
47 sx = hx&0x80000000;
75 __HI(x) ^= sx;
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp7 static int sx; // expected-note 3 {{declared}} \ member in class:test0::A
19 (void) a.sx; // expected-error {{'sx' is a protected member}}
23 (void) b.sx; // expected-error {{'sx' is a protected member}}
27 (void) c.sx; // expected-error {{'sx' is a protected member}}
31 (void) d.sx; // expected-error {{'sx' is a private member}}
38 static int sx; member in class:test1::A
72 static int sx; member in class:test2::A
107 static int sx; member in class:test3::A
142 static int sx; // expected-note 3{{member is declared here}} member in class:test4::A
180 static int sx; // expected-note 3{{member is declared here}} member in class:test5::A
[all...]
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DScaleTransformOperation.h34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type) argument
36 return adoptRef(new ScaleTransformOperation(sx, sy, 1, type));
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type) argument
41 return adoptRef(new ScaleTransformOperation(sx, sy, sz, type));
70 ScaleTransformOperation(double sx, double sy, double sz, OperationType type) argument
71 : m_x(sx)
H A DAffineTransform.cpp44 double sx = matrix.xScale(); local
52 sx = -sx;
58 m.scale(1.0 / sx, 1.0 / sy);
67 sr[0] = sx;
202 AffineTransform& AffineTransform::scale(double sx, double sy) argument
204 m_transform[0] *= sx;
205 m_transform[1] *= sx;
225 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) argument
227 return scale(sx, s
245 shear(double sx, double sy) argument
[all...]
H A DAffineTransform.h101 AffineTransform& scale(double sx, double sy);
102 AffineTransform& scaleNonUniform(double sx, double sy);
106 AffineTransform& shear(double sx, double sy);
/external/openssl/crypto/x509v3/
H A Dv3_sxnet.c70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
104 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
111 v = ASN1_INTEGER_get(sx->version);
113 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
114 id = sk_SXNETID_value(sx->ids, i);
135 SXNET *sx = NULL;
139 if(!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
142 return sx;
186 SXNET *sx = NULL;
198 if(!(sx
[all...]
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/progressbar/
H A Dprogressbar.edc34 new Float:x, Float:sx;
36 sx = getfarg(3);
38 if (sx >= 0.0) {
39 set_drag_size(PART:"img.progressbar_fill", sx, 1.0);
/external/qemu/android/skin/
H A Dscaler.c63 int sx, sy; /* source start position in 16.16 format */ member in struct:__anon7996
88 int sx = srect->pos.x; local
99 drect->pos.x = (int)(sx * scale + scaler->xdisp);
101 drect->size.w = (int)(ceil((sx + sw) * scale + scaler->xdisp)) - drect->pos.x;
109 int sx,
131 op.rd.x = (int)(sx * scaler->scale + scaler->xdisp);
133 op.rd.w = (int)(ceil((sx + sw) * scaler->scale + scaler->xdisp)) - op.rd.x;
138 op.sx = (int)((op.rd.x - scaler->xdisp) * scaler->invscale * 65536);
106 skin_scaler_scale( SkinScaler* scaler, SDL_Surface* dst_surface, SDL_Surface* src_surface, int sx, int sy, int sw, int sh ) argument
H A Dscaler.h40 int sx,
H A Dargb.h229 int sx = op->sx; local
236 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch;
237 sx &= 0xffff;
244 int sx1 = sx;
325 int sx = op->sx; local
332 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch;
333 sx &= 0xffff;
340 int sx1 = sx;
462 int sx = op->sx; local
549 int sx = op->sx; local
803 int sx = op->sx; local
[all...]
/external/clang/test/SemaCXX/
H A Dclass.cpp9 sx = 0;
18 sx = 0;
46 sx = 0;
65 static int sx; member in class:C
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view_single.c202 Evas_Coord sx, sy, sw, sh; local
207 sx = sr->x;
215 sr->dx, sr->dy, sx, sy, sw, sh);
216 ewk_view_repaint_add(sd->_priv, sx, sy, sw, sh);
220 if (sx < 0) {
221 sw += sx;
222 sx = 0;
229 if (sx + sw > ow)
230 sw = ow - sx;
244 sr->dx, sr->dy, sx, s
444 int sx, sy; local
[all...]
H A Dewk_view_tiled.c96 Evas_Coord sx, sy, sw, sh; local
98 sx = sr->x;
106 sr->dx, sr->dy, sx, sy, sw, sh);
107 ewk_view_repaint_add(sd->_priv, sx, sy, sw, sh);
111 if (sx + sw > vw)
112 sw = vw - sx;
124 sx -= abs(sr->dx);
128 ewk_view_repaint_add(sd->_priv, sx, sy, sw, sh);
140 int sx, sy; local
142 ewk_frame_scroll_pos_get(sd->main_frame, &sx,
[all...]
/external/skia/gpu/include/
H A DFlingState.h32 void reset(float sx, float sy);
/external/skia/src/core/
H A DSkMatrix.cpp198 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { argument
199 fMat[kMScaleX] = sx;
201 fMat[kMTransX] = px - SkScalarMul(sx, px);
211 void SkMatrix::setScale(SkScalar sx, SkScalar sy) { argument
212 fMat[kMScaleX] = sx;
223 bool SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { argument
225 m.setScale(sx, sy, px, py);
229 bool SkMatrix::preScale(SkScalar sx, SkScalar sy) { argument
232 m.setScale(sx, sy);
240 fMat[kMScaleX] = SkScalarMul(fMat[kMScaleX], sx);
253 postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
259 postScale(SkScalar sx, SkScalar sy) argument
383 setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
398 setSkew(SkScalar sx, SkScalar sy) argument
413 preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
419 preSkew(SkScalar sx, SkScalar sy) argument
425 postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
431 postSkew(SkScalar sx, SkScalar sy) argument
451 SkScalar tx, sx = SkScalarDiv(dst.width(), src.width()); local
953 SkScalar sx = src->fX; local
975 SkScalar sx = src->fX; local
995 SkScalar sx = src->fX; local
1096 Persp_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1131 RotTrans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1148 Rot_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1165 ScaleTrans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1174 Scale_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1185 Trans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1193 Identity_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
[all...]
H A DSkStrokerPriv.cpp37 SkScalar sx = SkScalarMul(nx, CUBIC_ARC_FACTOR); local
40 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
41 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
43 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
44 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
/external/skia/src/effects/
H A DSk1DPathEffect.cpp97 SkScalar sx = src[i].fX; local
100 meas.getPosTan(dist + sx, &pos, &tangent);
105 pt.set(sx, sy);
107 matrix.preTranslate(-sx, 0);
/external/webkit/Source/WebKit/android/plugins/
H A DANPMatrixInterface.cpp84 static void anp_preScale(ANPMatrix* matrix, float sx, float sy) { argument
85 matrix->preScale(SkFloatToScalar(sx), SkFloatToScalar(sy));
88 static void anp_postScale(ANPMatrix* matrix, float sx, float sy) { argument
89 matrix->postScale(SkFloatToScalar(sx), SkFloatToScalar(sy));
/external/skia/gpu/src/
H A DFlingState.cpp58 void FlingState::reset(float sx, float sy) { argument
60 fDirection.set(sx, sy);
/external/webkit/Source/WebCore/svg/
H A DSVGTransform.idl40 [StrictTypeChecking, RequiresAllArguments=Raise] void setScale(in float sx, in float sy);
/external/skia/tests/
H A DMathTest.cpp285 SkScalar sx = rand.nextSScalar1(); local
286 REPORTER_ASSERT(reporter, SkScalarCopySign(sx, sx) == sx);
287 REPORTER_ASSERT(reporter, SkScalarCopySign(sx, -sx) == -sx);
288 REPORTER_ASSERT(reporter, SkScalarCopySign(-sx, sx) == sx);
[all...]

Completed in 360 milliseconds

123456