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

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dssa-pre-1.c7 int xi; local
8 for (xi=0; xi<samp; xi++)
11 q[1] = ( ((double)(1)-(-1))*((double)((float)xi)-(-0.5)) / ((double)(samp-0.5)-(-0.5)) + (-1));
/haiku-buildtools/gcc/mpfr/tests/
H A Dtmodf.c36 mpfr_t xi, xf, x; local
38 mpfr_init2 (xi, xip);
42 inexact = mpfr_modf (xi, xf, x, rnd_mode);
43 if (mpfr_cmp_str1 (xi, xis))
48 mpfr_out_str (stdout, 10, 0, xi, MPFR_RNDN);
68 mpfr_clears (xi, xf, x, (mpfr_ptr) 0);
74 mpfr_t x, xi, xf; local
77 mpfr_init2 (xi, 123);
82 mpfr_modf (xi, xf, x, MPFR_RNDN);
83 MPFR_ASSERTN (mpfr_nan_p (xi));
110 mpfr_t xi, xf, x; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Daccess1.C22 X<int> xi; local
25 xi.i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dultrasp11.c21 double xi = range; local
24 wmean += ( xi - wmean) * ( wi / W);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4752.go9 func F(xi, yi interface{}) uint64 {
10 x, y := xi.(uint64), yi.(uint64)
14 func G(xi, yi interface{}) uint64 {
15 return xi.(uint64) &^ yi.(uint64) // generates incorrect code
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors5.C25 X::X( int xi ) // { dg-error "14:return type specification for constructor invalid" "err" }
28 x = xi;
/haiku-buildtools/legacy/gcc/libio/
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...]
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-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020615-1.c22 int xi = fh->x_inverted, yi = fh->y_inverted; local
24 if (xi)
30 int ti = xi;
31 dx = dy, xi = yi;
38 if (xi)
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dccr.d36 [ ]+38:[ ]+f035[ ]+clearf[ ]+xi
37 [ ]+3a:[ ]+b035[ ]+setf[ ]+xi
40 [ ]+40:[ ]+f035[ ]+clearf[ ]+xi
41 [ ]+42:[ ]+b035[ ]+setf[ ]+xi
50 [ ]+54:[ ]+f0f5[ ]+clearf[ ]+xi[be][dm]
51 [ ]+56:[ ]+b0f5[ ]+setf[ ]+xi[be][dm]
52 [ ]+58:[ ]+f0f5[ ]+clearf[ ]+xi[be][dm]
53 [ ]+5a:[ ]+b0f5[ ]+setf[ ]+xi[be][dm]
64 [ ]+70:[ ]+f0f5[ ]+clearf[ ]+xi[be][dm]
65 [ ]+72:[ ]+b0f5[ ]+setf[ ]+xi[b
[all...]
H A Dccr.s43 clearf xi
44 setf xi
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dccr.d36 [ ]+38:[ ]+f035[ ]+clearf[ ]+xi
37 [ ]+3a:[ ]+b035[ ]+setf[ ]+xi
40 [ ]+40:[ ]+f035[ ]+clearf[ ]+xi
41 [ ]+42:[ ]+b035[ ]+setf[ ]+xi
50 [ ]+54:[ ]+f0f5[ ]+clearf[ ]+xi[be][dm]
51 [ ]+56:[ ]+b0f5[ ]+setf[ ]+xi[be][dm]
52 [ ]+58:[ ]+f0f5[ ]+clearf[ ]+xi[be][dm]
53 [ ]+5a:[ ]+b0f5[ ]+setf[ ]+xi[be][dm]
64 [ ]+70:[ ]+f0f5[ ]+clearf[ ]+xi[be][dm]
65 [ ]+72:[ ]+b0f5[ ]+setf[ ]+xi[b
[all...]
H A Dccr.s43 clearf xi
44 setf xi
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr42714.C30 void xcall_QXmlStreamAttributes(Smoke::Index xi, void *obj, argument
33 switch(xi) {
/haiku-buildtools/gcc/gcc/
H A Dwide-int.h1029 WIDE_INT_REF_FOR (T) xi (x);
1030 precision = xi.precision;
1031 wi::copy (*this, xi);
1349 WIDE_INT_REF_FOR (T) xi (x, m_precision);
1350 wi::copy (*this, xi);
1660 WIDE_INT_REF_FOR (T) xi (x);
1661 return xi.len == 1;
1670 WIDE_INT_REF_FOR (T) xi (x);
1671 if (xi.precision <= HOST_BITS_PER_WIDE_INT)
1673 if (xi
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate15.C19 X<int> xi(i);
/haiku-buildtools/legacy/gcc/gcc/
H A Dreal.c1801 ecleaz (xi)
1802 register unsigned EMUSHORT *xi;
1807 *xi++ = 0;
1813 ecleazs (xi)
1814 register unsigned EMUSHORT *xi;
1818 ++xi;
1820 *xi++ = 0;
3480 unsigned EMUSHORT xi[NI];
3491 emovi (x, xi);
3492 exp = (EMULONG) xi[
3474 unsigned EMUSHORT xi[NI]; local
3565 unsigned EMUSHORT xi[NI]; local
3778 unsigned EMUSHORT xi[NI]; local
3953 unsigned EMUSHORT xi[NI]; local
4242 unsigned EMUSHORT xi[NI]; local
4326 unsigned EMUSHORT xi[NI]; local
5561 unsigned EMUSHORT xi[NI]; local
5755 unsigned EMUSHORT xi[NI]; local
5868 unsigned EMUSHORT xi[NI]; local
6061 unsigned EMUSHORT xi[NI]; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Daltivec-3.C36 struct foo xi; local
44 xi = va_arg(ap, struct foo);
52 CHECK_INVARIANT (xi.x == x_g.x && xi.y == x_g.y);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet31.C5 double func(int xi) {return 0.0;} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Drttid2.C15 int xi; member in class:X
H A Drtti2.C14 int xi; member in class:X
H A Drtti3.C15 int xi; member in class:X
H A Drtti4.C15 int xi; member in class:X
H A Drttid3.C16 int xi; member in class:X
H A Drttid4.C16 int xi; member in class:X

Completed in 312 milliseconds

12