Searched refs:xi (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/stdc++/legacy/
H A DPlotFile.cc87 PlotFile& PlotFile:: arc(const int xi, const int yi, argument
91 return cmd('a') << xi << yi << x0 << y0 << x1 << y1;
109 PlotFile& PlotFile:: cont(const int xi, const int yi) argument
111 return cmd('n') << xi << yi;
114 PlotFile& PlotFile:: dot(const int xi, const int yi, const int dx, argument
117 cmd('d') << xi << yi << dx << n;
143 PlotFile& PlotFile:: move(const int xi, const int yi) argument
145 return cmd('m') << xi << yi;
148 PlotFile& PlotFile:: point(const int xi, const int yi) argument
150 return cmd('p') << xi << y
[all...]
/haiku-fatelf/headers/cpp/
H A DPlotFile.h69 PlotFile& arc(const int xi, const int yi,
75 PlotFile& cont(const int xi, const int yi);
76 PlotFile& dot(const int xi, const int yi, const int dx,
83 PlotFile& move(const int xi, const int yi);
84 PlotFile& point(const int xi, const int yi);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dw_sqrtf.c71 uint32_t xi, sxi, fsgi; local
74 GET_FLOAT_WORD (xi, x);
77 sxi = (xi & 0x3fffffff) | 0x3f000000;
79 t_sqrt = __t_sqrt + (xi >> (23-8-1) & 0x3fe);
87 fsgi = (xi + 0x40000000) >> 1 & 0x7f800000;
94 if ((xi & 0x7f800000) == 0)
/haiku-fatelf/src/libs/mapm/
H A Dmapm_fft.c358 double xi; local
368 xi = a[0] - a[1];
370 a[1] = xi;
389 double xr, xi, yr, yi; local
403 xi = a[j + 1];
409 a[k + 1] = xi;
413 xi = a[j1 + 1];
419 a[k1 + 1] = xi;
423 xi = a[j1 + 1];
429 a[k1 + 1] = xi;
827 double ec, w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
893 double ec, w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_rasterizer_sl_clip.h36 static int xi(int v) { return v; } function in struct:agg::ras_conv_int
50 static int xi(int v) { return v; } function in struct:agg::ras_conv_int_sat
67 static int xi(int v) { return v * 3; } function in struct:agg::ras_conv_int_3x
81 static int xi(double v) { return iround(v * poly_subpixel_scale); } function in struct:agg::ras_conv_dbl
95 static int xi(double v) { return iround(v * poly_subpixel_scale * 3); } function in struct:agg::ras_conv_dbl_3x
157 ras.line(Conv::xi(x1), Conv::yi(y1), Conv::xi(x2), Conv::yi(y2));
195 ras.line(Conv::xi(tx1), Conv::yi(ty1),
196 Conv::xi(tx2), Conv::yi(ty2));
291 ras.line(Conv::xi(m_x
[all...]
H A Dagg_math_stroke.h212 double xi = v1.x; local
220 &xi, &yi))
224 double d1 = calc_distance(v1.x, v1.y, xi, yi);
230 out_vertices.add(coord_type(xi, yi));
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcolor.c424 int i, j, k, xi, xj, width, p, cs; local
429 for (xi = 0; xi < 16; xi++) {
430 i = (xi & 8) ? xi ^ 15 : xi;
436 k = xmap[((xi >> 1) & 4) + (xj >> 3)];
/haiku-fatelf/src/kits/interface/
H A DColorControl.cpp475 for (int xi = 0; xi < fColumns+1; xi++) {
476 float x = fPaletteFrame.left + float(xi) * fCellSize;
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathEuler.h427 inline Euler<T>::Euler( T xi, T yi, T zi, argument
432 if ( l == XYZLayout ) setXYZVector(Vec3<T>(xi,yi,zi));
433 else { x = xi; y = yi; z = zi; }
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c411 ULong xi, z; local
420 xi = *x;
421 y = (xi & 0xffff) * m + a;
422 z = (xi >> 16) * m + (y >> 16);
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src3055 xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1,
H A Dterminfo.tmp3055 xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1,

Completed in 391 milliseconds