Searched refs:cy (Results 26 - 39 of 39) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c271 mp_limb_t cy = __mpn_add_1 (retval, retval, RETURN_LIMB_SIZE, 1); local
273 if (((MANT_DIG % BITS_PER_MP_LIMB) == 0 && cy) ||
330 mp_limb_t cy; local
331 cy = __mpn_mul_1 (n, n, *nsize, MAX_FAC_PER_LIMB);
332 cy += __mpn_add_1 (n, n, *nsize, low);
333 if (cy != 0)
335 n[*nsize] = cy;
385 mp_limb_t cy; local
386 cy = __mpn_mul_1 (n, n, *nsize, start);
387 cy
1044 mp_limb_t cy; variable
1144 mp_limb_t cy; variable
1177 mp_limb_t cy; variable
1208 mp_limb_t cy; variable
1431 mp_limb_t cy, dX, d1, n0, n1; variable
[all...]
/haiku-fatelf/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp60 void draw_ellipse(int cx, int cy, int wide, int deep, int color);
326 int32 x, y, cx,cy; local
330 cy = height/2;
346 PRINT(("cx=%d, cy=%d\n", cx,cy));
351 y = s->y = (int32)(cy + (int32)((s->gravity/2)*(s->timeval*s->timeval)*1.94) + ((s->init_velocity - (s->gravity*s->timeval)) * s->timeval));
503 NWindowScreen::draw_ellipse(int cx, int cy, int wide, int deep, int color) argument
509 set_pixel(cx,cy,color);
525 ellipse_points(x, y, cx, cy, color);
536 ellipse_points(x, y, cx, cy, colo
556 fill_ellipse(int cx, int cy, int wide, int deep, int color) argument
[all...]
/haiku-fatelf/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp317 uint32 i, j, window_area, cx, cy; local
335 cy = (info->window_bounds.bottom+info->window_bounds.top+1)/2;
341 clipping_bound.top = info->clip_bounds.top - cy;
342 clipping_bound.bottom = info->clip_bounds.bottom - cy;
350 clipping_list[i].top = info->clip_list[i].top - cy;
351 clipping_list[i].bottom = info->clip_list[i].bottom - cy;
386 deltay = cy_old - (cy - info->window_bounds.top);
458 window_offset = row_bytes*(cy-info->window_bounds.top) + (cx-info->window_bounds.left);
515 cy_old = cy - info->window_bounds.top;
/haiku-fatelf/src/apps/diskusage/
H A DPieView.cpp432 float cy = floorf(b.top + b.Height() / 2.0 + 0.5); local
451 FillEllipse(BPoint(cx, cy), kPieCenterSize, kPieCenterSize);
454 FillArc(BPoint(cx, cy), kPieCenterSize, kPieCenterSize, 0.0,
463 cy + fFontHeight + kSmallVMargin));
479 FillEllipse(BRect(cx - kPieCenterSize, cy - kPieCenterSize,
480 cx + kPieCenterSize + 0.5, cy + kPieCenterSize + 0.5));
490 StrokeEllipse(BPoint(cx, cy), kPieCenterSize + 0.5,
503 DrawString(label.String(), BPoint(cx - labelWidth / 2.0, cy));
523 StrokeArc(BPoint(cx, cy), radius, radius,
530 StrokeArc(BPoint(cx, cy), radiu
562 float cy = b.top + b.Height() / 2.0; local
[all...]
/haiku-fatelf/src/libs/agg/src/
H A Dagg_bezier_arc.cpp38 void arc_to_bezier(double cx, double cy, double rx, double ry, argument
64 curve[i * 2 + 1] = cy + ry * (px[i] * sn + py[i] * cs);
191 // Calculate (cx, cy) from (cx1, cy1)
196 double cy = sy2 + (sin_a * cx1 + cos_a * cy1); local
239 mtx *= trans_affine_translation(cx, cy);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dmul_1.S40 addic r5,r5,0 # clear cy with dummy insn
/haiku-fatelf/headers/libs/agg/
H A Dagg_bezier_arc.h30 void arc_to_bezier(double cx, double cy, double rx, double ry,
97 // (cx, cy) of the ellipse is calculated automatically to satisfy the
H A Dagg_math.h137 double cx, double cy, double dx, double dy,
140 double num = (ay-cy) * (dx-cx) - (ax-cx) * (dy-cy);
141 double den = (bx-ax) * (dy-cy) - (by-ay) * (dx-cx);
H A Dagg_rasterizer_cells_aa.h325 int cy = (y1 + y2) >> 1; local
326 line(x1, y1, cx, cy);
327 line(cx, cy, x2, y2);
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrspec.c315 int d, w, x, y, cx, cy; local
340 cy = alignmentPattern[version][0];
344 QRspec_putAlignmentMarker(frame, width, cx, cy);
347 cy += d;
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddic.c678 struct RkContext *cy = RkGetContext(con);
681 if (cy->ddpath[1]->dd_flags & DD_WRITEOK) {
682 userDDP[0] = cy->ddpath[0];
692 userDDP[0] = cy->ddpath[1];
675 struct RkContext *cy = RkGetContext(con); local
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathEuler.h522 T cy = Math<T>::sqrt (N[i][i]*N[i][i] + N[i][j]*N[i][j]); local
523 y = Math<T>::atan2 (-N[i][k], cy);
598 T cy = Math<T>::sqrt (N[i][i]*N[i][i] + N[i][j]*N[i][j]); local
599 y = Math<T>::atan2 (-N[i][k], cy);
H A DImathMatrixAlgo.h566 T cy = Math<T>::sqrt (N[0][0]*N[0][0] + N[0][1]*N[0][1]); local
567 rot.y = Math<T>::atan2 (-N[0][2], cy);
613 T cy = Math<T>::sqrt (N[2][2]*N[2][2] + N[2][1]*N[2][1]); local
614 rot.y = -Math<T>::atan2 (-N[2][0], cy);
/haiku-fatelf/src/tests/kits/interface/picture/
H A DSVGViewView.cpp699 double cy = sinPhi * cxdash + cosPhi * cydash + (y1 + y2) / 2.0;
727 double ye = sinPhi * rx * cosTheta2 + cosPhi * ry * sinTheta2 + cy;
988 BPoint c(GetFloatAttribute(attributes, "cx"), GetFloatAttribute(attributes, "cy"));
1000 BPoint c(GetFloatAttribute(attributes, "cx"), GetFloatAttribute(attributes, "cy"));
698 double cy = sinPhi * cxdash + cosPhi * cydash + (y1 + y2) / 2.0; local

Completed in 94 milliseconds

12