Searched refs:xr (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr50038.c8 unsigned char xr, xg; local
12 xr = *in++;
14 xy = (unsigned char) ((19595 * xr + 38470 * xg) >> 16);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype12.C22 void g(X& xr, X* xp) argument
31 static_assert(is_same<decltype(xr.f(i)), int&&>::value,
33 static_assert(is_same<decltype((xr.*mfp)(i)), int&&>::value,
/haiku-buildtools/gcc/mpfr/src/
H A Dsin.c39 mpfr_t c, xr; local
85 mpfr_init (xr);
102 mpfr_set_prec (xr, m);
105 mpfr_remainder (xr, x, c, MPFR_RNDN);
107 |xr - x - 2kPi| <= 2^(2-m). Thus we can decide the sign
108 of sin(x) if xr is at distance at least 2^(2-m) of both
112 it suffices to check that c - |xr| >= 2^(2-m). */
113 if (MPFR_SIGN (xr) > 0)
114 mpfr_sub (c, c, xr, MPFR_RNDZ);
116 mpfr_add (c, c, xr, MPFR_RND
[all...]
H A Dcos.c135 mpfr_t r, s, xr, c; local
187 mpfr_init2 (xr, m);
194 /* If |x| >= 4, first reduce x cmod (2*Pi) into xr, using mpfr_remainder:
197 (2) xr <- remainder (x, c) [precision m, nearest]
199 |xr - x - k c| <= 1/2ulp(xr) <= 2^(1-m)
201 Thus |xr - x - 2kPi| <= |k| |c - 2Pi| + 2^(1-m) <= 2^(2-m).
202 It follows |cos(xr) - cos(x)| <= 2^(2-m). */
207 mpfr_remainder (xr, x, c, MPFR_RNDN);
208 if (MPFR_IS_ZERO(xr))
[all...]
H A Dsin_cos.c33 mpfr_t c, xr; local
135 mpfr_init (xr);
145 mpfr_set_prec (xr, m);
148 mpfr_remainder (xr, x, c, MPFR_RNDN);
150 if (MPFR_SIGN (xr) > 0)
151 mpfr_sub (c, c, xr, MPFR_RNDZ);
153 mpfr_add (c, c, xr, MPFR_RNDZ);
154 if (MPFR_IS_ZERO(xr)
155 || MPFR_EXP(xr) < (mpfr_exp_t) 3 - (mpfr_exp_t) m
158 xx = xr;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstruct-ret-1.c33 static X xr = {"return val", 'R'}; local
35 r = xr;
/haiku-buildtools/legacy/binutils/ld/
H A Dgenscripts.sh42 # sun3.xr [used when the linker is invoked with "-r"]
210 # A .xr script is for linking without relocation (-r flag).
211 # A .xu script is like .xr, but *do* create constructors (-Ur flag).
246 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr
/haiku-buildtools/binutils/ld/
H A Dgenscripts.sh60 # sun3.xr [used when the linker is invoked with "-r"]
247 # A .xr script is for linking without relocation (-r flag).
248 # A .xu script is like .xr, but *do* create constructors (-Ur flag).
283 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xr
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-alpha.c2460 int xr, yr, rr;
2464 xr = regno (tok[0].X_add_number);
2468 rr = xr;
2473 if (yr == AXP_REG_R16 && xr == AXP_REG_R17)
2500 if (xr != AXP_REG_R16)
2502 set_tok_reg (newtok[0], xr);
2556 int xr, yr, rr;
2560 xr = regno (tok[0].X_add_number);
2564 rr = xr;
2571 if (yr == AXP_REG_T10 && xr
2453 int xr, yr, rr; local
2549 int xr, yr, rr; local
[all...]
/haiku-buildtools/gcc/mpc/src/
H A Dmul.c35 /* Let x=xr+i*xi and y=yr+i*yi; extract the signs of the operands */
44 u = xrs * yrs * xr * yr - xis * yis * xi * yi
45 v = xrs * yis * xr * yi + xis * yrs * xi * yr
53 /* x = (+/-inf) xr + i*xi */
68 /* x = xr + i*(+/-inf) with |xr| != inf */
82 int xr = (mpfr_zero_p (mpc_realref (x)) || mpfr_nan_p (mpc_realref (x)) ? 0 local
93 u = xrs * xr * yrs * yr - xis * xi * yis * yi;
94 v = xrs * xr * yis * yi + xis * xi * yrs * yr;
/haiku-buildtools/binutils/gas/config/
H A Dtc-alpha.c2644 int xr, yr, rr;
2648 xr = regno (tok[0].X_add_number);
2652 rr = xr;
2657 if (yr == AXP_REG_R16 && xr == AXP_REG_R17)
2684 if (xr != AXP_REG_R16)
2686 set_tok_reg (newtok[0], xr);
2740 int xr, yr, rr;
2744 xr = regno (tok[0].X_add_number);
2748 rr = xr;
2755 if (yr == AXP_REG_T10 && xr
2637 int xr, yr, rr; local
2733 int xr, yr, rr; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Demit-rtl.c240 const_rtx xr = x;
242 for (i = 0; i < CONST_WIDE_INT_NUNITS (xr); i++)
243 hash += CONST_WIDE_INT_ELT (xr, i);
256 const_rtx xr = x;
258 if (CONST_WIDE_INT_NUNITS (xr) != CONST_WIDE_INT_NUNITS (yr))
261 for (i = 0; i < CONST_WIDE_INT_NUNITS (xr); i++)
262 if (CONST_WIDE_INT_ELT (xr, i) != CONST_WIDE_INT_ELT (yr, i))
239 const_rtx xr = x; local
255 const_rtx xr = x; local
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s469 xr %r6,%r9
H A Desa-g5.d475 .*: 17 69 [ ]*xr %r6,%r9
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s475 xr %r6,%r9
H A Desa-g5.d481 .*: 17 69 [ ]*xr %r6,%r9

Completed in 135 milliseconds