Symbol: sx
headers/libs/agg/agg_line_aa_basics.h
138
int x1, y1, x2, y2, dx, dy, sx, sy;
headers/libs/agg/agg_line_aa_basics.h
89
sx((x2_ > x1_) ? 1 : -1),
headers/libs/agg/agg_line_aa_basics.h
92
inc(vertical ? sy : sx),
headers/libs/agg/agg_line_aa_basics.h
94
octant((sy & 4) | (sx & 2) | int(vertical))
headers/libs/agg/agg_renderer_outline_aa.h
1040
int sx, int sy, int ex, int ey) :
headers/libs/agg/agg_renderer_outline_aa.h
1042
m_di(lp.x1, lp.y1, lp.x2, lp.y2, sx, sy, ex, ey,
headers/libs/agg/agg_renderer_outline_aa.h
1605
void line1_no_clip(const line_parameters& lp, int sx, int sy)
headers/libs/agg/agg_renderer_outline_aa.h
1611
line1_no_clip(lp1, (lp.x1 + sx) >> 1, (lp.y1 + sy) >> 1);
headers/libs/agg/agg_renderer_outline_aa.h
1616
fix_degenerate_bisectrix_start(lp, &sx, &sy);
headers/libs/agg/agg_renderer_outline_aa.h
1617
line_interpolator_aa1<self_type> li(*this, lp, sx, sy);
headers/libs/agg/agg_renderer_outline_aa.h
1630
void line1(const line_parameters& lp, int sx, int sy)
headers/libs/agg/agg_renderer_outline_aa.h
1647
sx = x1 + (y2 - y1);
headers/libs/agg/agg_renderer_outline_aa.h
1652
while(abs(sx - lp.x1) + abs(sy - lp.y1) > lp2.len)
headers/libs/agg/agg_renderer_outline_aa.h
1654
sx = (lp.x1 + sx) >> 1;
headers/libs/agg/agg_renderer_outline_aa.h
1658
line1_no_clip(lp2, sx, sy);
headers/libs/agg/agg_renderer_outline_aa.h
1662
line1_no_clip(lp, sx, sy);
headers/libs/agg/agg_renderer_outline_aa.h
1668
line1_no_clip(lp, sx, sy);
headers/libs/agg/agg_renderer_outline_aa.h
173
int sx, int sy, int x, int y) :
headers/libs/agg/agg_renderer_outline_aa.h
1741
int sx, int sy, int ex, int ey)
headers/libs/agg/agg_renderer_outline_aa.h
1749
line3_no_clip(lp1, (lp.x1 + sx) >> 1, (lp.y1 + sy) >> 1, mx, my);
headers/libs/agg/agg_renderer_outline_aa.h
1754
fix_degenerate_bisectrix_start(lp, &sx, &sy);
headers/libs/agg/agg_renderer_outline_aa.h
1756
line_interpolator_aa3<self_type> li(*this, lp, sx, sy, ex, ey);
headers/libs/agg/agg_renderer_outline_aa.h
176
m_dx_start(line_mr(sx) - line_mr(x1)),
headers/libs/agg/agg_renderer_outline_aa.h
1769
int sx, int sy, int ex, int ey)
headers/libs/agg/agg_renderer_outline_aa.h
1786
sx = x1 + (y2 - y1);
headers/libs/agg/agg_renderer_outline_aa.h
1791
while(abs(sx - lp.x1) + abs(sy - lp.y1) > lp2.len)
headers/libs/agg/agg_renderer_outline_aa.h
1793
sx = (lp.x1 + sx) >> 1;
headers/libs/agg/agg_renderer_outline_aa.h
1810
line3_no_clip(lp2, sx, sy, ex, ey);
headers/libs/agg/agg_renderer_outline_aa.h
1814
line3_no_clip(lp, sx, sy, ex, ey);
headers/libs/agg/agg_renderer_outline_aa.h
182
m_dist_start((line_mr(x + line_subpixel_scale/2) - line_mr(sx)) * m_dy_start -
headers/libs/agg/agg_renderer_outline_aa.h
1820
line3_no_clip(lp, sx, sy, ex, ey);
headers/libs/agg/agg_renderer_outline_aa.h
320
int sx, int sy, int ex, int ey,
headers/libs/agg/agg_renderer_outline_aa.h
324
m_dx_start(line_mr(sx) - line_mr(x1)),
headers/libs/agg/agg_renderer_outline_aa.h
332
m_dist_start((line_mr(x + line_subpixel_scale/2) - line_mr(sx)) * m_dy_start -
headers/libs/agg/agg_renderer_outline_aa.h
680
int sx, int sy) :
headers/libs/agg/agg_renderer_outline_aa.h
682
m_di(lp.x1, lp.y1, lp.x2, lp.y2, sx, sy,
headers/libs/agg/agg_renderer_outline_image.h
267
int sx, int sy, int ex, int ey,
headers/libs/agg/agg_renderer_outline_image.h
271
m_dx_start(line_mr(sx) - line_mr(x1)),
headers/libs/agg/agg_renderer_outline_image.h
279
m_dist_start((line_mr(x + line_subpixel_scale/2) - line_mr(sx)) * m_dy_start -
headers/libs/agg/agg_renderer_outline_image.h
485
int sx, int sy, int ex, int ey,
headers/libs/agg/agg_renderer_outline_image.h
493
m_di(lp.x1, lp.y1, lp.x2, lp.y2, sx, sy, ex, ey, lp.len, scale_x,
headers/libs/agg/agg_renderer_outline_image.h
906
int sx, int sy, int ex, int ey)
headers/libs/agg/agg_renderer_outline_image.h
914
line3_no_clip(lp1, (lp.x1 + sx) >> 1, (lp.y1 + sy) >> 1, mx, my);
headers/libs/agg/agg_renderer_outline_image.h
919
fix_degenerate_bisectrix_start(lp, &sx, &sy);
headers/libs/agg/agg_renderer_outline_image.h
922
sx, sy,
headers/libs/agg/agg_renderer_outline_image.h
938
int sx, int sy, int ex, int ey)
headers/libs/agg/agg_renderer_outline_image.h
957
sx = x1 + (y2 - y1);
headers/libs/agg/agg_renderer_outline_image.h
962
while(abs(sx - lp.x1) + abs(sy - lp.y1) > lp2.len)
headers/libs/agg/agg_renderer_outline_image.h
964
sx = (lp.x1 + sx) >> 1;
headers/libs/agg/agg_renderer_outline_image.h
981
line3_no_clip(lp2, sx, sy, ex, ey);
headers/libs/agg/agg_renderer_outline_image.h
985
line3_no_clip(lp, sx, sy, ex, ey);
headers/libs/agg/agg_renderer_outline_image.h
992
line3_no_clip(lp, sx, sy, ex, ey);
headers/libs/agg/agg_trans_affine.h
100
sx(v0), shy(v1), shx(v2), sy(v3), tx(v4), ty(v5)
headers/libs/agg/agg_trans_affine.h
105
sx(m[0]), shy(m[1]), shx(m[2]), sy(m[3]), tx(m[4]), ty(m[5])
headers/libs/agg/agg_trans_affine.h
188
*m++ = sx; *m++ = shy; *m++ = shx; *m++ = sy; *m++ = tx; *m++ = ty;
headers/libs/agg/agg_trans_affine.h
194
sx = *m++; shy = *m++; shx = *m++; sy = *m++; tx = *m++; ty = *m++;
headers/libs/agg/agg_trans_affine.h
261
return sx * sy - shy * shx;
headers/libs/agg/agg_trans_affine.h
267
return 1.0 / (sx * sy - shy * shx);
headers/libs/agg/agg_trans_affine.h
296
*x = tmp * sx + *y * shx + tx;
headers/libs/agg/agg_trans_affine.h
304
*x = tmp * sx + *y * shx;
headers/libs/agg/agg_trans_affine.h
315
*y = b * sx - a * shy;
headers/libs/agg/agg_trans_affine.h
321
double x = M_SQRT1_2 * sx + M_SQRT1_2 * shx;
headers/libs/agg/agg_trans_affine.h
339
double t0 = sx * ca - shy * sa;
headers/libs/agg/agg_trans_affine.h
342
shy = sx * sa + shy * ca;
headers/libs/agg/agg_trans_affine.h
345
sx = t0;
headers/libs/agg/agg_trans_affine.h
356
sx *= mm0;
headers/libs/agg/agg_trans_affine.h
369
sx *= m;
headers/libs/agg/agg_trans_affine.h
407
*x = std::sqrt(sx * sx + shx * shx);
headers/libs/agg/agg_trans_affine.h
89
double sx, shy, shx, sy, tx, ty;
headers/libs/agg/agg_trans_affine.h
94
sx(1.0), shy(0.0), shx(0.0), sy(1.0), tx(0.0), ty(0.0)
headers/libs/agg/agg_trans_perspective.h
247
nom_x(px * m.sx + py * m.shx + m.tx),
headers/libs/agg/agg_trans_perspective.h
248
nom_x_step(step * m.sx),
headers/libs/agg/agg_trans_perspective.h
295
sx = q[2] - q[0];
headers/libs/agg/agg_trans_perspective.h
30
double sx, shy, w0, shx, sy, w1, tx, ty, w2;
headers/libs/agg/agg_trans_perspective.h
316
sx = shy = w0 = shx = sy = w1 = tx = ty = w2 = 0.0;
headers/libs/agg/agg_trans_perspective.h
323
sx = q[2] - q[0] + u * q[2];
headers/libs/agg/agg_trans_perspective.h
342
double d = sx * d0 + shx * d1 + tx * d2;
headers/libs/agg/agg_trans_perspective.h
345
sx = shy = w0 = shx = sy = w1 = tx = ty = w2 = 0.0;
headers/libs/agg/agg_trans_perspective.h
35
sx (1), shy(0), w0(0),
headers/libs/agg/agg_trans_perspective.h
350
sx = d * d0;
headers/libs/agg/agg_trans_perspective.h
354
sy = d * (a.sx *a.w2 - a.w0 *a.tx);
headers/libs/agg/agg_trans_perspective.h
355
w1 = d * (a.w0 *a.shx - a.sx *a.w1);
headers/libs/agg/agg_trans_perspective.h
357
ty = d * (a.shy*a.tx - a.sx *a.ty);
headers/libs/agg/agg_trans_perspective.h
358
w2 = d * (a.sx *a.sy - a.shy*a.shx);
headers/libs/agg/agg_trans_perspective.h
43
sx (v0), shy(v1), w0(v2),
headers/libs/agg/agg_trans_perspective.h
433
sx = 1; shy = 0; w0 = 0;
headers/libs/agg/agg_trans_perspective.h
444
sx = a.sx *b.sx + a.shx*b.shy + a.tx*b.w0;
headers/libs/agg/agg_trans_perspective.h
445
shx = a.sx *b.shx + a.shx*b.sy + a.tx*b.w1;
headers/libs/agg/agg_trans_perspective.h
446
tx = a.sx *b.tx + a.shx*b.ty + a.tx*b.w2;
headers/libs/agg/agg_trans_perspective.h
447
shy = a.shy*b.sx + a.sy *b.shy + a.ty*b.w0;
headers/libs/agg/agg_trans_perspective.h
450
w0 = a.w0 *b.sx + a.w1 *b.shy + a.w2*b.w0;
headers/libs/agg/agg_trans_perspective.h
461
sx = a.sx *b.sx + a.shx*b.shy + a.tx*b.w0;
headers/libs/agg/agg_trans_perspective.h
462
shx = a.sx *b.shx + a.shx*b.sy + a.tx*b.w1;
headers/libs/agg/agg_trans_perspective.h
463
tx = a.sx *b.tx + a.shx*b.ty + a.tx*b.w2;
headers/libs/agg/agg_trans_perspective.h
464
shy = a.shy*b.sx + a.sy *b.shy + a.ty*b.w0;
headers/libs/agg/agg_trans_perspective.h
475
sx = a.sx *b.sx + a.shx*b.shy + a.tx*b.w0;
headers/libs/agg/agg_trans_perspective.h
476
shx = a.sx *b.shx + a.shx*b.sy + a.tx*b.w1;
headers/libs/agg/agg_trans_perspective.h
477
tx = a.sx *b.tx + a.shx*b.ty + a.tx*b.w2;
headers/libs/agg/agg_trans_perspective.h
478
shy = a.shy*b.sx + a.sy *b.shy + a.ty*b.w0;
headers/libs/agg/agg_trans_perspective.h
481
w0 = a.w0 *b.sx + a.w1 *b.shy + a.w2*b.w0;
headers/libs/agg/agg_trans_perspective.h
49
sx (m[0]), shy(m[1]), w0(m[2]),
headers/libs/agg/agg_trans_perspective.h
492
sx = a.sx *b.sx + a.shx*b.shy;
headers/libs/agg/agg_trans_perspective.h
493
shx = a.sx *b.shx + a.shx*b.sy;
headers/libs/agg/agg_trans_perspective.h
494
tx = a.sx *b.tx + a.shx*b.ty + a.tx;
headers/libs/agg/agg_trans_perspective.h
495
shy = a.shy*b.sx + a.sy *b.shy;
headers/libs/agg/agg_trans_perspective.h
498
w0 = a.w0 *b.sx + a.w1 *b.shy;
headers/libs/agg/agg_trans_perspective.h
55
sx (a.sx ), shy(a.shy), w0(0),
headers/libs/agg/agg_trans_perspective.h
576
*px = m * (x*sx + y*shx + tx);
headers/libs/agg/agg_trans_perspective.h
584
*x = tmp * sx + *y * shx + tx;
headers/libs/agg/agg_trans_perspective.h
592
*x = tmp * sx + *y * shx;
headers/libs/agg/agg_trans_perspective.h
606
*m++ = sx; *m++ = shy; *m++ = w0;
headers/libs/agg/agg_trans_perspective.h
614
sx = *m++; shy = *m++; w0 = *m++;
headers/libs/agg/agg_trans_perspective.h
624
sx = a.sx; shy = a.shy; w0 = 0;
headers/libs/agg/agg_trans_perspective.h
633
return sx * (sy * w2 - ty * w1) +
headers/libs/agg/agg_trans_perspective.h
647
return std::fabs(sx) > epsilon && std::fabs(sy) > epsilon && std::fabs(w2) > epsilon;
headers/libs/agg/agg_trans_perspective.h
653
return is_equal_eps(sx, 1.0, epsilon) &&
headers/libs/agg/agg_trans_perspective.h
668
return is_equal_eps(sx, m.sx, epsilon) &&
headers/libs/agg/agg_trans_perspective.h
682
double x = 0.707106781 * sx + 0.707106781 * shx;
headers/libs/agg/agg_trans_perspective.h
724
*x = std::sqrt(sx * sx + shx * shx);
headers/os/interface/AffineTransform.h
197
void GetScale(double* sx, double* sy) const;
headers/os/interface/AffineTransform.h
198
void GetScaleAbs(double* sx,
headers/os/interface/AffineTransform.h
206
double sx;
headers/os/interface/AffineTransform.h
225
*x = tmp * sx + *y * shx + tx;
headers/os/interface/AffineTransform.h
237
*y = b * sx - a * shy;
headers/os/interface/AffineTransform.h
256
tx += x * sx + y * shx;
headers/os/interface/AffineTransform.h
267
double t0 = sx * ca - shy * sa;
headers/os/interface/AffineTransform.h
270
shy = sx * sa + shy * ca;
headers/os/interface/AffineTransform.h
273
sx = t0;
headers/os/interface/AffineTransform.h
285
double newSx = sx * ca + shx * sa;
headers/os/interface/AffineTransform.h
288
shx = -sx * sa + shx * ca;
headers/os/interface/AffineTransform.h
289
sx = newSx;
headers/os/interface/AffineTransform.h
301
sx *= mm0;
headers/os/interface/AffineTransform.h
316
sx *= m;
headers/os/interface/AffineTransform.h
329
sx *= x;
headers/os/interface/AffineTransform.h
380
sx = other.sx;
headers/os/interface/AffineTransform.h
44
BAffineTransform(double sx, double shy,
headers/os/interface/AffineTransform.h
444
return sx * sy - shy * shx;
headers/os/interface/AffineTransform.h
451
return 1.0 / (sx * sy - shy * shx);
headers/private/app/LinkReceiver.h
47
{ return Read(&transform->sx, sizeof(double) * 6); }
headers/private/app/LinkSender.h
49
return Attach(&transform.sx, sizeof(double) * 6);
src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/if_em.c
5445
struct sx *iflib_ctx_lock = iflib_ctx_lock_get(sc->ctx);
src/add-ons/screen_savers/flurry/Smoke.cpp
108
dx = s->old[0] - sx;
src/add-ons/screen_savers/flurry/Smoke.cpp
121
s->p[s->nextParticle].position[0].f[s->nextSubParticle] = sx;
src/add-ons/screen_savers/flurry/Smoke.cpp
124
s->p[s->nextParticle].oldposition[0].f[s->nextSubParticle] = sx;
src/add-ons/screen_savers/flurry/Smoke.cpp
255
float sx;
src/add-ons/screen_savers/flurry/Smoke.cpp
284
sx = s->p[i].position[0].f[k] * info->sys_glWidth / z + wslash2;
src/add-ons/screen_savers/flurry/Smoke.cpp
287
if (sx > info->sys_glWidth + 50.0f || sx < -50.0f
src/add-ons/screen_savers/flurry/Smoke.cpp
299
float dx = (sx - oldscreenx);
src/add-ons/screen_savers/flurry/Smoke.cpp
374
s->seraphimVertices[svi].f[0] = sx + dxm - dys;
src/add-ons/screen_savers/flurry/Smoke.cpp
376
s->seraphimVertices[svi].f[2] = sx + dxm + dys;
src/add-ons/screen_savers/flurry/Smoke.cpp
87
float sx = info->star->position[0];
src/add-ons/screen_savers/flurry/Spark.cpp
58
float sx;
src/add-ons/screen_savers/flurry/Spark.cpp
70
sx = s->position[0] * info->sys_glWidth / z + info->sys_glWidth * 0.5f;
src/add-ons/screen_savers/flurry/Spark.cpp
74
screenx = sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2775
static void nsvg__scaleGradient(NSVGgradient* grad, float tx, float ty, float sx, float sy)
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2781
nsvg__xformSetScale(t, sx, sy);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2789
float tx, ty, sx, sy, us, bounds[4], t[6], avgs;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2819
sx = p->viewWidth > 0 ? p->image->width / p->viewWidth : 0;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2827
sx = sy = nsvg__minf(sx, sy);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2828
tx += nsvg__viewAlign(p->viewWidth*sx, p->image->width, p->alignX) / sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2832
sx = sy = nsvg__maxf(sx, sy);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2833
tx += nsvg__viewAlign(p->viewWidth*sx, p->image->width, p->alignX) / sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2838
sx *= us;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2840
avgs = (sx+sy) / 2.0f;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2842
shape->bounds[0] = (shape->bounds[0] + tx) * sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2844
shape->bounds[2] = (shape->bounds[2] + tx) * sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2847
path->bounds[0] = (path->bounds[0] + tx) * sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2849
path->bounds[2] = (path->bounds[2] + tx) * sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2853
pt[0] = (pt[0] + tx) * sx;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2859
nsvg__scaleGradient(shape->fill.gradient, tx,ty, sx,sy);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2864
nsvg__scaleGradient(shape->stroke.gradient, tx,ty, sx,sy);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
476
static void nsvg__xformSetScale(float* t, float sx, float sy)
src/apps/icon-o-matic/import_export/svg/nanosvg.h
478
t[0] = sx; t[1] = 0.0f;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
902
float sx = sqrtf(t[0]*t[0] + t[2]*t[2]);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
904
return (sx + sy) * 0.5f;
src/apps/midiplayer/ScopeView.cpp
182
int32 sx = 0;
src/apps/midiplayer/ScopeView.cpp
186
x = sx / width;
src/apps/midiplayer/ScopeView.cpp
193
sx += size;
src/kits/game/WindowScreen.cpp
108
scaled_filtered_blit(int32 sx, int32 sy, int32 sw, int32 sh, int32 dx, int32 dy,
src/kits/game/WindowScreen.cpp
112
param.src_left = sx;
src/kits/game/WindowScreen.cpp
129
draw_rect_8(int32 sx, int32 sy, int32 sw, int32 sh, uint8 color_index)
src/kits/game/WindowScreen.cpp
132
param.left = sx;
src/kits/game/WindowScreen.cpp
145
draw_rect_16(int32 sx, int32 sy, int32 sw, int32 sh, uint16 color)
src/kits/game/WindowScreen.cpp
148
param.left = sx;
src/kits/game/WindowScreen.cpp
161
draw_rect_32(int32 sx, int32 sy, int32 sw, int32 sh, uint32 color)
src/kits/game/WindowScreen.cpp
164
param.left = sx;
src/kits/game/WindowScreen.cpp
67
blit(int32 sx, int32 sy, int32 dx, int32 dy, int32 width, int32 height)
src/kits/game/WindowScreen.cpp
70
param.src_left = sx;
src/kits/game/WindowScreen.cpp
88
transparent_blit(int32 sx, int32 sy, int32 dx, int32 dy, int32 width,
src/kits/game/WindowScreen.cpp
92
param.src_left = sx;
src/kits/interface/AffineTransform.cpp
106
buffer[0] = sx;
src/kits/interface/AffineTransform.cpp
127
sx = buffer[0];
src/kits/interface/AffineTransform.cpp
34
sx(1.0),
src/kits/interface/AffineTransform.cpp
44
BAffineTransform::BAffineTransform(double sx, double shy, double shx,
src/kits/interface/AffineTransform.cpp
47
sx(sx),
src/kits/interface/AffineTransform.cpp
479
double t0 = sx * other.sx + shy * other.shx;
src/kits/interface/AffineTransform.cpp
480
double t2 = shx * other.sx + sy * other.shx;
src/kits/interface/AffineTransform.cpp
481
double t4 = tx * other.sx + ty * other.shx + other.tx;
src/kits/interface/AffineTransform.cpp
482
shy = sx * other.shy + shy * other.sy;
src/kits/interface/AffineTransform.cpp
485
sx = t0;
src/kits/interface/AffineTransform.cpp
495
return fabs(sx) > epsilon && fabs(sy) > epsilon;
src/kits/interface/AffineTransform.cpp
509
return IsEqualEpsilon(sx, 1.0, epsilon)
src/kits/interface/AffineTransform.cpp
529
return IsEqualEpsilon(sx, other.sx, epsilon)
src/kits/interface/AffineTransform.cpp
544
sy = sx * d;
src/kits/interface/AffineTransform.cpp
551
sx = t0;
src/kits/interface/AffineTransform.cpp
561
sx = -sx;
src/kits/interface/AffineTransform.cpp
581
sx = sy = 1.0;
src/kits/interface/AffineTransform.cpp
59
sx(other.sx),
src/kits/interface/AffineTransform.cpp
613
double x = 0.707106781 * sx + 0.707106781 * shx;
src/kits/interface/AffineTransform.cpp
643
*_sx = sqrt(sx * sx + shx * shx);
src/kits/interface/PictureDataWriter.cpp
210
WriteData(&transform.sx, 6 * sizeof(double));
src/kits/interface/PicturePlayer.cpp
1527
memcpy(&transform.sx, transformValues, 6 * sizeof(double));
src/libs/agg/src/agg_trans_affine.cpp
107
sx = -sx;
src/libs/agg/src/agg_trans_affine.cpp
125
sx = sy = 1.0;
src/libs/agg/src/agg_trans_affine.cpp
133
return is_equal_eps(sx, 1.0, epsilon) &&
src/libs/agg/src/agg_trans_affine.cpp
144
return std::fabs(sx) > epsilon && std::fabs(sy) > epsilon;
src/libs/agg/src/agg_trans_affine.cpp
150
return is_equal_eps(sx, m.sx, epsilon) &&
src/libs/agg/src/agg_trans_affine.cpp
30
sx = src[2] - src[0];
src/libs/agg/src/agg_trans_affine.cpp
72
double t0 = sx * m.sx + shy * m.shx;
src/libs/agg/src/agg_trans_affine.cpp
73
double t2 = shx * m.sx + sy * m.shx;
src/libs/agg/src/agg_trans_affine.cpp
74
double t4 = tx * m.sx + ty * m.shx + m.tx;
src/libs/agg/src/agg_trans_affine.cpp
75
shy = sx * m.shy + shy * m.sy;
src/libs/agg/src/agg_trans_affine.cpp
78
sx = t0;
src/libs/agg/src/agg_trans_affine.cpp
91
sy = sx * d;
src/libs/agg/src/agg_trans_affine.cpp
98
sx = t0;
src/libs/compat/freebsd_iflib/compat/net/iflib.h
492
struct sx *iflib_ctx_lock_get(if_ctx_t);
src/libs/compat/freebsd_iflib/iflib.c
185
struct sx ifc_ctx_sx;
src/libs/compat/freebsd_iflib/iflib.c
6641
struct sx *
src/libs/compat/freebsd_network/compat/net/vnet.h
244
extern struct sx vnet_sxlock;
src/libs/compat/freebsd_network/compat/sys/sx.h
24
#define sx_assert(sx, what)
src/libs/libsolv/solv/repo_solv.c
290
incore_add_id(Repodata *data, Id sx)
src/libs/libsolv/solv/repo_solv.c
292
unsigned int x = (unsigned int)sx;
src/libs/libsolv/solv/repo_solv.c
317
incore_add_sizek(Repodata *data, unsigned int sx)
src/libs/libsolv/solv/repo_solv.c
319
if (sx < (1 << 22))
src/libs/libsolv/solv/repo_solv.c
320
incore_add_id(data, (Id)(sx << 10));
src/libs/libsolv/solv/repo_solv.c
323
if ((sx >> 25) != 0)
src/libs/libsolv/solv/repo_solv.c
325
incore_add_id(data, (Id)(sx >> 25));
src/libs/libsolv/solv/repo_solv.c
328
incore_add_id(data, (Id)((sx << 10) | 0x80000000));
src/libs/libsolv/solv/repo_solv.c
329
data->incoredata[data->incoredatalen - 5] = (sx >> 18) | 128;
src/libs/libsolv/solv/repo_solv.c
334
incore_add_ideof(Repodata *data, Id sx, int eof)
src/libs/libsolv/solv/repo_solv.c
336
unsigned int x = (unsigned int)sx;
src/libs/libsolv/solv/repo_write.c
408
data_addid(struct extdata *xd, Id sx)
src/libs/libsolv/solv/repo_write.c
410
unsigned int x = (unsigned int)sx;
src/libs/libsolv/solv/repo_write.c
431
data_addideof(struct extdata *xd, Id sx, int eof)
src/libs/libsolv/solv/repo_write.c
433
unsigned int x = (unsigned int)sx;
src/libs/libsolv/solv/repodata.c
2748
data_addid(struct extdata *xd, Id sx)
src/libs/libsolv/solv/repodata.c
2750
unsigned int x = (unsigned int)sx;
src/libs/libsolv/solv/repodata.c
2788
data_addideof(struct extdata *xd, Id sx, int eof)
src/libs/libsolv/solv/repodata.c
2790
unsigned int x = (unsigned int)sx;
src/servers/app/DrawState.cpp
801
fTransform.sx, fTransform.shy, fTransform.shx,
src/servers/app/ServerWindow.cpp
1623
Title(), fCurrentView->Name(), transform.sx, transform.shy,
src/servers/app/ServerWindow.cpp
1637
Title(), fCurrentView->Name(), transform.sx, transform.shy,
src/servers/app/drawing/Painter/Painter.cpp
377
fTransform *= agg::trans_affine(transform.sx, transform.shy,
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
288
Add(transform.sx);
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
572
Read(transform.sx);
src/system/kernel/lib/strtod.c
1662
ULong *bx, *bxe, *sx, *sxe;
src/system/kernel/lib/strtod.c
1675
sx = S->x;
src/system/kernel/lib/strtod.c
1676
sxe = sx + --n;
src/system/kernel/lib/strtod.c
1689
si = *sx++;
src/system/kernel/lib/strtod.c
1701
ys = *sx++ * q + carry;
src/system/kernel/lib/strtod.c
1708
} while (sx <= sxe);
src/system/kernel/lib/strtod.c
1721
sx = S->x;
src/system/kernel/lib/strtod.c
1724
si = *sx++;
src/system/kernel/lib/strtod.c
1736
ys = *sx++ + carry;
src/system/kernel/lib/strtod.c
1743
} while (sx <= sxe);
src/system/libroot/posix/musl/math/fmod.c
65
uxi |= (uint64_t)sx << 63;
src/system/libroot/posix/musl/math/fmod.c
9
int sx = ux.i>>63;
src/system/libroot/posix/musl/math/fmodf.c
62
uxi |= sx;
src/system/libroot/posix/musl/math/fmodf.c
9
uint32_t sx = ux.i & 0x80000000;
src/system/libroot/posix/musl/math/fmodl.c
102
ux.i.se = ex|sx;
src/system/libroot/posix/musl/math/fmodl.c
14
int sx = ux.i.se & 0x8000;
src/system/libroot/posix/musl/math/fmodl.c
99
ux.i.se = (ex+120)|sx;
src/system/libroot/posix/musl/math/remquo.c
80
*quo = sx^sy ? -(int)q : (int)q;
src/system/libroot/posix/musl/math/remquo.c
81
return sx ? -x : x;
src/system/libroot/posix/musl/math/remquo.c
9
int sx = ux.i>>63;
src/system/libroot/posix/musl/math/remquof.c
80
*quo = sx^sy ? -(int)q : (int)q;
src/system/libroot/posix/musl/math/remquof.c
81
return sx ? -x : x;
src/system/libroot/posix/musl/math/remquof.c
9
int sx = ux.i>>31;
src/system/libroot/posix/musl/math/remquol.c
121
*quo = sx^sy ? -(int)q : (int)q;
src/system/libroot/posix/musl/math/remquol.c
122
return sx ? -x : x;
src/system/libroot/posix/musl/math/remquol.c
14
int sx = ux.i.se >> 15;
src/tests/kits/game/ParticlesII/particlesII.cpp
436
int d,x,y,ax,ay,sx,sy,dx,dy;
src/tests/kits/game/ParticlesII/particlesII.cpp
441
dx=x2-x1; ax=ABS(dx)<<1; sx=SGN(dx);
src/tests/kits/game/ParticlesII/particlesII.cpp
458
x+=sx;
src/tests/kits/game/ParticlesII/particlesII.cpp
471
x+=sx;
src/tests/kits/interface/picture/SVGViewView.cpp
413
float sx, sy;
src/tests/kits/interface/picture/SVGViewView.cpp
415
if (sscanf(ptr, "(%f,%f)", &sx, &sy) == 2)
src/tests/kits/interface/picture/SVGViewView.cpp
416
matrix->Scale(sx, sy);
src/tests/kits/interface/picture/SVGViewView.cpp
419
sscanf(ptr, "(%f)", &sx);
src/tests/kits/interface/picture/SVGViewView.cpp
420
matrix->Scale(sx, sx);